From 53ba0fe6b049e71d38cff85a48f4e30f423c1e97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Fri, 18 Nov 2022 14:37:34 +0100 Subject: [PATCH] New package: python3-pytest-isort-3.1.0 --- srcpkgs/python3-pytest-isort/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python3-pytest-isort/template 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 +}