mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
New package: python3-re-assert-1.1.0
This commit is contained in:
parent
d8ed20a57e
commit
88267d163e
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-re-assert/template
Normal file
18
srcpkgs/python3-re-assert/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'python3-re-assert'
|
||||
pkgname=python3-re-assert
|
||||
version=1.1.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
depends="python3-regex"
|
||||
checkdepends="$depends python3-pytest"
|
||||
short_desc="Show where your regex match assertion failed!"
|
||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/asottile/re-assert"
|
||||
distfiles="https://github.com/asottile/re-assert/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=01c4a849ed520923e4bab9afdf73b5f2698c4f92ad7f580ccb3f68ea79c69c0c
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue