mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-06 01:16:26 +00:00
18 lines
531 B
Plaintext
Executable File
18 lines
531 B
Plaintext
Executable File
# description : Python module that implements a XML/HTML/XHTML Markup safe string
|
|
# homepage : https://pypi.python.org/pypi/MarkupSafe
|
|
# maintainer : Emmett1, emmett1.2miligrams at gmail.com
|
|
# depends : python2 python2-setuptools
|
|
|
|
name=python2-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
|
|
|
|
python2 setup.py build
|
|
python2 setup.py install --root=$PKG --optimize=1
|
|
}
|