python-pathspec: update to 0.5.6
This commit is contained in:
parent
77e114315a
commit
2baacab09d
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-pathspec'
|
# Template file for 'python-pathspec'
|
||||||
pkgname=python-pathspec
|
pkgname=python-pathspec
|
||||||
version=0.5.5
|
version=0.5.6
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="pathspec-${version}"
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pycompile_module="pathspec"
|
wrksrc="pathspec-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="pathspec"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
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>"
|
maintainer="Sir_Boops <admin@boops.me>"
|
||||||
license="MPL-2"
|
license="MPL-2.0"
|
||||||
homepage="https://pypi.org/project/pathspec/"
|
homepage="https://github.com/cpburnz/python-path-specification"
|
||||||
distfiles="${PYPI_SITE}/p/pathspec/pathspec-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pathspec/pathspec-${version}.tar.gz"
|
||||||
checksum=72c495d1bbe76674219e307f6d1c6062f2e1b0b483a5e4886435127d0df3d0d3
|
checksum=be664567cf96a718a68b33329862d1e6f6803ef9c48a6e2636265806cfceb29d
|
||||||
|
|
||||||
python3-pathspec_package() {
|
python3-pathspec_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
Loading…
Reference in New Issue