diff --git a/dev-python/decorator/decorator-4.4.2.recipe b/dev-python/decorator/decorator-5.1.1.recipe similarity index 90% rename from dev-python/decorator/decorator-4.4.2.recipe rename to dev-python/decorator/decorator-5.1.1.recipe index f5d889153..bebe694ea 100644 --- a/dev-python/decorator/decorator-4.4.2.recipe +++ b/dev-python/decorator/decorator-5.1.1.recipe @@ -10,7 +10,7 @@ COPYRIGHT="2003-2019 Michele Simionato" LICENSE="BSD (2-clause)" REVISION="1" SOURCE_URI="https://pypi.io/packages/source/${portName:0:1}/$portName/$portName-$portVersion.tar.gz" -CHECKSUM_SHA256="e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7" +CHECKSUM_SHA256="637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330" ARCHITECTURES="any" @@ -25,8 +25,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python python3 python38 python39) -PYTHON_VERSIONS=(2.7 3.7 3.8 3.9) +PYTHON_PACKAGES=(python3 python38 python39 python310) +PYTHON_VERSIONS=(3.7 3.8 3.9 3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}