Replace .compilation-options with output_architecture
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
ARCH=any
|
|
||||||
@@ -1,9 +1,17 @@
|
|||||||
name: python-pyproject-metadata
|
name: python-pyproject-metadata
|
||||||
description: PEP 621 metadata parsing
|
description: PEP 621 metadata parsing
|
||||||
version: 0.9.1
|
version: 0.9.1
|
||||||
|
revision: 1
|
||||||
url: https://github.com/pypa/pyproject-metadata
|
url: https://github.com/pypa/pyproject-metadata
|
||||||
license: MIT
|
license: MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["python3","python-packaging"]
|
output_architecture: any
|
||||||
make_depends: ["python-build","python-flit-core","python-installer","python-pytest"]
|
|
||||||
type: source
|
type: source
|
||||||
|
depends:
|
||||||
|
- python3
|
||||||
|
- python-packaging
|
||||||
|
make_depends:
|
||||||
|
- python-build
|
||||||
|
- python-flit-core
|
||||||
|
- python-installer
|
||||||
|
- python-pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user