mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 02:20:05 +00:00
15 lines
395 B
Plaintext
15 lines
395 B
Plaintext
# description : Python module that implements a XML/HTML/XHTML Markup safe string
|
|
# depends : python3-setuptools
|
|
|
|
name=python3-markupsafe
|
|
version=2.1.3
|
|
release=1
|
|
source="$name-$version.tar.gz::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
|
|
}
|