diff --git a/dev-python/packaging/packaging-21.3.recipe b/dev-python/packaging/packaging-21.3.recipe index dd5cafd95..2292de005 100644 --- a/dev-python/packaging/packaging-21.3.recipe +++ b/dev-python/packaging/packaging-21.3.recipe @@ -4,7 +4,7 @@ version handling, specifiers, markers, requirements, tags, utilities." HOMEPAGE="https://pypi.python.org/pypi/packaging" COPYRIGHT="2014-2021 Donald Stufft and individual contributors" LICENSE="Apache v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://pypi.io/packages/source/${portName:0:1}/$portName/$portName-$portVersion.tar.gz" CHECKSUM_SHA256="dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb" @@ -21,8 +21,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python3 python38 python39) -PYTHON_VERSIONS=(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]} diff --git a/dev-python/pyparsing/pyparsing-3.0.7.recipe b/dev-python/pyparsing/pyparsing-3.0.7.recipe index 15f03b7eb..6991956aa 100644 --- a/dev-python/pyparsing/pyparsing-3.0.7.recipe +++ b/dev-python/pyparsing/pyparsing-3.0.7.recipe @@ -7,7 +7,7 @@ Python code." HOMEPAGE="https://pypi.python.org/pypi/pyparsing" COPYRIGHT="2003-2022 Paul T. McGuire" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/pyparsing/pyparsing/archive/pyparsing_$portVersion.tar.gz" CHECKSUM_SHA256="9303df2c7998485cc71a246c6cc0489c48ad571adc9d250c2d1314c47768ba59" SOURCE_DIR="pyparsing-pyparsing_$portVersion" @@ -25,8 +25,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python3 python38 python39) -PYTHON_VERSIONS=(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]} diff --git a/dev-python/six/six-1.15.0.recipe b/dev-python/six/six-1.15.0.recipe index ff44abcc2..0d5a5b8ae 100644 --- a/dev-python/six/six-1.15.0.recipe +++ b/dev-python/six/six-1.15.0.recipe @@ -6,7 +6,7 @@ Python versions." HOMEPAGE="https://pypi.python.org/pypi/six" COPYRIGHT="2010-2018 Benjamin Peterson" LICENSE="MIT" -REVISION="2" +REVISION="3" SOURCE_URI="https://pypi.io/packages/source/s/six/six-$portVersion.tar.gz" CHECKSUM_SHA256="30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259" @@ -23,8 +23,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python python3 python38 python39) -PYTHON_VERSIONS=(2.7 3.7 3.8 3.9) +PYTHON_PACKAGES=(python python3 python38 python39 python310) +PYTHON_VERSIONS=(2.7 3.7 3.8 3.9 3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]} diff --git a/dev-python/toml/toml-0.10.2.recipe b/dev-python/toml/toml-0.10.2.recipe index af754ba76..dbf73a439 100644 --- a/dev-python/toml/toml-0.10.2.recipe +++ b/dev-python/toml/toml-0.10.2.recipe @@ -9,7 +9,7 @@ COPYRIGHT="2013-2019 William Pearson 2017 Jack Evans 2019 Filippo Broggini." LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/uiri/toml/archive/$portVersion.tar.gz" CHECKSUM_SHA256="71d4039bbdec91e3e7591ec5d6c943c58f9a2d17e5f6783acdc378f743fcdd2a" @@ -26,8 +26,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python3 python38 python39) -PYTHON_VERSIONS=(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]} diff --git a/dev-python/zipp/zipp-3.7.0.recipe b/dev-python/zipp/zipp-3.7.0.recipe index 33a085252..b74b2c83f 100644 --- a/dev-python/zipp/zipp-3.7.0.recipe +++ b/dev-python/zipp/zipp-3.7.0.recipe @@ -3,7 +3,7 @@ DESCRIPTION="Zipp is a pathlib-compatible Zipfile object wrapper." HOMEPAGE="https://pypi.python.org/pypi/zipp" COPYRIGHT="2018-2021 Jason R. Coombs" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://pypi.io/packages/source/${portName:0:1}/$portName/$portName-$portVersion.tar.gz" CHECKSUM_SHA256="9f50f446828eb9d45b267433fd3e9da8d801f614129124863f9c51ebceafb87d" @@ -20,8 +20,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python3 python38 python39) -PYTHON_VERSIONS=(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]}