Converted metadata to yaml

This commit is contained in:
2025-03-12 18:30:58 +02:00
parent a6b82b1955
commit d40fe0f2a0
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
ARCH=any
+3
View File
@@ -1,7 +1,10 @@
name: python-jinja name: python-jinja
description: A simple pythonic template language written in Python description: A simple pythonic template language written in Python
version: 3.1.3 version: 3.1.3
revision: 2
url: https://jinja.palletsprojects.com/en/3.1.x/ url: https://jinja.palletsprojects.com/en/3.1.x/
license: BSD-3-Clause license: BSD-3-Clause
architecture: any architecture: any
depends: ["python-markupsafe","python3"]
make_depends: ["python-markupsafe","python3","python-setuptools","python-wheel"]
type: source type: source