New package: python3-re-assert-1.1.0

This commit is contained in:
Gonzalo Tornaría 2023-12-31 17:52:56 -03:00 committed by Đoàn Trần Công Danh
parent d8ed20a57e
commit 88267d163e

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