Compare commits

..
1 Commits
Author SHA1 Message Date
sisungo 9711728da6 feat: add package PyYAML
Signed-off-by: sisungo <[email protected]>
2026-08-16 09:38:46 +08:00
@@ -2,10 +2,10 @@ from lib.make import *
from lib import python
python.version("3.0")
description("C parser in Python")
python.version("6.0.3")
description("YAML parser and emitter for Python")
maintainer("sisungo <[email protected]>")
source_url("https://files.pythonhosted.org/packages/1b/7d/92392ff7815c21062bea51aa7b87d45576f649f16458d78b7cf94b9ab2e6/pycparser-3.0.tar.gz")
source_url("https://files.pythonhosted.org/packages/05/8e/961c0007c59b8dd7729d542c61a4d537767a59645b82a0b521206e1e25c2/pyyaml-6.0.3.tar.gz")
python.builddep("$shortcut")
@@ -17,6 +17,6 @@ def build():
on_build(build)
package("pycparser.py")
package("PyYAML.py")
python.dep("python")
python.use_auto_pack()