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