gertty, resolve depenencies (#7450)

This commit is contained in:
Schrijvers Luc
2022-11-20 15:48:19 +01:00
committed by GitHub
parent 2c2119e9fa
commit 206d03d50d
6 changed files with 16 additions and 16 deletions

View File

@@ -13,7 +13,7 @@ HOMEPAGE="https://www.dabeaz.com/ply/
https://pypi.org/project/ply/"
COPYRIGHT="2006-2018 David Beazley"
LICENSE="BSD (3-clause)"
REVISION="3"
REVISION="4"
SOURCE_URI="https://pypi.io/packages/source/p/ply/ply-$portVersion.tar.gz"
CHECKSUM_SHA256="00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3"
@@ -30,8 +30,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]}