diff --git a/srcpkgs/python3-pytest-isort/template b/srcpkgs/python3-pytest-isort/template new file mode 100644 index 00000000000..c3566853a18 --- /dev/null +++ b/srcpkgs/python3-pytest-isort/template @@ -0,0 +1,21 @@ +# Template file for 'python3-pytest-isort' +pkgname=python3-pytest-isort +version=3.1.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-poetry-core" +depends="python3-pytest python3-isort" +checkdepends="${depends} python3-pytest-flake8 python3-pytest-black flake8" +short_desc="Pytest plugin to check import ordering using isort" +maintainer="Jan Christian Grünhage " +license="MIT" +homepage="https://github.com/stephrdev/pytest-isort" +changelog="https://github.com/stephrdev/pytest-isort/raw/master/CHANGELOG.rst" +distfiles="${PYPI_SITE}/p/pytest_isort/pytest_isort-${version}.tar.gz" +checksum=067801dc5e54a474330d074d521c815948ff6d5cf0ed3b9d057b78216851186c +# cba for now +make_check=no + +post_install() { + vlicense LICENSE.rst +}