python-py: update to 1.8.0.

This commit is contained in:
maxice8 2019-02-22 01:48:40 -03:00 committed by maxice8
parent 99dfc5a90a
commit 682c15712a

View file

@ -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}"