xonsh: update to 0.14.2

This commit is contained in:
clyhtsuriva 2023-12-04 21:51:42 +01:00 committed by Duncan Overbruck
parent cc337934c7
commit c2049544b8

View file

@ -1,7 +1,7 @@
# Template file for 'xonsh' # Template file for 'xonsh'
pkgname=xonsh pkgname=xonsh
version=0.14.1 version=0.14.2
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools python3-wheel" hostmakedepends="python3-setuptools python3-wheel"
depends="python3" depends="python3"
@ -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/${version}.tar.gz" distfiles="https://github.com/xonsh/xonsh/archive/${version}.tar.gz"
checksum=de132cef00df4c7c0d1071dc26538cd266c6110c2b721fa02b933629a3bc9caa checksum=7b94bc5a6fb988361e2deef8ba768b8d761b721c84bbee039db0730e66203922
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