From 7a95fa0abb6c35854af409b394a4a879f43f0fd2 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Mon, 25 Jan 2021 21:22:28 +0100 Subject: [PATCH] pycrypto: enable 3.8, 3.9, remove 3.6 --- 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 2dd48ab41..0f4573754 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="4" +REVISION="5" 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 python36 python3) -PYTHON_VERSIONS=(2.7 3.6 3.7) +PYTHON_PACKAGES=(python python3 python38 python39) +PYTHON_VERSIONS=(2.7 3.7 3.8 3.9) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}