mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-19 02:00:06 +02:00
pygments: Python 3.10 package.
This commit is contained in:
@@ -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]}
|
||||
|
||||
Reference in New Issue
Block a user