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

@@ -10,7 +10,7 @@ It has three goals:
HOMEPAGE="https://pypi.org/project/voluptuous/"
COPYRIGHT="2010-2018 Alec Thomas"
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://pypi.python.org/packages/source/v/voluptuous/voluptuous-$portVersion.tar.gz"
CHECKSUM_SHA256="663572419281ddfaf4b4197fd4942d181630120fb39b333e3adad70aeb56444b"
@@ -27,8 +27,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]}