From 01720217661ed44cb6debb1ea055d518526911f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Fri, 16 Jul 2021 12:36:07 +0200 Subject: [PATCH] New package: python3-wcmatch-8.2 --- srcpkgs/python3-wcmatch/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/python3-wcmatch/template diff --git a/srcpkgs/python3-wcmatch/template b/srcpkgs/python3-wcmatch/template new file mode 100644 index 00000000000..8237206b2b4 --- /dev/null +++ b/srcpkgs/python3-wcmatch/template @@ -0,0 +1,22 @@ +# Template file for 'python3-wcmatch' +pkgname=python3-wcmatch +version=8.2 +revision=1 +wrksrc="${pkgname/python3-/}-${version}" +build_style=python3-module +make_check_args="--deselect tests/test_globmatch.py::TestTilde::test_tilde_globmatch_no_realpath +--deselect tests/test_globmatch.py::TestTilde::test_tilde_globmatch_no_tilde" +hostmakedepends="python3-setuptools" +depends="python3-bracex" +checkdepends="python3-pytest ${depends}" +short_desc="Wilcard File Name matching library" +maintainer="Jan Christian Grünhage " +license="MIT" +homepage="https://github.com/facelessuser/wcmatch" +changelog="https://raw.githubusercontent.com/facelessuser/wcmatch/main/docs/src/markdown/about/changelog.md" +distfiles="${PYPI_SITE}/w/wcmatch/wcmatch-${version}.tar.gz" +checksum=4d54ddb506c90b5a5bba3a96a1cfb0bb07127909e19046a71d689ddfb18c3617 + +post_install() { + vlicense LICENSE.md +}