xonsh: update to 0.19.3

This commit is contained in:
Joan Lucas 2025-03-24 22:32:38 -03:00 committed by Duncan Overbruck
parent 20270959d6
commit 6afba75b92

View file

@ -1,7 +1,7 @@
# Template file for 'xonsh' # Template file for 'xonsh'
pkgname=xonsh pkgname=xonsh
version=0.18.4 version=0.19.3
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools python3-wheel" hostmakedepends="python3-setuptools python3-wheel"
depends="python3 python3-Pygments" depends="python3 python3-Pygments"
@ -12,7 +12,7 @@ license="GPL-3.0-or-later"
homepage="https://xon.sh/" homepage="https://xon.sh/"
changelog="https://raw.githubusercontent.com/xonsh/xonsh/master/CHANGELOG.rst" changelog="https://raw.githubusercontent.com/xonsh/xonsh/master/CHANGELOG.rst"
distfiles="https://github.com/xonsh/xonsh/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/xonsh/xonsh/archive/refs/tags/${version}.tar.gz"
checksum=0e583cd64c0e17bc8ffd16701264622569c4e6c770ee7d769884d1957729a564 checksum=db9ac02f0c7b11a74b736020fade28acda56861ecaaba6cf3f34365d1beeefc6
register_shell="/bin/xonsh" register_shell="/bin/xonsh"
# FIXME: AttributeError because of missing XSH.load() and multiple other failures # FIXME: AttributeError because of missing XSH.load() and multiple other failures
make_check=no make_check=no