mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 13:20:08 +02:00
gitpython, revbump, drop python3.12 (#10723)
This commit is contained in:
@@ -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]}
|
||||
|
||||
Reference in New Issue
Block a user