python-py: update to 1.5.4.
This commit is contained in:
parent
83ef462a31
commit
26573d0ebd
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-py'
|
||||
pkgname=python-py
|
||||
version=1.5.3
|
||||
revision=2
|
||||
version=1.5.4
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="py-${version}"
|
||||
build_style=python-module
|
||||
|
@ -10,11 +10,11 @@ hostmakedepends="python-setuptools python3-setuptools"
|
|||
depends="python"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Python2 development support library"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
maintainer="Orpahend <orphan@voidlinux.eu>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/pytest-dev/py"
|
||||
distfiles="https://github.com/pytest-dev/py/archive/${version}.tar.gz"
|
||||
checksum=c0698a6f71e9ea2a44e5bdf81f1ec8d5b5e9646e990c75fadeb133149aeb8440
|
||||
distfiles="${PYPI_SITE}/p/py/py-${version}.tar.gz"
|
||||
checksum=3fd59af7435864e1a243790d322d763925431213b6b8529c6ca71081ace3bbf7
|
||||
|
||||
do_check() {
|
||||
python3 -m pytest
|
||||
|
|
Loading…
Reference in New Issue