From afb0fabcb8b2564c92fa8572554df4ca5c161d47 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 7 Oct 2018 18:12:18 +0200 Subject: [PATCH] python-parse: update to 1.9.0 --- srcpkgs/python-parse/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-parse/template b/srcpkgs/python-parse/template index 3471bf60748..c83250b49b4 100644 --- a/srcpkgs/python-parse/template +++ b/srcpkgs/python-parse/template @@ -1,21 +1,22 @@ # Template file for 'python-parse' pkgname=python-parse -version=1.8.4 +version=1.9.0 revision=1 noarch=yes wrksrc="parse-${version}" build_style=python-module +pycompile_module="parse.py" hostmakedepends="python-setuptools python3-setuptools" depends="python" -pycompile_module="parse.py" short_desc="Parse strings using the format() syntax (Python2)" maintainer="Eivind Uggedal " license="MIT" homepage="https://github.com/r1chardj0n3s/parse" distfiles="${PYPI_SITE}/p/parse/parse-${version}.tar.gz" -checksum=c3cdf6206f22aeebfa00e5b954fcfea13d1b2dc271c75806b6025b94fb490939 +checksum=9dd6048ea212cd032a342f9f6aa2b7bc222f7407c7e37bdc2777fecd36897437 do_check() { + python2 setup.py test python3 setup.py test }