From 120ddff70f27fa30b0effdf0f617e89394b5eea7 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 24 Oct 2019 19:41:13 +0200 Subject: [PATCH] pycrypto: bump revision for python 3.7. --- dev-python/pycrypto/pycrypto-2.6.1.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pycrypto/pycrypto-2.6.1.recipe b/dev-python/pycrypto/pycrypto-2.6.1.recipe index d526230db..2dd48ab41 100644 --- a/dev-python/pycrypto/pycrypto-2.6.1.recipe +++ b/dev-python/pycrypto/pycrypto-2.6.1.recipe @@ -7,7 +7,7 @@ etc.). HOMEPAGE="http://pypi.python.org/pypi/pycrypto/2.6" LICENSE="pycrypto" COPYRIGHT="2010 Dwayne C. Litzenberger" -REVISION="3" +REVISION="4" SOURCE_URI="https://pypi.python.org/packages/source/p/pycrypto/pycrypto-$portVersion.tar.gz" CHECKSUM_SHA256="f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c" @@ -28,8 +28,8 @@ BUILD_PREREQUIRES=" cmd:awk cmd:cc " -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]}