python-py: update to 1.5.3.

Closes: #12819 [via git-merge-pr]
This commit is contained in:
maxice8 2018-03-23 00:09:48 -03:00 committed by Michael Aldridge
parent b9ed5baf06
commit 71f61831af
1 changed files with 7 additions and 2 deletions

View File

@ -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 <thinkabit.ukim@gmail.com>"
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
}