diff --git a/srcpkgs/python3-re-assert/template b/srcpkgs/python3-re-assert/template new file mode 100644 index 00000000000..4e5a7aa78be --- /dev/null +++ b/srcpkgs/python3-re-assert/template @@ -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 " +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 +}