void-packages/srcpkgs/python3-pathspec/template
2021-10-09 08:00:55 -04:00

20 lines
705 B
Bash

# Template file for 'python3-pathspec'
pkgname=python3-pathspec
version=0.9.0
revision=2
wrksrc="pathspec-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
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=e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1
post_install() {
rm -r "${DESTDIR}/${py3_sitelib}/pathspec/tests"
}