Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:50 +03:00
parent 50ef1e0cb0
commit cf1f3f1843
2 changed files with 10 additions and 3 deletions
+10 -2
View File
@@ -1,9 +1,17 @@
name: python-pyproject-metadata
description: PEP 621 metadata parsing
version: 0.9.1
revision: 1
url: https://github.com/pypa/pyproject-metadata
license: MIT
architecture: any
depends: ["python3","python-packaging"]
make_depends: ["python-build","python-flit-core","python-installer","python-pytest"]
output_architecture: any
type: source
depends:
- python3
- python-packaging
make_depends:
- python-build
- python-flit-core
- python-installer
- python-pytest