mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-pytest-black-0.3.12
This commit is contained in:
parent
c6bd1befd1
commit
d2cd7c0206
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-pytest-black/template
Normal file
18
srcpkgs/python3-pytest-black/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue