Replace .compilation-options with output_architecture
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
ARCH=any
|
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user