gitpython: bump to p3.7 (#4253)

This commit is contained in:
miqlas
2019-10-09 05:26:28 +02:00
committed by waddlesplash
parent 14f0302c02
commit de856c48d7

View File

@@ -4,9 +4,9 @@ HOMEPAGE="https://pypi.org/project/GitPython/"
COPYRIGHT="2010-2018 Sebastian Thiel, Michael Trier"
LICENSE="BSD (3-clause)"
REVISION="1"
SOURCE_URI="https://files.pythonhosted.org/packages/4d/e8/98e06d3bc954e3c5b34e2a579ddf26255e762d21eb24fede458eff654c51/GitPython-2.1.11.tar.gz"
SOURCE_URI="https://files.pythonhosted.org/packages/51/46/993beca52f3b609d148071e129235b866626eeb6056f2faffb41d9d727a7/GitPython-3.0.2.tar.gz"
SOURCE_DIR="GitPython-$portVersion"
CHECKSUM_SHA256="8237dc5bfd6f1366abeee5624111b9d6879393d84745a507de0fda86043b65a8"
CHECKSUM_SHA256="d2f4945f8260f6981d724f5957bc076398ada55cb5d25aaee10108bcdc894100"
ARCHITECTURES="any"
@@ -22,7 +22,7 @@ BUILD_REQUIRES="
"
PYTHON_PACKAGES=(python3)
PYTHON_VERSIONS=(3.6)
PYTHON_VERSIONS=(3.7)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}
pythonVersion=${PYTHON_VERSIONS[$i]}