wok-next annotate python-pyparsing/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 7390f8de9846
children 6c73b944e8dd
rev   line source
al@20443 1 # SliTaz package receipt v2.
claudinei@3418 2
claudinei@3418 3 PACKAGE="python-pyparsing"
al@20443 4 VERSION="2.2.0"
claudinei@3418 5 CATEGORY="development"
al@17791 6 SHORT_DESC="Python parsing module"
claudinei@3418 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15378 8 LICENSE="MIT"
al@20443 9 WEB_SITE="https://pypi.python.org/pypi/pyparsing"
al@17791 10
al@20443 11 BUILD_DEPENDS="python-pip"
claudinei@3418 12
al@20443 13 compile_rules() {
al@20443 14 pip install --no-compile --root=$DESTDIR pyparsing
claudinei@3418 15 }
claudinei@3418 16
al@20443 17 genpkg_rules() {
al@20443 18 copy @std
al@20443 19 DEPENDS="python"
claudinei@3418 20 }