diff --git a/dev-python/sip/sip-4.19.16.recipe b/dev-python/sip/sip-4.19.19.recipe similarity index 93% rename from dev-python/sip/sip-4.19.16.recipe rename to dev-python/sip/sip-4.19.19.recipe index 3cbfb8525..c44458105 100644 --- a/dev-python/sip/sip-4.19.16.recipe +++ b/dev-python/sip/sip-4.19.19.recipe @@ -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]}