Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:47 +03:00
parent ea697c458d
commit 509972529f
2 changed files with 9 additions and 4 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+9 -3
View File
@@ -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