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 }