mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-05 08:28:03 +00:00
15 lines
380 B
Plaintext
15 lines
380 B
Plaintext
# description : A simple pythonic template language written in Python (python2)
|
|
# depends : python2 python2-markupsafe
|
|
|
|
name=python2-jinja2
|
|
version=2.10
|
|
release=1
|
|
source=(https://pypi.org/packages/source/J/Jinja2/Jinja2-$version.tar.gz)
|
|
md5sum=(61ef1117f945486472850819b8d1eb3d)
|
|
|
|
build() {
|
|
cd Jinja2-$version
|
|
python2 setup.py build
|
|
python2 setup.py install --root="$PKG" -O1
|
|
}
|