gitdb, revbump, drop python3.12 (#10722)

This commit is contained in:
Schrijvers Luc
2024-07-21 19:15:21 +02:00
committed by GitHub
parent e4c58683e0
commit 4584994b91

View File

@@ -3,7 +3,7 @@ DESCRIPTION="Pure-Python git object database."
HOMEPAGE="https://pypi.org/project/gitdb/"
COPYRIGHT="2010-2021 Sebastian Thiel and contributors"
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://pypi.io/packages/source/g/gitdb/gitdb-$portVersion.tar.gz"
CHECKSUM_SHA256="bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b"
@@ -25,8 +25,8 @@ TEST_REQUIRES="
smmap_python39
"
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]}