Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:51 +03:00
parent fa9a03d94e
commit 7a4c6b10b5
2 changed files with 9 additions and 3 deletions
+9 -2
View File
@@ -1,9 +1,16 @@
name: python-shtab
description: Automagic shell tab completion for Python CLI applications
version: 1.7.2
revision: 1
url: https://github.com/iterative/shtab
license: Apache-2.0
architecture: any
depends: ["python3"]
make_depends: ["python-build","python-installer","python-setuptools-scm","python-wheel"]
output_architecture: any
type: source
depends:
- python3
make_depends:
- python-build
- python-installer
- python-setuptools-scm
- python-wheel