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