wok-current view python-constantly/receipt @ rev 22105

Update wanted versions
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 01 16:15:20 2019 +0100 (2019-11-01)
parents
children 2bfe25db26a5
line source
1 # SliTaz package receipt.
3 PACKAGE="python-constantly"
4 SOURCE="constantly"
5 VERSION="15.1.0"
6 CATEGORY="development"
7 SHORT_DESC="Symbolic Constants in Python"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="MIT"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="https://github.com/twisted/constantly"
12 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
14 DEPENDS="python"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 python setup.py build &&
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs
27 cp -a $install/usr $fs
28 }