New package: python3-pytest-black-0.3.12

This commit is contained in:
Jan Christian Grünhage 2022-11-18 14:37:30 +01:00 committed by Piraty
parent c6bd1befd1
commit d2cd7c0206
No known key found for this signature in database
GPG key ID: 82F2CC796BD07077

View file

@ -0,0 +1,18 @@
# Template file for 'python3-pytest-black'
pkgname=python3-pytest-black
version=0.3.12
revision=1
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="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
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
}