mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-13 07:10:05 +02:00
jinja, bump version, add python3.7 package (#4177)
This commit is contained in:
@@ -3,11 +3,11 @@ DESCRIPTION="Jinja2 is a template engine written in pure Python. It provides a
|
||||
\`Django\`_ inspired non-XML syntax but supports inline expressions and \
|
||||
an optional \`sandboxed\`_ environment."
|
||||
HOMEPAGE="https://pypi.python.org/pypi/jinja2"
|
||||
COPYRIGHT="2009 the Jinja Team"
|
||||
COPYRIGHT="2019 the Jinja Team"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.io/packages/source/J/Jinja2/Jinja2-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="f84be1bb0040caca4cea721fcbbbbd61f9be9464ca236387158b0feea01914a4"
|
||||
CHECKSUM_SHA256="065c4f02ebe7f7cf559e49ee5a95fb800a9e4528727aec6f24402a5374c65013"
|
||||
SOURCE_DIR="Jinja2-$portVersion"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
@@ -23,8 +23,8 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python python3)
|
||||
PYTHON_VERSIONS=(2.7 3.6)
|
||||
PYTHON_PACKAGES=(python python36 python3)
|
||||
PYTHON_VERSIONS=(2.7 3.6 3.7)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
Reference in New Issue
Block a user