From 88267d163e48e5b27eca671ed012030d6a1a4b19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sun, 31 Dec 2023 17:52:56 -0300 Subject: [PATCH] New package: python3-re-assert-1.1.0 --- srcpkgs/python3-re-assert/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-re-assert/template 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 +}