Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:51 +03:00
parent 20cdd950c8
commit bbe8b25b3d
2 changed files with 9 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+9 -2
View File
@@ -1,9 +1,16 @@
name: python-setuptools-scm name: python-setuptools-scm
description: Python package to manage your versions by scm tags description: Python package to manage your versions by scm tags
version: 8.1.0 version: 8.1.0
revision: 1
url: https://github.com/pypa/setuptools-scm url: https://github.com/pypa/setuptools-scm
license: MIT license: MIT
architecture: any architecture: any
depends: ["python-packaging","python-setuptools"] output_architecture: any
make_depends: ["python-build","python-installer","python-wheel"]
type: source type: source
depends:
- python-packaging
- python-setuptools
make_depends:
- python-build
- python-installer
- python-wheel