From d6f1115f4eb34b477ec93ca98e1615acd839700f Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sun, 29 Sep 2019 19:06:44 +1000 Subject: [PATCH] idna: bump version --- dev-python/idna/{idna-2.7.recipe => idna-2.8.recipe} | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) rename dev-python/idna/{idna-2.7.recipe => idna-2.8.recipe} (88%) diff --git a/dev-python/idna/idna-2.7.recipe b/dev-python/idna/idna-2.8.recipe similarity index 88% rename from dev-python/idna/idna-2.7.recipe rename to dev-python/idna/idna-2.8.recipe index 4a99e24b3..03855cc5e 100644 --- a/dev-python/idna/idna-2.7.recipe +++ b/dev-python/idna/idna-2.8.recipe @@ -2,11 +2,11 @@ SUMMARY="Internationalized Domain Names in Applications (IDNA)" DESCRIPTION="Support for the Internationalised Domain Names in Applications \ (IDNA) protocol as specified in RFC 5891 ." HOMEPAGE="https://pypi.python.org/pypi/idna" -COPYRIGHT="2013-2018 Kim Davie" +COPYRIGHT="2013-2019 Kim Davie" LICENSE="BSD (3-clause)" REVISION="1" SOURCE_URI="https://pypi.io/packages/source/i/idna/idna-$portVersion.tar.gz" -CHECKSUM_SHA256="684a38a6f903c1d71d6d5fac066b58d7768af4de2b832e426ec79c30daa94a16" +CHECKSUM_SHA256="c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407" ARCHITECTURES="any" @@ -21,14 +21,16 @@ BUILD_REQUIRES=" haiku_devel setuptools_python setuptools_python3 + setuptools_python36 " BUILD_PREREQUIRES=" cmd:python cmd:python3 + cmd:python3.6 " -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]}