19 lines
575 B
Bash
19 lines
575 B
Bash
# Template file for 'python3-pathspec'
|
|
pkgname=python3-pathspec
|
|
version=0.6.0
|
|
revision=3
|
|
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"
|
|
distfiles="${PYPI_SITE}/p/pathspec/pathspec-${version}.tar.gz"
|
|
checksum=e285ccc8b0785beadd4c18e5708b12bb8fcf529a1e61215b3feff1d1e559ea5c
|
|
|
|
do_check() {
|
|
python3 setup.py test
|
|
}
|