From 7a160a4e37d8ec17fdd0c4784a6e3208f944b8df Mon Sep 17 00:00:00 2001 From: extrowerk <5569059+extrowerk@users.noreply.github.com> Date: Wed, 11 May 2022 11:38:17 +0200 Subject: [PATCH] Xonsh: bump (#6715) * Xonsh: bump --- .../xonsh/{xonsh-0.10.1.recipe => xonsh-0.11.0.recipe} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename app-shells/xonsh/{xonsh-0.10.1.recipe => xonsh-0.11.0.recipe} (92%) diff --git a/app-shells/xonsh/xonsh-0.10.1.recipe b/app-shells/xonsh/xonsh-0.11.0.recipe similarity index 92% rename from app-shells/xonsh/xonsh-0.10.1.recipe rename to app-shells/xonsh/xonsh-0.11.0.recipe index 4c00786dd..07b64434b 100644 --- a/app-shells/xonsh/xonsh-0.10.1.recipe +++ b/app-shells/xonsh/xonsh-0.11.0.recipe @@ -8,7 +8,7 @@ COPYRIGHT="2015-2019 the xonsh developers" LICENSE="BSD (2-clause)" REVISION="1" SOURCE_URI="https://github.com/xonsh/xonsh/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="4ede94226b0cc5f429bc7605ace88137c685d24675228e9e94ec18341dd30be4" +CHECKSUM_SHA256="9d73273276996297920c234c7d4267a305c695f0e9e2454dbdf0655c3a8f75cb" ARCHITECTURES="any" @@ -23,8 +23,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python3) -PYTHON_VERSIONS=(3.7) +PYTHON_PACKAGES=(python3.10) +PYTHON_VERSIONS=(3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}