diff --git a/srcpkgs/python3-pytest-black/template b/srcpkgs/python3-pytest-black/template new file mode 100644 index 00000000000..45c0089069b --- /dev/null +++ b/srcpkgs/python3-pytest-black/template @@ -0,0 +1,18 @@ +# Template file for 'python3-pytest-black' +pkgname=python3-pytest-black +version=0.3.12 +revision=1 +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="Jan Christian Grünhage " +license="MIT" +homepage="https://github.com/shopkeep/pytest-black" +distfiles="${PYPI_SITE}/p/pytest-black/pytest-black-${version}.tar.gz" +checksum=1d339b004f764d6cd0f06e690f6dd748df3d62e6fe1a692d6a5500ac2c5b75a5 + +post_install() { + vlicense LICENSE +}