py: bump version.

This commit is contained in:
Jerome Duval
2019-10-22 21:45:53 +02:00
parent 8551a90c78
commit a976744b99

View File

@@ -6,16 +6,16 @@ DESCRIPTION="The py lib is a Python development support library featuring the fo
py.code: dynamic code generation and introspection
py.path: uniform local and svn path objects"
HOMEPAGE="https://pytest.org"
SOURCE_URI="https://pypi.python.org/packages/90/e3/e075127d39d35f09a500ebb4a90afd10f9ef0a1d28a6d09abeec0e444fdd/py-1.5.2.tar.gz#md5=279ca69c632069e1b71e11b14641ca28"
REVISION="1"
LICENSE="MIT"
COPYRIGHT="2004-2017 Holger Krekel and others."
CHECKSUM_SHA256="ca18943e28235417756316bfada6cd96b23ce60dd532642690dcfdaba988a76d"
SOURCE_URI="https://pypi.io/packages/source/p/py/py-$portVersion.tar.gz"
CHECKSUM_SHA256="dc639b046a6e2cff5bbe40194ad65936d6ba360b52b3c3fe1d08a82dd50b5e53"
ARCHITECTURES="any"
PROVIDES="
py=$portVersion
py = $portVersion
"
REQUIRES="
@@ -26,8 +26,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]}