SIP: bump, pyversion (#4232)

This commit is contained in:
miqlas
2019-10-09 05:20:30 +02:00
committed by waddlesplash
parent aa1c1aa9e9
commit 742c441002

View File

@@ -4,13 +4,13 @@ processes a set of specification files and generates C or C++ code which is \
then compiled to create the bindings extension module. The SIP Python \
module provides support functions to the automatically generated code."
HOMEPAGE="https://www.riverbankcomputing.com/software/sip/"
COPYRIGHT="2018 Riverbank Computing Limited"
COPYRIGHT="2019 Riverbank Computing Limited"
LICENSE="GNU GPL v2
GNU GPL v3
SIP"
REVISION="1"
SOURCE_URI="https://www.riverbankcomputing.com/static/Downloads/sip/$portVersion/sip-$portVersion.tar.gz"
CHECKSUM_SHA256="184c790d58e9527fc6bdac2bbf8638f3d1b41dea922cad8eb83172b4ba70c620"
CHECKSUM_SHA256="5436b61a78f48c7e8078e93a6b59453ad33780f80c644e5f3af39f94be1ede44"
SOURCE_DIR="sip-$portVersion"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
@@ -39,8 +39,8 @@ BUILD_PREREQUIRES="
cmd:make
"
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]}