### this file is sourced not run
PKGVER=3.11
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=python-ply-$PKGVER.tar.gz
MD5SUM=6465f602e656455affcd7c5734c638f8
SRC_URL=https://files.pythonhosted.org/packages/source/p/ply/ply-$PKGVER.tar.gz
BUNDLE=

SLACKREQ=''
SLACKDESC="python3-ply: python3-ply $PKGVER (Python3 lexer and parser generator)
python3-ply: 
python3-ply: PLY is yet another implementation of lex and yacc for Python. Some 
python3-ply: notable features include the fact that its implemented entirely in 
python3-ply: Python and it uses LALR(1) parsing which is efficient and well suited 
python3-ply: for larger grammars. PLY provides most of the standard lex/yacc 
python3-ply: features including support for empty productions, precedence rules, 
python3-ply: error recovery, and support for ambiguous grammars.
python3-ply: 
python3-ply: https://pypi.org/project/ply/
python3-ply: http://www.dabeaz.com/ply/
"

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


