From 3bfdb0338d4fc6c6ceb2ba5b03aaab632db0bd47 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 28 Jan 2021 17:43:09 +0100 Subject: [PATCH] decorator: bump version enable 3.8, 3.9, remove 3.6 --- .../{decorator-4.4.1.recipe => decorator-4.4.2.recipe} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) rename dev-python/decorator/{decorator-4.4.1.recipe => decorator-4.4.2.recipe} (82%) diff --git a/dev-python/decorator/decorator-4.4.1.recipe b/dev-python/decorator/decorator-4.4.2.recipe similarity index 82% rename from dev-python/decorator/decorator-4.4.1.recipe rename to dev-python/decorator/decorator-4.4.2.recipe index c03fcf579..f5d889153 100644 --- a/dev-python/decorator/decorator-4.4.1.recipe +++ b/dev-python/decorator/decorator-4.4.2.recipe @@ -9,8 +9,8 @@ HOMEPAGE="https://github.com/micheles/decorator" COPYRIGHT="2003-2019 Michele Simionato" LICENSE="BSD (2-clause)" REVISION="1" -SOURCE_URI="https://files.pythonhosted.org/packages/dc/c3/9d378af09f5737cfd524b844cd2fbb0d2263a35c11d712043daab290144d/decorator-$portVersion.tar.gz" -CHECKSUM_SHA256="54c38050039232e1db4ad7375cfce6748d7b41c29e95a081c8a6d2c30364a2ce" +SOURCE_URI="https://pypi.io/packages/source/${portName:0:1}/$portName/$portName-$portVersion.tar.gz" +CHECKSUM_SHA256="e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7" ARCHITECTURES="any" @@ -25,8 +25,8 @@ BUILD_REQUIRES=" haiku_devel " -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]} @@ -40,7 +40,6 @@ REQUIRES_$pythonPackage=\"\ BUILD_REQUIRES="$BUILD_REQUIRES setuptools_$pythonPackage" BUILD_PREREQUIRES="$BUILD_PREREQUIRES - cmd:git cmd:python$pythonVersion" done