python3-wcmatch: update to 8.4.1.
This commit is contained in:
parent
2f27f33ad3
commit
5fc334e267
|
@ -1,11 +1,9 @@
|
|||
# Template file for 'python3-wcmatch'
|
||||
pkgname=python3-wcmatch
|
||||
version=8.4
|
||||
version=8.4.1
|
||||
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}"
|
||||
|
@ -15,7 +13,7 @@ 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
|
||||
checksum=b1f042a899ea4c458b7321da1b5e3331e3e0ec781583434de1301946ceadb943
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
|
|
Loading…
Reference in New Issue