mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
gitdb: bump version.
This commit is contained in:
@@ -4,8 +4,9 @@ HOMEPAGE="https://pypi.org/project/gitdb/"
|
||||
COPYRIGHT="2010-2015 Sebastian Thiel"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://files.pythonhosted.org/packages/e3/95/7e5d7261feb46c0539ac5e451be340ddd64d78c5118f2d893b052c76fe8c/gitdb-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="a3ebbc27be035a2e874ed904df516e35f4a29a778a764385de09de9e0f139658"
|
||||
SOURCE_URI="https://pypi.io/packages/source/g/gitdb2/gitdb2-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="1b6df1433567a51a4a9c1a5a0de977aa351a405cc56d7d35f3388bad1f630350"
|
||||
SOURCE_DIR="gitdb2-$portVersion"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
@@ -20,8 +21,8 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python3)
|
||||
PYTHON_VERSIONS=(3.6)
|
||||
PYTHON_PACKAGES=(python36 python3)
|
||||
PYTHON_VERSIONS=(3.6 3.7)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
@@ -30,6 +31,7 @@ eval "PROVIDES_${pythonPackage}=\"\
|
||||
\"; \
|
||||
REQUIRES_$pythonPackage=\"\
|
||||
haiku\n\
|
||||
smmap_$pythonPackage\n\
|
||||
cmd:python$pythonVersion\
|
||||
\""
|
||||
BUILD_REQUIRES="$BUILD_REQUIRES
|
||||
Reference in New Issue
Block a user