diff --git a/srcpkgs/python3-pathspec/template b/srcpkgs/python3-pathspec/template index 48181640d87..31dbee00b29 100644 --- a/srcpkgs/python3-pathspec/template +++ b/srcpkgs/python3-pathspec/template @@ -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 " 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" }