mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
gertty, resolve depenencies (#7450)
This commit is contained in:
@@ -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]}
|
||||
|
||||
Reference in New Issue
Block a user