wok view twisted/receipt @ rev 23696

Up libtcplay (3.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:29:39 2020 +0000 (2020-04-27)
parents 414bd6f4a481
children 59ee8f109377
line source
1 # SliTaz package receipt.
3 PACKAGE="twisted"
4 VERSION="19.7.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-incremental python-attrs python-constantly zopeinterface"
16 BUILD_DEPENDS="python python-dev python-setuptools python-pip zopeinterface"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py build &&
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 }