wok view twisted/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents c9bc237ebf2f
children 9b3543315b4e
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 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 }