# Template file for 'python3-pluggy' pkgname=python3-pluggy version=0.12.0 revision=1 archs=noarch wrksrc="pluggy-${version}" build_style=python3-module pycompile_module="pluggy" hostmakedepends="python3-setuptools" depends="python3-importlib_metadata" checkdepends="python3-pytest ${depends}" short_desc="Minimalist production ready plugin system (Python3)" maintainer="Piotr Wójcik " license="MIT" homepage="https://github.com/pytest-dev/pluggy" distfiles="${PYPI_SITE}/p/pluggy/pluggy-${version}.tar.gz" checksum=0825a152ac059776623854c1543d65a4ad408eb3d33ee114dff91e57ec6ae6fc do_check() { python3 -m pytest } post_install() { vlicense LICENSE }