wok view twisted/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 9b3543315b4e
children 922f061231c2
line source
1 # SliTaz package receipt.
3 PACKAGE="twisted"
4 VERSION="20.3.0"
5 CATEGORY="network"
6 SHORT_DESC="Event-driven networking for internet applications."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://twistedmatrix.com/trac/"
11 SOURCE="Twisted"
12 TARBALL="$SOURCE-$VERSION.tar.bz2"
13 WGET_URL="https://twistedmatrix.com/Releases/Twisted/${VERSION%.*}/$TARBALL"
15 DEPENDS="python-attrs python-constantly python-incremental zopeinterface"
16 BUILD_DEPENDS="python python-dev python-incremental python-pip
17 python-setuptools zopeinterface"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 python setup.py build &&
23 python setup.py install --root=$DESTDIR
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/usr $fs
30 }