mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-13 23:30:04 +02:00
SIP: bump, pyversion (#4232)
This commit is contained in:
@@ -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]}
|
||||
Reference in New Issue
Block a user