From e5639e1b36fcddf9f8bbe04848a3bf3d6d2d675f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 9 Oct 2024 23:06:19 +0200 Subject: [PATCH] sip: bump version remove 3.9 --- .../sip/patches/{sip-6.7.12.patchset => sip-6.8.6.patchset} | 0 dev-python/sip/{sip-6.7.12.recipe => sip-6.8.6.recipe} | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename dev-python/sip/patches/{sip-6.7.12.patchset => sip-6.8.6.patchset} (100%) rename dev-python/sip/{sip-6.7.12.recipe => sip-6.8.6.recipe} (95%) 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]}