Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:51 +03:00
parent 04fcb7fee2
commit 10db4481b4
2 changed files with 10 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+10 -2
View File
@@ -1,9 +1,17 @@
name: python-trove-classifiers name: python-trove-classifiers
description: Canonical source for classifiers on PyPI description: Canonical source for classifiers on PyPI
version: 2025.3.19.19 version: 2025.3.19.19
revision: 1
url: https://github.com/pypa/trove-classifiers url: https://github.com/pypa/trove-classifiers
license: Apache-2.0 license: Apache-2.0
architecture: any architecture: any
depends: ["python3"] output_architecture: any
make_depends: ["python-build","python-calver","python-installer","python-setuptools","python-wheel"]
type: source type: source
depends:
- python3
make_depends:
- python-build
- python-calver
- python-installer
- python-setuptools
- python-wheel