six, bump, add pyversions (#4268)

This commit is contained in:
Schrijvers Luc
2019-10-09 16:58:52 +02:00
committed by Jérôme Duval
parent 5e6e5f24b7
commit d420cc1fe3

View File

@@ -4,11 +4,11 @@ utility functions for smoothing over the differences between the Python \
versions with the goal of writing Python code that is compatible on both \
Python versions."
HOMEPAGE="https://pypi.python.org/pypi/six"
COPYRIGHT="2010-2017 Benjamin Peterson"
COPYRIGHT="2010-2018 Benjamin Peterson"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://pypi.io/packages/source/s/six/six-$portVersion.tar.gz"
CHECKSUM_SHA256="70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9"
SOURCE_URI="https://files.pythonhosted.org/packages/dd/bf/4138e7bfb757de47d1f4b6994648ec67a51efe58fa907c1e11e350cddfca/six-$portVersion.tar.gz"
CHECKSUM_SHA256="d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73"
ARCHITECTURES="any"
@@ -23,8 +23,8 @@ BUILD_REQUIRES="
haiku_devel
"
PYTHON_PACKAGES=(python python3)
PYTHON_VERSIONS=(2.7 3.6)
PYTHON_PACKAGES=(python python36 python3)
PYTHON_VERSIONS=(2.7 3.6 3.7)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}
pythonVersion=${PYTHON_VERSIONS[$i]}