20 lines
738 B
Bash
20 lines
738 B
Bash
# Template file for 'python3-pytest-isort'
|
|
pkgname=python3-pytest-isort
|
|
version=3.1.0
|
|
revision=2
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/stephrdev/pytest-isort"
|
|
changelog="https://github.com/stephrdev/pytest-isort/raw/master/CHANGELOG.rst"
|
|
distfiles="https://github.com/stephrdev/pytest-isort/archive/refs/tags/${version}.tar.gz"
|
|
checksum=c6994dd442e2fe50f2667d6fa6e14a5800192966b628cc31107c8f96c36a514b
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|