Replace .compilation-options with output_architecture
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
name: python-editables
|
||||
description: A Python library for creating editable wheels
|
||||
version: 0.5
|
||||
version: "0.5"
|
||||
revision: 1
|
||||
url: https://github.com/pfmoore/editables
|
||||
license: MIT
|
||||
architecture: any
|
||||
depends: ["python3"]
|
||||
make_depends: ["python-build","python-flit-core","python-installer"]
|
||||
output_architecture: any
|
||||
type: source
|
||||
depends:
|
||||
- python3
|
||||
make_depends:
|
||||
- python-build
|
||||
- python-flit-core
|
||||
- python-installer
|
||||
|
||||
Reference in New Issue
Block a user