mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python-pluggy: update to 0.7.1.
This commit is contained in:
parent
c8165be1f3
commit
3e1380d55b
1 changed files with 9 additions and 4 deletions
|
@ -1,19 +1,24 @@
|
||||||
# Template file for 'python-pluggy'
|
# Template file for 'python-pluggy'
|
||||||
pkgname=python-pluggy
|
pkgname=python-pluggy
|
||||||
version=0.6.0
|
version=0.7.1
|
||||||
revision=1
|
revision=1
|
||||||
|
noarch=yes
|
||||||
wrksrc="${pkgname/python-//}-${version}"
|
wrksrc="${pkgname/python-//}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="pluggy"
|
pycompile_module="pluggy"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
short_desc="Minimalist production ready python2 plugin system"
|
short_desc="Minimalist production ready python2 plugin system"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/pytest-dev/pluggy"
|
homepage="https://github.com/pytest-dev/pluggy"
|
||||||
distfiles="https://github.com/pytest-dev/pluggy/archive/${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pluggy/pluggy-${version}.tar.gz"
|
||||||
checksum=2dcdf93b644ebbd40c1679dec551b289aa502e77100af4153175ada9cac5d4ff
|
checksum=95eb8364a4708392bae89035f45341871286a333f749c3141c20573d2b3876e1
|
||||||
noarch=yes
|
|
||||||
|
do_check() {
|
||||||
|
python3 -m pytest
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue