diff --git a/dev-python/sip/patches/sip-6.7.12.patchset b/dev-python/sip/patches/sip-6.8.6.patchset similarity index 100% rename from dev-python/sip/patches/sip-6.7.12.patchset rename to dev-python/sip/patches/sip-6.8.6.patchset diff --git a/dev-python/sip/sip-6.7.12.recipe b/dev-python/sip/sip-6.8.6.recipe similarity index 95% rename from dev-python/sip/sip-6.7.12.recipe rename to dev-python/sip/sip-6.8.6.recipe index 1b4dcdc05..98d38f1da 100644 --- a/dev-python/sip/sip-6.7.12.recipe +++ b/dev-python/sip/sip-6.8.6.recipe @@ -10,7 +10,7 @@ LICENSE="GNU GPL v2 SIP" REVISION="1" SOURCE_URI="https://pypi.python.org/packages/source/s/sip/sip-$portVersion.tar.gz" -CHECKSUM_SHA256="08e66f742592eb818ac8fda4173e2ed64c9f2d40b70bee11db1c499127d98450" +CHECKSUM_SHA256="7fc959e48e6ec5d5af8bd026f69f5e24d08b3cb8abb342176f5ab8030cc07d7a" SOURCE_DIR="sip-$portVersion" PATCHES="sip-$portVersion.patchset" @@ -39,8 +39,8 @@ BUILD_PREREQUIRES=" cmd:make " -PYTHON_PACKAGES=(python39 python310) -PYTHON_VERSIONS=(3.9 3.10) +PYTHON_PACKAGES=(python310) +PYTHON_VERSIONS=(3.10) defaultVersion=3.10 for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]}