# Template file for 'python3-pytest-black'
pkgname=python3-pytest-black
version=0.6.0
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools python3-setuptools_scm"
depends="python3-pytest black python3-toml"
checkdepends="${depends} flake8"
short_desc="Pytest plugin to enable formatting checks with black"
maintainer="Jason Elswick <jason@jasondavid.us>"
license="MIT"
homepage="https://github.com/coherent-oss/pytest-black"
distfiles="${PYPI_SITE}/p/pytest-black/pytest_black-${version}.tar.gz"
checksum=ecb77455f379805cb4bd8f45a813a3754c3bbee3199adf1b3665c0dfd086b511

post_install() {
	vlicense LICENSE
}
