Merge pull request 'feat: add package MarkupSafe-py' (#164) from sisungo/semios-packages:MarkupSafe-py into master

Reviewed-on: #164
This commit was merged in pull request #164.
This commit is contained in:
2026-08-16 10:58:20 +08:00
+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()