Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:51 +03:00
parent 82d33d89ee
commit 320fd1bd84
2 changed files with 8 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+8 -2
View File
@@ -1,8 +1,14 @@
name: python-typing_extensions
description: Backported and experimental type hints for Python
version: 4.4.0
revision: 1
license: Python-2.0.1
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