Converted metadata to yaml

This commit is contained in:
2025-03-12 18:30:58 +02:00
parent 6c1eb01b1c
commit a020fdae2d
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-setuptools name: python-setuptools
description: Easily download, build, install, upgrade, and uninstall Python packages description: Easily download, build, install, upgrade, and uninstall Python packages
version: 69.1.0 version: 69.1.0
revision: 2
url: https://pypi.org/project/setuptools/ url: https://pypi.org/project/setuptools/
license: MIT license: MIT
architecture: any architecture: any
depends: ["python3"]
make_depends: ["python3","python-wheel"]
type: source type: source