python3-pathspec: update to 0.9.0.
This commit is contained in:
parent
5977004c8f
commit
3ca16baee7
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-pathspec'
|
||||
pkgname=python3-pathspec
|
||||
version=0.8.0
|
||||
version=0.9.0
|
||||
revision=1
|
||||
wrksrc="pathspec-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -10,9 +10,10 @@ short_desc="Python3 utility library for pattern matching of file paths"
|
|||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MPL-2.0"
|
||||
homepage="https://github.com/cpburnz/python-path-specification"
|
||||
changelog="https://raw.githubusercontent.com/cpburnz/python-path-specification/master/CHANGES.rst"
|
||||
distfiles="${PYPI_SITE}/p/pathspec/pathspec-${version}.tar.gz"
|
||||
checksum=da45173eb3a6f2a5a487efba21f050af2b41948be6ab52b6a1e3ff22bb8b7061
|
||||
checksum=e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1
|
||||
|
||||
do_check() {
|
||||
python3 setup.py test
|
||||
post_install() {
|
||||
rm -r "${DESTDIR}/${py3_sitelib}/pathspec/tests"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue