wok-current view python-pyparsing/receipt @ rev 20356
GnuPG update: 2.0.30 (2016 March) - 2.2.8 (CVE-2018-12020) -> GnuPG 2.2.x is the current stable branch of GnuPG
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Jun 09 16:33:12 2018 +0000 (2018-06-09) |
parents | 2e5434fe0bdb |
children | 4c206553708a |
line source
1 # SliTaz package receipt.
3 PACKAGE="python-pyparsing"
4 SOURCE="pyparsing"
5 VERSION="2.0.3"
6 CATEGORY="development"
7 SHORT_DESC="Python parsing module"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="MIT"
10 WEB_SITE="http://pyparsing.wikispaces.com/"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
14 DEPENDS="python"
15 BUILD_DEPENDS="python"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py build
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }