void-packages/srcpkgs/python3-pytest-isort/template

22 lines
769 B
Bash

# 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 <jan.christian@gruenhage.xyz>"
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
}