python-pluggy: update to 0.9.0.
This commit is contained in:
parent
939dad9398
commit
6a3b1a3833
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'python-pluggy'
|
||||
pkgname=python-pluggy
|
||||
version=0.8.1
|
||||
version=0.9.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
archs=noarch
|
||||
wrksrc="${pkgname/python-//}-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="pluggy"
|
||||
|
@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/pytest-dev/pluggy"
|
||||
distfiles="${PYPI_SITE}/p/pluggy/pluggy-${version}.tar.gz"
|
||||
checksum=8ddc32f03971bfdf900a81961a48ccf2fb677cf7715108f85295c67405798616
|
||||
checksum=19ecf9ce9db2fce065a7a0586e07cfb4ac8614fe96edf628a264b1c70116cf8f
|
||||
|
||||
do_check() {
|
||||
python3 -m pytest
|
||||
|
@ -25,7 +25,7 @@ post_install() {
|
|||
}
|
||||
|
||||
python3-pluggy_package() {
|
||||
noarch=yes
|
||||
archs=noarch
|
||||
pycompile_module="pluggy"
|
||||
depends="python3"
|
||||
short_desc="${short_desc/python2/python3}"
|
||||
|
|
Loading…
Reference in New Issue