Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:47 +03:00
parent 5793b9e81a
commit ce31562082
2 changed files with 8 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+8 -2
View File
@@ -1,9 +1,15 @@
name: python-build name: python-build
description: A simple, correct Python build frontend description: A simple, correct Python build frontend
version: 1.2.2.post1 version: 1.2.2.post1
revision: 1
url: https://pypi.org/project/build/ url: https://pypi.org/project/build/
license: MIT license: MIT
architecture: any architecture: any
depends: ["python3","python-packaging","python-pyproject-hooks"] output_architecture: any
make_depends: ["python-flit-core"]
type: source type: source
depends:
- python3
- python-packaging
- python-pyproject-hooks
make_depends:
- python-flit-core