void-packages/srcpkgs/python3-re-assert/template

19 lines
607 B
Bash

# 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
}