From c8f7d7ecd254be54edfe6b530c5b31422063c19c Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 23 Nov 2021 19:49:00 +0100 Subject: [PATCH] cram: switch to python 3.7 --- dev-util/cram/cram-0.7.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/cram/cram-0.7.recipe b/dev-util/cram/cram-0.7.recipe index b933c5ad8..8382e8910 100644 --- a/dev-util/cram/cram-0.7.recipe +++ b/dev-util/cram/cram-0.7.recipe @@ -6,7 +6,7 @@ the command's actual output." HOMEPAGE="https://bitheap.org/cram/" COPYRIGHT="2010-2016 Rafael G. Martins" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://bitheap.org/cram/cram-$portVersion.tar.gz" CHECKSUM_SHA256="7da7445af2ce15b90aad5ec4792f857cef5786d71f14377e9eb994d8b8337f2f" @@ -24,7 +24,7 @@ BUILD_REQUIRES=" " PYTHON_PACKAGES=(python python3) -PYTHON_VERSIONS=(2.7 3.6) +PYTHON_VERSIONS=(2.7 3.7) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}