gitpython, revbump, drop python3.12 (#10723)

This commit is contained in:
Schrijvers Luc
2024-07-21 19:18:22 +02:00
committed by GitHub
parent 4584994b91
commit 3418bdb75c

View File

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