Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:50 +03:00
parent ae17a99cdc
commit 482e7a0f71
2 changed files with 7 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+7 -2
View File
@@ -1,9 +1,14 @@
name: python-pyproject-hooks name: python-pyproject-hooks
description: Low-level library for calling build-backends in pyproject.toml-based project description: Low-level library for calling build-backends in pyproject.toml-based project
version: 1.2.0 version: 1.2.0
revision: 1
url: https://pypi.org/project/pyproject-hooks/ url: https://pypi.org/project/pyproject-hooks/
license: MIT license: MIT
architecture: any architecture: any
depends: ["python3"] output_architecture: any
make_depends: ["python-flit-core","python-installer"]
type: source type: source
depends:
- python3
make_depends:
- python-flit-core
- python-installer