python-pathspec: update to 0.5.9.
This commit is contained in:
parent
8c261dc3d2
commit
e38b4e340b
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-pathspec'
|
||||
pkgname=python-pathspec
|
||||
version=0.5.7
|
||||
version=0.5.9
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="pathspec-${version}"
|
||||
|
@ -13,7 +13,11 @@ maintainer="Sir_Boops <admin@boops.me>"
|
|||
license="MPL-2.0"
|
||||
homepage="https://github.com/cpburnz/python-path-specification"
|
||||
distfiles="${PYPI_SITE}/p/pathspec/pathspec-${version}.tar.gz"
|
||||
checksum=69ac7869c9ce308cfe631e29c09f9da60fae02baf31418885bbbb0c75adcd8c5
|
||||
checksum=54a5eab895d89f342b52ba2bffe70930ef9f8d96e398cccf530d21fa0516a873
|
||||
|
||||
do_check() {
|
||||
python3 setup.py test
|
||||
}
|
||||
|
||||
python3-pathspec_package() {
|
||||
noarch=yes
|
||||
|
|
Loading…
Reference in a new issue