From 71f61831af1fdf52a5a9189fc36c1642c68160a4 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 23 Mar 2018 00:09:48 -0300 Subject: [PATCH] python-py: update to 1.5.3. Closes: #12819 [via git-merge-pr] --- srcpkgs/python-py/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-py/template b/srcpkgs/python-py/template index fa05bc5fbe7..4cc4cbaa76f 100644 --- a/srcpkgs/python-py/template +++ b/srcpkgs/python-py/template @@ -1,19 +1,24 @@ # Template file for 'python-py' pkgname=python-py -version=1.5.2 +version=1.5.3 revision=1 wrksrc="${pkgname/python-//}-${version}" build_style=python-module pycompile_module="py" hostmakedepends="python-setuptools python3-setuptools" +checkdepends="python3-pytest" short_desc="Python2 development support library" maintainer="maxice8 " license="MIT" homepage="https://github.com/pytest-dev/py" distfiles="https://github.com/pytest-dev/py/archive/${version}.tar.gz" -checksum=c1a23fb4c6cc181dbb207117190adefcad757e742c2a25ba8fed63bd55712634 +checksum=c0698a6f71e9ea2a44e5bdf81f1ec8d5b5e9646e990c75fadeb133149aeb8440 noarch=yes +do_check() { + python3 -m pytest +} + post_install() { vlicense LICENSE }