From 4e7e5e44030510efba13a9fff452c077a1d3a105 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Thu, 30 Jun 2022 20:38:21 +0300 Subject: [PATCH] xonsh: update to 0.13.0. Also: - add python3-wheel to hostmakedepends. --- srcpkgs/xonsh/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template index 69caa602e442..c4d324cd8706 100644 --- a/srcpkgs/xonsh/template +++ b/srcpkgs/xonsh/template @@ -1,9 +1,9 @@ # Template file for 'xonsh' pkgname=xonsh -version=0.11.0 +version=0.13.0 revision=1 build_style=python3-module -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools python3-wheel" checkdepends="python3-pytest python3-prompt_toolkit python3-Pygments" short_desc="Python-powered, cross-platform, Unix-gazing shell" maintainer="SolitudeSF " @@ -11,7 +11,7 @@ license="GPL-3.0-or-later" homepage="https://xon.sh/" changelog="https://raw.githubusercontent.com/xonsh/xonsh/master/CHANGELOG.rst" distfiles="https://github.com/xonsh/xonsh/archive/${version}.tar.gz" -checksum=9d73273276996297920c234c7d4267a305c695f0e9e2454dbdf0655c3a8f75cb +checksum=8440abd1515e47b707624dfb8da08e230ebc7854edd3edcfca0d775018e0ad8d register_shell="/bin/xonsh" # FIXME: fails with multiple AttributeErrors make_check=extended