Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:49 +03:00
parent 89d133049d
commit fca03cae80
2 changed files with 9 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+9 -2
View File
@@ -1,9 +1,16 @@
name: python-pathspec name: python-pathspec
description: Utility library for gitignore style pattern matching of file paths description: Utility library for gitignore style pattern matching of file paths
version: 0.12.1 version: 0.12.1
revision: 1
url: https://github.com/cpburnz/python-pathspec url: https://github.com/cpburnz/python-pathspec
license: MPL2 license: MPL2
architecture: any architecture: any
depends: ["python3"] output_architecture: any
make_depends: ["python-build","python-flit-core","python-installer","python-wheel"]
type: source type: source
depends:
- python3
make_depends:
- python-build
- python-flit-core
- python-installer
- python-wheel