pygments: Python 3.10 package.

This commit is contained in:
waddlesplash
2022-10-19 16:43:24 -04:00
committed by GitHub
parent 00e7bbc9b1
commit de3a3cda1a

View File

@@ -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]}