# Description: yet another implementation of lex and yacc for Python # URL: https://pypi.org/project/ply/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: python-setuptools name=python-ply version=3.11 release=1 source=(https://files.pythonhosted.org/packages/source/p/ply/ply-${version}.tar.gz) build() { cd ply-${version} python3 setup.py build python3 setup.py install --prefix=/usr --root=$PKG --optimize=1 }