mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-17 14:47:03 +02:00
python3-pathspec: update to 0.11.1.
This commit is contained in:
parent
174dd56103
commit
1d910d516f
1 changed files with 5 additions and 4 deletions
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'python3-pathspec'
|
||||
pkgname=python3-pathspec
|
||||
version=0.10.3
|
||||
version=0.11.1
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-flit_core"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Python3 utility library for pattern matching of file paths"
|
||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||
license="MPL-2.0"
|
||||
homepage="https://github.com/cpburnz/python-pathspec"
|
||||
changelog="https://raw.githubusercontent.com/cpburnz/python-pathspec/master/CHANGES.rst"
|
||||
distfiles="${PYPI_SITE}/p/pathspec/pathspec-${version}.tar.gz"
|
||||
checksum=56200de4077d9d0791465aa9095a01d421861e405b5096955051deefd697d6f6
|
||||
checksum=2798de800fa92780e33acca925945e9a19a133b715067cf165b8866c15a31687
|
||||
|
|
Loading…
Add table
Reference in a new issue