xonsh: update to 0.18.3

This commit is contained in:
Saksham Verma 2024-10-16 01:42:06 +05:30 committed by classabbyamp
parent 7d8843965e
commit 2f454ee576

View file

@ -1,10 +1,10 @@
# Template file for 'xonsh' # Template file for 'xonsh'
pkgname=xonsh pkgname=xonsh
version=0.17.0 version=0.18.3
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools python3-wheel" hostmakedepends="python3-setuptools python3-wheel"
depends="python3" depends="python3 python3-Pygments"
checkdepends="python3-pytest python3-prompt_toolkit python3-Pygments python3-pyte" checkdepends="python3-pytest python3-prompt_toolkit python3-Pygments python3-pyte"
short_desc="Python-powered, cross-platform, Unix-gazing shell" short_desc="Python-powered, cross-platform, Unix-gazing shell"
maintainer="SolitudeSF <solitudesf@protonmail.com>" maintainer="SolitudeSF <solitudesf@protonmail.com>"
@ -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=7a7ad21eb6831ed09e2949cd65282f6e84c7406179f031706d8a41eeb6919a81 checksum=1fdf6a61fcfafa052883cd387c430d9cb87c6764bc253a6727bb5161163d3929
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