wok diff twisted/receipt @ rev 24081
php-auth-pam: remove patch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 09 16:30:40 2021 +0000 (2021-07-09) |
parents | 9b3543315b4e |
children | 922f061231c2 |
line diff
1.1 --- a/twisted/receipt Thu Apr 16 13:05:37 2020 +0000 1.2 +++ b/twisted/receipt Fri Jul 09 16:30:40 2021 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="twisted" 1.7 -VERSION="19.7.0" 1.8 +VERSION="20.3.0" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Event-driven networking for internet applications." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -12,8 +12,9 @@ 1.13 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.14 WGET_URL="https://twistedmatrix.com/Releases/Twisted/${VERSION%.*}/$TARBALL" 1.15 1.16 -DEPENDS="python-incremental python-attrs python-constantly zopeinterface" 1.17 -BUILD_DEPENDS="python python-dev python-setuptools python-pip zopeinterface" 1.18 +DEPENDS="python-attrs python-constantly python-incremental zopeinterface" 1.19 +BUILD_DEPENDS="python python-dev python-incremental python-pip 1.20 + python-setuptools zopeinterface" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 @@ -25,5 +26,5 @@ 1.25 # Rules to gen a SliTaz package suitable for Tazpkg. 1.26 genpkg_rules() 1.27 { 1.28 - cp -a $install/usr $fs 1.29 + cp -a $install/usr $fs 1.30 }