wok view twisted/receipt @ rev 23819

updated cacerts (20190517 -> 20200522)
author Hans-G?nter Theisgen
date Wed May 27 17:52:58 2020 +0100 (2020-05-27)
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 }