Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:47 +03:00
parent a950cc995b
commit 51dae2087b
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-calver name: python-calver
description: Setuptools extension for CalVer package versions description: Setuptools extension for CalVer package versions
version: 2022.06.26 version: 2022.06.26
revision: 1
url: https://github.com/di/calver url: https://github.com/di/calver
license: Apache-2.0 license: Apache-2.0
architecture: any architecture: any
depends: ["python3"] output_architecture: any
make_depends: ["python-build","python-installer","python-setuptools","python-wheel"]
type: source type: source
depends:
- python3
make_depends:
- python-build
- python-installer
- python-setuptools
- python-wheel