# Description: Python parsing module. # URL: https://pypi.python.org/pypi/pyparsing/ # Maintainer: Danny Rawlins, crux at romster dot me # Depends on: python3-pip name=python3-pyparsing version=3.0.9 release=1 source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz) build() { cd ${name#*-}-$version /usr/bin/pip3 install --isolate --root=$PKG --ignore-installed --no-deps . }