mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-py: update to 1.5.4.
This commit is contained in:
parent
83ef462a31
commit
26573d0ebd
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-py'
|
# Template file for 'python-py'
|
||||||
pkgname=python-py
|
pkgname=python-py
|
||||||
version=1.5.3
|
version=1.5.4
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="py-${version}"
|
wrksrc="py-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -10,11 +10,11 @@ hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Python2 development support library"
|
short_desc="Python2 development support library"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="Orpahend <orphan@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/pytest-dev/py"
|
homepage="https://github.com/pytest-dev/py"
|
||||||
distfiles="https://github.com/pytest-dev/py/archive/${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/py/py-${version}.tar.gz"
|
||||||
checksum=c0698a6f71e9ea2a44e5bdf81f1ec8d5b5e9646e990c75fadeb133149aeb8440
|
checksum=3fd59af7435864e1a243790d322d763925431213b6b8529c6ca71081ace3bbf7
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python3 -m pytest
|
python3 -m pytest
|
||||||
|
|
Loading…
Add table
Reference in a new issue