From 8f4e6afc214ff699b74d048edd2ef9126c9623b0 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 2 Feb 2021 17:13:49 +0100 Subject: [PATCH] wrapt: switch to x86_64 enable 3.8, 3.9, remove 3.6 --- dev-python/wrapt/wrapt-1.12.1.recipe | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/dev-python/wrapt/wrapt-1.12.1.recipe b/dev-python/wrapt/wrapt-1.12.1.recipe index 8a720f522..887853973 100644 --- a/dev-python/wrapt/wrapt-1.12.1.recipe +++ b/dev-python/wrapt/wrapt-1.12.1.recipe @@ -5,12 +5,12 @@ function wrappers and decorator functions." HOMEPAGE="https://github.com/GrahamDumpleton" COPYRIGHT="2013-2019, Graham Dumpleton" LICENSE="BSD (2-clause)" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/GrahamDumpleton/$portName/archive/$portVersion.tar.gz" CHECKSUM_SHA256="19f2043e05b76ce9b68971b387bfd8eed50c2ee1c9c0bd230edc422fec753917" SOURCE_DIR="$portVersionedName" -ARCHITECTURES="any" +ARCHITECTURES="x86_64" PROVIDES=" $portName = $portVersion @@ -22,9 +22,12 @@ REQUIRES=" BUILD_REQUIRES=" haiku_devel " +BUILD_PREREQUIRES=" + gcc + " -PYTHON_PACKAGES=(python36 python3) -PYTHON_VERSIONS=(3.6 3.7) +PYTHON_PACKAGES=(python3 python38 python39) +PYTHON_VERSIONS=(3.7 3.8 3.9) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}