Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:48 +03:00
parent 6ffefd1ae1
commit 1cc08d033c
2 changed files with 7 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+7 -2
View File
@@ -1,9 +1,14 @@
name: python-markdown
description: Python implementation of John Grubers Markdown
version: 3.4.1
revision: 1
url: https://python-markdown.github.io/
license: BSD
architecture: any
depends: ["python3"]
make_depends: ["python-wheel","python-pyyaml"]
output_architecture: any
type: source
depends:
- python3
make_depends:
- python-wheel
- python-pyyaml