From 682c15712a3bd492c1017389cd541d9837394b50 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 22 Feb 2019 01:48:40 -0300 Subject: [PATCH] python-py: update to 1.8.0. --- srcpkgs/python-py/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-py/template b/srcpkgs/python-py/template index 9386fdfe8af..99644bc228a 100644 --- a/srcpkgs/python-py/template +++ b/srcpkgs/python-py/template @@ -1,8 +1,8 @@ # Template file for 'python-py' pkgname=python-py -version=1.7.0 +version=1.8.0 revision=1 -noarch=yes +archs=noarch wrksrc="py-${version}" build_style=python-module pycompile_module="py" @@ -15,7 +15,7 @@ license="MIT" homepage="https://github.com/pytest-dev/py" changelog="https://github.com/pytest-dev/py/raw/master/CHANGELOG" distfiles="${PYPI_SITE}/p/py/py-${version}.tar.gz" -checksum=bf92637198836372b520efcba9e020c330123be8ce527e535d185ed4b6f45694 +checksum=dc639b046a6e2cff5bbe40194ad65936d6ba360b52b3c3fe1d08a82dd50b5e53 do_check() { python3 -m pytest @@ -26,7 +26,7 @@ post_install() { } python3-py_package() { - noarch=yes + archs=noarch depends="python3" pycompile_module="py" short_desc="${short_desc/Python2/Python3}"