wok view python-extremes/receipt @ rev 16224

Up: mhwaveedit (1.4.23)
author Alexander Medvedev <devl547@gmail.com>
date Tue Apr 01 07:06:14 2014 +0000 (2014-04-01)
parents d8764161b1ed
children 16df76e1fc6a
line source
1 # SliTaz package receipt.
3 PACKAGE="python-extremes"
4 VERSION="1.1.1"
5 CATEGORY="development"
6 SHORT_DESC="Production-quality 'Min' and 'Max' objects (adapted from PEP 326)."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="PSL"
9 SOURCE="Extremes"
10 TARBALL="$SOURCE-$VERSION.zip"
11 WEB_SITE="http://pypi.python.org/pypi/Extremes"
12 WGET_URL="http://pypi.python.org/packages/source/E/$SOURCE/$TARBALL"
13 TAGS="python"
15 DEPENDS="python"
16 BUILD_DEPENDS="python python-dev setuptools"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }