From f4e5df9be66ea5263013dfef3294fdcdaf188779 Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Sat, 30 Jan 2021 23:36:38 +0300 Subject: [PATCH] xonsh: update to 0.9.26 --- srcpkgs/xonsh/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template index 2ad7f65b91f..c79e46ed633 100644 --- a/srcpkgs/xonsh/template +++ b/srcpkgs/xonsh/template @@ -1,14 +1,15 @@ # Template file for 'xonsh' pkgname=xonsh -version=0.9.24 +version=0.9.26 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" +checkdepends="python3-pytest python3-prompt_toolkit python3-Pygments" short_desc="Python-powered, cross-platform, Unix-gazing shell" maintainer="SolitudeSF " license="GPL-3.0-or-later" homepage="https://xon.sh/" changelog="https://raw.githubusercontent.com/xonsh/xonsh/${version}/CHANGELOG.rst" distfiles="https://github.com/xonsh/xonsh/archive/${version}.tar.gz" -checksum=ed981f129f2501b3d7354466b7c85ff58d22750f18df0910d66c8dbe94ec9b3b +checksum=ab2da2d2e07420a9730af0ae69001db7553173f22a213534529394acb98c70f1 register_shell="/bin/xonsh"