Files
ports/core/python2-markupsafe/spkgbuild
2018-04-26 09:44:16 +08:00

19 lines
510 B
Plaintext
Executable File

# 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 : python2
name=python2-markupsafe
version=1.0
release=1
source=(https://files.pythonhosted.org/packages/source/M/MarkupSafe/MarkupSafe-$version.tar.gz)
build() {
cd MarkupSafe-$version
python2 setup.py build
python2 setup.py install --root=$PKG --optimize=1
}
md5sum=(2fcedc9284d50e577b5192e8e3578355)