diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template index 40da3d11197..00ae87b86ef 100644 --- a/srcpkgs/python-parsing/template +++ b/srcpkgs/python-parsing/template @@ -1,7 +1,7 @@ # Template file for 'python-parsing' pkgname=python-parsing version=2.2.1 -revision=1 +revision=2 noarch=yes wrksrc="pyparsing-pyparsing_${version}" build_style=python-module @@ -11,13 +11,13 @@ pycompile_module="pyparsing.py" short_desc="Python parsing module (Python2)" maintainer="Juan RP " license="MIT" -homepage="http://pyparsing.wikispaces.com/" +homepage="https://github.com/pyparsing/pyparsing" changelog="https://github.com/pyparsing/pyparsing/raw/master/CHANGES" distfiles="https://github.com/pyparsing/pyparsing/archive/pyparsing_${version}.tar.gz" checksum=25cafba8e402f775b58cee0924ef5359c5bc3ba3e8e8b038d0f92674c8a47a79 do_check() { - python unitTests.py + python2 unitTests.py python3 unitTests.py }