Compare commits

..
Author SHA1 Message Date
sisungo a14d1e6ea0 feat: add package MarkupSafe-py
Signed-off-by: sisungo <[email protected]>
2026-08-16 10:19:55 +08:00
2 changed files with 22 additions and 22 deletions
+22
View File
@@ -0,0 +1,22 @@
from lib.make import *
from lib import python
python.version("3.0.3")
description("Safely add untrusted strings to HTML/XML markup.")
maintainer("sisungo <[email protected]>")
source_url("https://files.pythonhosted.org/packages/7e/99/7690b6d4034fffd95959cbe0c02de8deb3098cc577c67bb6a24fe5d7caa7/markupsafe-3.0.3.tar.gz")
python.builddep("$shortcut")
def build():
python.build()
python.install()
on_build(build)
package("MarkupSafe.py")
python.dep("python")
python.use_auto_pack()
-22
View File
@@ -1,22 +0,0 @@
from lib.make import *
from lib import python
python.version("84.0.0")
description("Most extensible Python build backend with support for C/C++ extension modules")
maintainer("sisungo <[email protected]>")
source_url("https://files.pythonhosted.org/packages/6d/44/f5da03a8ef95d369145c5bb53050e7877c9f3d312e128605fd9504829143/setuptools-84.0.0.tar.gz")
python.builddep("$shortcut")
def build():
python.build()
python.install()
on_build(build)
package("setuptools.py")
python.dep("python")
python.use_auto_pack()