xonsh: fix python package version (#8919)

fixes #8896
This commit is contained in:
augiedoggie
2023-07-01 21:54:14 -06:00
committed by GitHub
parent bf5bf06fa2
commit fc78a694a1

View File

@@ -6,7 +6,7 @@ use of experts and novices alike."
HOMEPAGE="https://xon.sh/"
COPYRIGHT="2015-2019 the xonsh developers"
LICENSE="BSD (2-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/xonsh/xonsh/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="9d73273276996297920c234c7d4267a305c695f0e9e2454dbdf0655c3a8f75cb"
@@ -23,7 +23,7 @@ BUILD_REQUIRES="
haiku_devel
"
PYTHON_PACKAGES=(python3.10)
PYTHON_PACKAGES=(python310)
PYTHON_VERSIONS=(3.10)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}