Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:50 +03:00
parent d13ba368b3
commit 07bd4f0bb9
2 changed files with 8 additions and 4 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+7 -2
View File
@@ -1,9 +1,14 @@
name: python-pyparsing
description: Python library for creating PEG parsers
version: 3.1.1
revision: 1
url: https://github.com/pyparsing/pyparsing/
license: MIT
architecture: any
depends: ["python3"]
make_depends: ["python-flit-core","python-installer"]
output_architecture: any
type: source
depends:
- python3
make_depends:
- python-flit-core
- python-installer