mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-pluggy: update to 0.9.0.
This commit is contained in:
parent
939dad9398
commit
6a3b1a3833
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'python-pluggy'
|
# Template file for 'python-pluggy'
|
||||||
pkgname=python-pluggy
|
pkgname=python-pluggy
|
||||||
version=0.8.1
|
version=0.9.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
archs=noarch
|
||||||
wrksrc="${pkgname/python-//}-${version}"
|
wrksrc="${pkgname/python-//}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="pluggy"
|
pycompile_module="pluggy"
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/pytest-dev/pluggy"
|
homepage="https://github.com/pytest-dev/pluggy"
|
||||||
distfiles="${PYPI_SITE}/p/pluggy/pluggy-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pluggy/pluggy-${version}.tar.gz"
|
||||||
checksum=8ddc32f03971bfdf900a81961a48ccf2fb677cf7715108f85295c67405798616
|
checksum=19ecf9ce9db2fce065a7a0586e07cfb4ac8614fe96edf628a264b1c70116cf8f
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python3 -m pytest
|
python3 -m pytest
|
||||||
|
@ -25,7 +25,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-pluggy_package() {
|
python3-pluggy_package() {
|
||||||
noarch=yes
|
archs=noarch
|
||||||
pycompile_module="pluggy"
|
pycompile_module="pluggy"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="${short_desc/python2/python3}"
|
short_desc="${short_desc/python2/python3}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue