Replace .compilation-options with output_architecture
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
ARCH=any
|
|
||||||
@@ -1,9 +1,14 @@
|
|||||||
name: python-pyparsing
|
name: python-pyparsing
|
||||||
description: Python library for creating PEG parsers
|
description: Python library for creating PEG parsers
|
||||||
version: 3.1.1
|
version: 3.1.1
|
||||||
|
revision: 1
|
||||||
url: https://github.com/pyparsing/pyparsing/
|
url: https://github.com/pyparsing/pyparsing/
|
||||||
license: MIT
|
license: MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["python3"]
|
output_architecture: any
|
||||||
make_depends: ["python-flit-core","python-installer"]
|
|
||||||
type: source
|
type: source
|
||||||
|
depends:
|
||||||
|
- python3
|
||||||
|
make_depends:
|
||||||
|
- python-flit-core
|
||||||
|
- python-installer
|
||||||
|
|||||||
Reference in New Issue
Block a user