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]}