Skip to content

Commit

Permalink
python3-wcmatch: update to 8.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgruenhage committed Dec 11, 2023
1 parent bf423dd commit ab9a7b5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions srcpkgs/python3-wcmatch/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Template file for 'python3-wcmatch'
pkgname=python3-wcmatch
version=8.4.1
revision=3
version=8.5
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-bracex"
checkdepends="python3-pytest ${depends}"

Check failure on line 8 in srcpkgs/python3-wcmatch/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

Place checkdepends= after make_check_args=
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"
short_desc="Wilcard File Name matching library"
maintainer="Jan Christian Grünhage <[email protected]>"
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=b1f042a899ea4c458b7321da1b5e3331e3e0ec781583434de1301946ceadb943
checksum=86c17572d0f75cbf3bcb1a18f3bf2f9e72b39a9c08c9b4a74e991e1882a8efb3

post_install() {
vlicense LICENSE.md
Expand Down

0 comments on commit ab9a7b5

Please sign in to comment.