From 3418bdb75c30269ea46fbab5a5bcce16e1a9b961 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 21 Jul 2024 19:18:22 +0200 Subject: [PATCH] gitpython, revbump, drop python3.12 (#10723) --- dev-python/gitpython/gitpython-3.1.40.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/gitpython/gitpython-3.1.40.recipe b/dev-python/gitpython/gitpython-3.1.40.recipe index 1ad95f223..cfeef0d30 100644 --- a/dev-python/gitpython/gitpython-3.1.40.recipe +++ b/dev-python/gitpython/gitpython-3.1.40.recipe @@ -3,7 +3,7 @@ DESCRIPTION="Python library used to interact with Git repositories." HOMEPAGE="https://pypi.org/project/GitPython/" COPYRIGHT="2010-2018 Sebastian Thiel, Michael Trier" LICENSE="BSD (3-clause)" -REVISION="1" +REVISION="2" SOURCE_URI="https://pypi.org/packages/source/G/GitPython/GitPython-$portVersion.tar.gz" SOURCE_DIR="GitPython-$portVersion" CHECKSUM_SHA256="22b126e9ffb671fdd0c129796343a02bf67bf2994b35449ffc9321aa755e18a4" @@ -25,8 +25,8 @@ TEST_REQUIRES=" cmd:pytest " -PYTHON_PACKAGES=(python39 python310 python312) -PYTHON_VERSIONS=(3.9 3.10 3.12) +PYTHON_PACKAGES=(python39 python310) +PYTHON_VERSIONS=(3.9 3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}