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

19 lines
622 B
Bash

# Template file for 'python3-pytest-black'
pkgname=python3-pytest-black
version=0.3.12
revision=2
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="Orphaned <orphan@voidlinux.org>"
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
}