python3-wcmatch: update to 8.4.

This commit is contained in:
Jan Christian Grünhage 2022-07-01 08:59:13 +02:00 committed by Michael Aldridge
parent 661d1ebe69
commit ae324bc93e

View file

@ -1,12 +1,12 @@
# Template file for 'python3-wcmatch' # Template file for 'python3-wcmatch'
pkgname=python3-wcmatch pkgname=python3-wcmatch
version=8.3 version=8.4
revision=1 revision=1
wrksrc="${pkgname/python3-/}-${version}" wrksrc="${pkgname/python3-/}-${version}"
build_style=python3-module build_style=python3-pep517
make_check_args="--deselect tests/test_globmatch.py::TestTilde::test_tilde_globmatch_no_realpath #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" #--deselect tests/test_globmatch.py::TestTilde::test_tilde_globmatch_no_tilde"
hostmakedepends="python3-setuptools" hostmakedepends="hatchling"
depends="python3-bracex" depends="python3-bracex"
checkdepends="python3-pytest ${depends}" checkdepends="python3-pytest ${depends}"
short_desc="Wilcard File Name matching library" short_desc="Wilcard File Name matching library"
@ -15,7 +15,7 @@ license="MIT"
homepage="https://github.com/facelessuser/wcmatch" homepage="https://github.com/facelessuser/wcmatch"
changelog="https://raw.githubusercontent.com/facelessuser/wcmatch/main/docs/src/markdown/about/changelog.md" changelog="https://raw.githubusercontent.com/facelessuser/wcmatch/main/docs/src/markdown/about/changelog.md"
distfiles="${PYPI_SITE}/w/wcmatch/wcmatch-${version}.tar.gz" distfiles="${PYPI_SITE}/w/wcmatch/wcmatch-${version}.tar.gz"
checksum=371072912398af61d1e4e78609e18801c6faecd3cb36c54c82556a60abc965db checksum=ba4fc5558f8946bf1ffc7034b05b814d825d694112499c86035e0e4d398b6a67
post_install() { post_install() {
vlicense LICENSE.md vlicense LICENSE.md