From 2d3123f312fff2ebaf4cb9c6bd0b5354fabb6e5a 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.25 --- srcpkgs/xonsh/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template index 2ad7f65b91f..b0c5fb21157 100644 --- a/srcpkgs/xonsh/template +++ b/srcpkgs/xonsh/template @@ -1,14 +1,19 @@ # Template file for 'xonsh' pkgname=xonsh -version=0.9.24 +version=0.9.25 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=a07a984221ce75fd34b7723985ec5958bc1feb73e80b23f199e6600e1ef22b9d register_shell="/bin/xonsh" + +do_check() { + py.test +}