xonsh: update to 0.11.0.

This commit is contained in:
jgart 2021-11-28 23:44:08 -05:00 committed by Érico Nogueira Rolim
parent 23d0eea98c
commit cf38be1870

View file

@ -1,7 +1,7 @@
# Template file for 'xonsh' # Template file for 'xonsh'
pkgname=xonsh pkgname=xonsh
version=0.10.1 version=0.11.0
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
checkdepends="python3-pytest python3-prompt_toolkit python3-Pygments" checkdepends="python3-pytest python3-prompt_toolkit python3-Pygments"
@ -11,7 +11,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=4ede94226b0cc5f429bc7605ace88137c685d24675228e9e94ec18341dd30be4 checksum=9d73273276996297920c234c7d4267a305c695f0e9e2454dbdf0655c3a8f75cb
register_shell="/bin/xonsh" register_shell="/bin/xonsh"
# FIXME: fails with multiple AttributeErrors # FIXME: fails with multiple AttributeErrors
make_check=extended make_check=extended