From f18a0ed598fda0612ff6806ed9d35f1eb3f7875a Mon Sep 17 00:00:00 2001 From: mobinmob Date: Thu, 30 Jun 2022 20:38:21 +0300 Subject: [PATCH] xonsh: update to 0.12.6. Also: - add python3-wheel to makedepends. --- srcpkgs/xonsh/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template index 69caa602e442..9d29114964c0 100644 --- a/srcpkgs/xonsh/template +++ b/srcpkgs/xonsh/template @@ -1,9 +1,10 @@ # Template file for 'xonsh' pkgname=xonsh -version=0.11.0 +version=0.12.6 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" +makedepends="python3-wheel" checkdepends="python3-pytest python3-prompt_toolkit python3-Pygments" short_desc="Python-powered, cross-platform, Unix-gazing shell" maintainer="SolitudeSF " @@ -11,7 +12,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=b107343f2fe43a4395dd4b3750ab9e0699b7a8f614ce712b0090b575a6c30581 register_shell="/bin/xonsh" # FIXME: fails with multiple AttributeErrors make_check=extended