void-packages/srcpkgs/python3-wcmatch/template

23 lines
889 B
Bash

# Template file for 'python3-wcmatch'
pkgname=python3-wcmatch
version=8.4
revision=1
wrksrc="${pkgname/python3-/}-${version}"
build_style=python3-pep517
#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="hatchling"
depends="python3-bracex"
checkdepends="python3-pytest ${depends}"
short_desc="Wilcard File Name matching library"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
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=ba4fc5558f8946bf1ffc7034b05b814d825d694112499c86035e0e4d398b6a67
post_install() {
vlicense LICENSE.md
}