Files
ports/core/python3-markupsafe/spkgbuild
2019-02-28 11:12:11 +08:00

18 lines
511 B
Plaintext

# description : Python module that implements a XML/HTML/XHTML Markup safe string
# homepage : http://pypi.python.org/pypi/MarkupSafe
# maintainer : Emmett1, emmett1.2miligrams at gmail.com
# depends : python3
name=python3-markupsafe
version=1.1.1
release=1
source=(https://files.pythonhosted.org/packages/source/M/MarkupSafe/MarkupSafe-$version.tar.gz)
md5sum=(43fd756864fe42063068e092e220c57b)
build() {
cd MarkupSafe-$version
python3 setup.py build
python3 setup.py install --root=$PKG --optimize=1
}