diff --git a/dev-python/pygments/pygments-2.11.2.recipe b/dev-python/pygments/pygments-2.11.2.recipe index b5982432a..e2d289b51 100644 --- a/dev-python/pygments/pygments-2.11.2.recipe +++ b/dev-python/pygments/pygments-2.11.2.recipe @@ -14,7 +14,7 @@ ANSI sequences HOMEPAGE="https://pygments.org/" COPYRIGHT="2006-2022 by the Pygments team" LICENSE="BSD (2-clause)" -REVISION="1" +REVISION="2" SOURCE_URI="https://pypi.org/packages/source/P/Pygments/Pygments-$portVersion.tar.gz" CHECKSUM_SHA256="4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a" SOURCE_DIR="Pygments-$portVersion" @@ -32,8 +32,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]}