Replace .compilation-options with output_architecture
This commit is contained in:
@@ -1,9 +1,19 @@
|
||||
name: python-hatchling
|
||||
description: This is the extensible, standards compliant build backend used by Hatch
|
||||
version: 1.27.0
|
||||
revision: 1
|
||||
url: https://github.com/pypa/hatch/tree/master/backend
|
||||
license: MIT
|
||||
architecture: any
|
||||
depends: ["python3","python-editables","python-packaging","python-pathspec","python-pluggy","python-trove-classifiers"]
|
||||
make_depends: ["python-build","python-installer"]
|
||||
output_architecture: any
|
||||
type: source
|
||||
depends:
|
||||
- python3
|
||||
- python-editables
|
||||
- python-packaging
|
||||
- python-pathspec
|
||||
- python-pluggy
|
||||
- python-trove-classifiers
|
||||
make_depends:
|
||||
- python-build
|
||||
- python-installer
|
||||
|
||||
Reference in New Issue
Block a user