mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
15 lines
380 B
Plaintext
Executable File
15 lines
380 B
Plaintext
Executable File
# description : Python module that implements a XML/HTML/XHTML Markup safe string
|
|
# 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"
|
|
|
|
build() {
|
|
cd MarkupSafe-$version
|
|
|
|
python2 setup.py build
|
|
python2 setup.py install --root=$PKG --optimize=1
|
|
}
|