Replace .compilation-options with output_architecture
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
ARCH=any
|
|
||||||
@@ -1,9 +1,19 @@
|
|||||||
name: python-pytest
|
name: python-pytest
|
||||||
description: Framework writing small and readable python tests
|
description: Framework writing small and readable python tests
|
||||||
version: 8.4.2
|
version: 8.4.2
|
||||||
|
revision: 1
|
||||||
url: https://docs.pytest.org/en/stable/
|
url: https://docs.pytest.org/en/stable/
|
||||||
license: MIT
|
license: MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["python-iniconfig","python-packaging","python-pluggy"]
|
output_architecture: any
|
||||||
make_depends: ["python-build","python-installer","python-setuptools","python-setuptools-scm","python-wheel"]
|
|
||||||
type: source
|
type: source
|
||||||
|
depends:
|
||||||
|
- python-iniconfig
|
||||||
|
- python-packaging
|
||||||
|
- python-pluggy
|
||||||
|
make_depends:
|
||||||
|
- python-build
|
||||||
|
- python-installer
|
||||||
|
- python-setuptools
|
||||||
|
- python-setuptools-scm
|
||||||
|
- python-wheel
|
||||||
|
|||||||
Reference in New Issue
Block a user