18 lines
575 B
Bash
18 lines
575 B
Bash
# Template file for 'python3-pathspec'
|
|
pkgname=python3-pathspec
|
|
version=0.8.0
|
|
revision=1
|
|
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=da45173eb3a6f2a5a487efba21f050af2b41948be6ab52b6a1e3ff22bb8b7061
|
|
|
|
do_check() {
|
|
python3 setup.py test
|
|
}
|