opt/python3-pyparsing/Pkgfile

16 lines
431 B
Plaintext
Raw Normal View History

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