Replace .compilation-options with output_architecture
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
ARCH=any
|
|
||||||
@@ -1,9 +1,15 @@
|
|||||||
name: python-build
|
name: python-build
|
||||||
description: A simple, correct Python build frontend
|
description: A simple, correct Python build frontend
|
||||||
version: 1.2.2.post1
|
version: 1.2.2.post1
|
||||||
|
revision: 1
|
||||||
url: https://pypi.org/project/build/
|
url: https://pypi.org/project/build/
|
||||||
license: MIT
|
license: MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["python3","python-packaging","python-pyproject-hooks"]
|
output_architecture: any
|
||||||
make_depends: ["python-flit-core"]
|
|
||||||
type: source
|
type: source
|
||||||
|
depends:
|
||||||
|
- python3
|
||||||
|
- python-packaging
|
||||||
|
- python-pyproject-hooks
|
||||||
|
make_depends:
|
||||||
|
- python-flit-core
|
||||||
|
|||||||
Reference in New Issue
Block a user