diff --git a/srcpkgs/python-pluggy/template b/srcpkgs/python-pluggy/template index 17e3be0e9d9..96ba995a3c8 100644 --- a/srcpkgs/python-pluggy/template +++ b/srcpkgs/python-pluggy/template @@ -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 " 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}"