Files
ports/core/python3-markupsafe/spkgbuild
emmett1 59439709d9 Revert "Revert "updated""
This reverts commit 21e9d7eec5.
2021-01-25 22:24:47 +08:00

15 lines
372 B
Plaintext

# description : Python module that implements a XML/HTML/XHTML Markup safe string
# depends : python3-setuptools
name=python3-markupsafe
version=1.1.1
release=1
source="https://files.pythonhosted.org/packages/source/M/MarkupSafe/MarkupSafe-$version.tar.gz"
build() {
cd MarkupSafe-$version
python3 setup.py build
python3 setup.py install --root=$PKG --optimize=1
}