Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:51 +03:00
parent 4806ce24e7
commit 6551dae16f
2 changed files with 4 additions and 2 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+4 -1
View File
@@ -1,8 +1,11 @@
name: python-setuptools name: python-setuptools
description: Easily download, build, install, upgrade, and uninstall Python packages description: Easily download, build, install, upgrade, and uninstall Python packages
version: 80.9.0 version: 80.9.0
revision: 1
url: https://pypi.org/project/setuptools/ url: https://pypi.org/project/setuptools/
license: MIT license: MIT
architecture: any architecture: any
depends: ["python3"] output_architecture: any
type: source type: source
depends:
- python3