Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:47 +03:00
parent 5d6112083c
commit ad367cb7e7
2 changed files with 12 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+12 -2
View File
@@ -1,9 +1,19 @@
name: python-hatchling
description: This is the extensible, standards compliant build backend used by Hatch
version: 1.27.0
revision: 1
url: https://github.com/pypa/hatch/tree/master/backend
license: MIT
architecture: any
depends: ["python3","python-editables","python-packaging","python-pathspec","python-pluggy","python-trove-classifiers"]
make_depends: ["python-build","python-installer"]
output_architecture: any
type: source
depends:
- python3
- python-editables
- python-packaging
- python-pathspec
- python-pluggy
- python-trove-classifiers
make_depends:
- python-build
- python-installer