mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-18 09:40:05 +02:00
mako: bump version
This commit is contained in:
@@ -11,9 +11,9 @@ also maintaining close ties to Python calling and scoping semantics."
|
||||
HOMEPAGE="http://www.makotemplates.org"
|
||||
COPYRIGHT="2006-2015 the Mako authors and contributors"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://pypi.python.org/packages/source/M/Mako/Mako-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="a36919599a9b7dc5d86a7a8988f23a9a3a3d083070023bab23d64f7f1d1e0a4b"
|
||||
CHECKSUM_SHA256="17831f0b7087c313c0ffae2bcbbd3c1d5ba9eeac9c38f2eb7b50e8c99fe9d5ab"
|
||||
SOURCE_DIR="Mako-$portVersion"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
@@ -29,8 +29,8 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python python36 python3)
|
||||
PYTHON_VERSIONS=(2.7 3.6 3.7)
|
||||
PYTHON_PACKAGES=(python python3 python38 python39)
|
||||
PYTHON_VERSIONS=(2.7 3.7 3.8 3.9)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
@@ -53,8 +53,11 @@ PROVIDES_python="$PROVIDES_python
|
||||
PROVIDES_python3="$PROVIDES_python3
|
||||
cmd:mako_render3.7
|
||||
"
|
||||
PROVIDES_python36="$PROVIDES_python36
|
||||
cmd:mako_render3.6
|
||||
PROVIDES_python38="$PROVIDES_python38
|
||||
cmd:mako_render3.8
|
||||
"
|
||||
PROVIDES_python39="$PROVIDES_python39
|
||||
cmd:mako_render3.9
|
||||
"
|
||||
|
||||
INSTALL()
|
||||
Reference in New Issue
Block a user