some version bumps on python modules (#5371)

This commit is contained in:
Schrijvers Luc
2020-10-30 10:39:32 +01:00
committed by GitHub
parent 6bac79d3f7
commit 5d041519e2
7 changed files with 25 additions and 92 deletions

View File

@@ -2,11 +2,11 @@ SUMMARY="Core utilities for Python packages"
DESCRIPTION="The 'packaging' project includes the following: \
version handling, specifiers, markers, requirements, tags, utilities."
HOMEPAGE="https://pypi.python.org/pypi/packaging"
COPYRIGHT="2019 Donald Stufft and individual contributors"
COPYRIGHT="2014-2020 Donald Stufft and individual contributors"
LICENSE="Apache v2"
REVISION="1"
SOURCE_URI="https://pypi.io/packages/source/p/packaging/packaging-$portVersion.tar.gz"
CHECKSUM_SHA256="28b924174df7a2fa32c1953825ff29c61e2f5e082343165438812f00d3a7fc47"
CHECKSUM_SHA256="4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8"
ARCHITECTURES="any"
@@ -21,8 +21,8 @@ BUILD_REQUIRES="
haiku_devel
"
PYTHON_PACKAGES=(python python36 python3)
PYTHON_VERSIONS=(2.7 3.6 3.7)
PYTHON_PACKAGES=(python36 python3)
PYTHON_VERSIONS=(3.6 3.7)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}
pythonVersion=${PYTHON_VERSIONS[$i]}