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

@@ -4,7 +4,7 @@ directly and handles many of the difficult and tedious tasks for you."
HOMEPAGE="http://urwid.org/"
COPYRIGHT="2004-2018 Ian Ward"
LICENSE="GNU LGPL v2.1"
REVISION="1"
REVISION="2"
SOURCE_URI="https://pypi.org/packages/source/u/urwid/urwid-$portVersion.tar.gz"
CHECKSUM_SHA256="588bee9c1cb208d0906a9f73c613d2bd32c3ed3702012f51efe318a3f2127eae"
@@ -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]}