mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
some version bumps on python modules (#5371)
This commit is contained in:
@@ -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]}
|
||||
Reference in New Issue
Block a user