mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 08:10:07 +02:00
gitdb: bump version
enable 3.8, 3.9, remove 3.6
This commit is contained in:
@@ -4,9 +4,8 @@ HOMEPAGE="https://pypi.org/project/gitdb/"
|
||||
COPYRIGHT="2010-2015 Sebastian Thiel"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.io/packages/source/g/gitdb2/gitdb2-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="1b6df1433567a51a4a9c1a5a0de977aa351a405cc56d7d35f3388bad1f630350"
|
||||
SOURCE_DIR="gitdb2-$portVersion"
|
||||
SOURCE_URI="https://pypi.io/packages/source/g/gitdb/gitdb-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="c9e1f2d0db7ddb9a704c2a0217be31214e91a4fe1dea1efad19ae42ba0c285c9"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
@@ -21,8 +20,8 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python36 python3)
|
||||
PYTHON_VERSIONS=(3.6 3.7)
|
||||
PYTHON_PACKAGES=(python3 python38 python39)
|
||||
PYTHON_VERSIONS=(3.7 3.8 3.9)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
@@ -58,4 +57,3 @@ INSTALL()
|
||||
$prefix/lib/python*
|
||||
done
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user