### this file is sourced not run
PKGVER=0.12.1
PKGBUILD=1
PKGARCH=noarch

# source: james
TARBALL=python-pathspec-$PKGVER.tar.gz
MD5SUM=2b26ad1981bfa23748e115f00085624c
SRC_URL=https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-$PKGVER.tar.gz
BUNDLE=

SLACKREQ=''
SLACKDESC="python3-pathspec: python3-pathspec $PKGVER (Filepath pattern matching)
python3-pathspec: 
python3-pathspec: pathspec is a utility library for pattern matching of file paths. So 
python3-pathspec: far this only includes Git’s wildmatch pattern matching which 
python3-pathspec: itself is derived from Rsync’s wildmatch. Git uses wildmatch for 
python3-pathspec: its gitignore files.
python3-pathspec: 
python3-pathspec: https://pypi.org/project/pathspec/
python3-pathspec: 
python3-pathspec: 
python3-pathspec:
"

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/pathspec*
	pkg_build_pip3modules pathspec &&
	pkg_build_slackdesc
}


