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

# source: BLFS 11.3
TARBALL=pyparsing-$PKGVER.tar.gz
MD5SUM=fadc2f3bf5872bf6310576a86c3566e0
SRC_URL=https://files.pythonhosted.org/packages/source/p/pyparsing/$TARBALL
BUNDLE=

SLACKREQ='python3-flit_core'
SLACKDESC="python3-pyparsing: python3-pyparsing $PKGVER (Python3 parser library)
python3-pyparsing: 
python3-pyparsing: The pyparsing module is an alternative approach to creating and 
python3-pyparsing: executing simple grammars, vs. the traditional lex/yacc approach, or 
python3-pyparsing: the use of regular expressions. It provides a library of classes that 
python3-pyparsing: client code uses to construct the grammar directly in Python code.
python3-pyparsing: 
python3-pyparsing: 
python3-pyparsing: 
python3-pyparsing: 
python3-pyparsing: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/pyparsing* &&
	pip3 wheel -w dist --no-build-isolation --no-deps $PWD	&&
	pip3 install --no-index --find-links dist --no-cache-dir --no-user pyparsing &&
	pkg_build_slackdesc
}


