[arch-commits] Commit in twisted/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Tue Jul 17 01:58:37 UTC 2012


    Date: Monday, July 16, 2012 @ 21:58:37
  Author: eric
Revision: 163608

upgpkg: twisted 12.1.0-1

Upstream update, Update depends, Add missing optdepends, Update python2 fix

Modified:
  twisted/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-16 23:59:16 UTC (rev 163607)
+++ PKGBUILD	2012-07-17 01:58:37 UTC (rev 163608)
@@ -4,18 +4,21 @@
 # Contributor:  Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgname=twisted
-pkgver=12.0.0
+pkgver=12.1.0
 pkgrel=1
 pkgdesc="Asynchronous networking framework written in Python."
 arch=('i686' 'x86_64')
 url="http://twistedmatrix.com/"
 license=('MIT')
-depends=('python2' 'pycrypto' 'zope-interface')
+depends=('pycrypto' 'python2-zope-interface')
 optdepends=('python2-pyopenssl'
-            'python-soappy: for twisted.web.soap')
+            'python-soappy: for twisted.web.soap'
+	    'python2-pyasn1: for using conch'
+	    'pygtk: for using manhole'
+	    'tk: for using tkconch')
 install=twisted.install
 source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-$pkgver.tar.bz2)
-md5sums=('cf49a8676c21c50faf1b42b528049471')
+md5sums=('f396f1d6f5321e869c2f89b2196a9eb5')
 
 build() {
     cd "$srcdir/Twisted-$pkgver"
@@ -27,8 +30,8 @@
     python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
     install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
-    sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-        -i "$pkgdir"/usr/lib/python2.7/site-packages/twisted/trial/test/scripttest.py
-    sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-        -i "$pkgdir"/usr/lib/python2.7/site-packages/twisted/mail/test/pop3testserver.py
+    sed -i 's:^#!.*bin.*python:#!/usr/bin/python2:' \
+      "$pkgdir"/usr/lib/python2.7/site-packages/twisted/trial/test/scripttest.py \
+      "$pkgdir"/usr/lib/python2.7/site-packages/twisted/mail/test/pop3testserver.py \
+      "$pkgdir"/usr/lib/python2.7/site-packages/twisted/python/test/pullpipe.py
 }




More information about the arch-commits mailing list