python3-pathspec: update to 0.10.1.
This commit is contained in:
parent
46dcd42a13
commit
7f4b4e7e8c
1 changed files with 4 additions and 8 deletions
|
@ -1,19 +1,15 @@
|
||||||
# Template file for 'python3-pathspec'
|
# Template file for 'python3-pathspec'
|
||||||
pkgname=python3-pathspec
|
pkgname=python3-pathspec
|
||||||
version=0.9.0
|
version=0.10.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="pathspec-${version}"
|
wrksrc="pathspec-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Python3 utility library for pattern matching of file paths"
|
short_desc="Python3 utility library for pattern matching of file paths"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
homepage="https://github.com/cpburnz/python-path-specification"
|
homepage="https://github.com/cpburnz/python-path-specification"
|
||||||
changelog="https://raw.githubusercontent.com/cpburnz/python-path-specification/master/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/cpburnz/python-path-specification/master/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/p/pathspec/pathspec-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pathspec/pathspec-${version}.tar.gz"
|
||||||
checksum=e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1
|
checksum=7ace6161b621d31e7902eb6b5ae148d12cfd23f4a249b9ffb6b9fee12084323d
|
||||||
|
|
||||||
post_install() {
|
|
||||||
rm -r "${DESTDIR}/${py3_sitelib}/pathspec/tests"
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue