Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:49 +03:00
parent 5890522daa
commit b8f18ac483
2 changed files with 10 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+10 -2
View File
@@ -1,9 +1,17 @@
name: python-pluggy name: python-pluggy
description: Plugin and hook calling mechanisms for python description: Plugin and hook calling mechanisms for python
version: 1.5.0 version: 1.5.0
revision: 1
url: https://github.com/pytest-dev/pluggy url: https://github.com/pytest-dev/pluggy
license: MIT license: MIT
architecture: any architecture: any
depends: ["python3"] output_architecture: any
make_depends: ["python-build","python-installer","python-setuptools","python-setuptools-scm","python-wheel"]
type: source type: source
depends:
- python3
make_depends:
- python-build
- python-installer
- python-setuptools
- python-setuptools-scm
- python-wheel