python-pathspec: update to 0.5.6
This commit is contained in:
parent
77e114315a
commit
2baacab09d
1 changed files with 7 additions and 7 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-pathspec'
|
||||
pkgname=python-pathspec
|
||||
version=0.5.5
|
||||
version=0.5.6
|
||||
revision=1
|
||||
wrksrc="pathspec-${version}"
|
||||
noarch=yes
|
||||
pycompile_module="pathspec"
|
||||
wrksrc="pathspec-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="pathspec"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="A Python2 utility library for pattern matching of file paths"
|
||||
short_desc="Python2 utility library for pattern matching of file paths"
|
||||
maintainer="Sir_Boops <admin@boops.me>"
|
||||
license="MPL-2"
|
||||
homepage="https://pypi.org/project/pathspec/"
|
||||
license="MPL-2.0"
|
||||
homepage="https://github.com/cpburnz/python-path-specification"
|
||||
distfiles="${PYPI_SITE}/p/pathspec/pathspec-${version}.tar.gz"
|
||||
checksum=72c495d1bbe76674219e307f6d1c6062f2e1b0b483a5e4886435127d0df3d0d3
|
||||
checksum=be664567cf96a718a68b33329862d1e6f6803ef9c48a6e2636265806cfceb29d
|
||||
|
||||
python3-pathspec_package() {
|
||||
noarch=yes
|
||||
|
|
Loading…
Reference in a new issue