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

updated clamav (0.99.4 -> 0.101.1)
author Hans-G?nter Theisgen
date Tue Dec 03 16:54:38 2019 +0100 (2019-12-03)
parents c9a7a7b42a86
children
rev   line source
al@20443 1 # SliTaz package receipt v2.
claudinei@3418 2
al@20972 3 ORIGIN="pyparsing"
claudinei@3418 4 PACKAGE="python-pyparsing"
al@21066 5 VERSION="2.3.0"
al@20972 6 CATEGORY="python"
al@17791 7 SHORT_DESC="Python parsing module"
claudinei@3418 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15378 9 LICENSE="MIT"
al@20972 10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
al@20972 11 HOST_ARCH="any"
al@20887 12 REPOLOGY="python:pyparsing"
al@17791 13
al@21066 14 TARBALL="$ORIGIN-$VERSION.tar.gz"
al@21066 15 WGET_URL="https://pypi.io/packages/source/${ORIGIN:0:1}/$ORIGIN/$TARBALL"
al@21066 16
al@20972 17 BUILD_DEPENDS="python python3"
al@20972 18 SPLIT="${PACKAGE/python/python3}:3"
claudinei@3418 19
al@20443 20 compile_rules() {
al@21066 21 python$SET setup.py install --root=$install
al@21066 22
al@21066 23 find $install -type f -name '*.pyc' -delete
claudinei@3418 24 }
claudinei@3418 25
al@20443 26 genpkg_rules() {
al@20443 27 copy @std
al@20972 28 py="${PACKAGE%%-*}" # python/python3
al@20972 29 DEPENDS="$py"
claudinei@3418 30 }