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

Ionut Biru ibiru at archlinux.org
Fri Jun 25 11:18:14 UTC 2010


    Date: Friday, June 25, 2010 @ 07:18:14
  Author: ibiru
Revision: 84020

upgpkg: twisted 10.0.0-1
added python-soappy to optdepends

Modified:
  twisted/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-25 11:15:39 UTC (rev 84019)
+++ PKGBUILD	2010-06-25 11:18:14 UTC (rev 84020)
@@ -5,13 +5,14 @@
 
 pkgname=twisted
 pkgver=10.0.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Asynchronous networking framework written in Python."
 arch=('i686' 'x86_64')
 url="http://twistedmatrix.com/"
 license=('MIT')
 depends=('python' 'pycrypto' 'zope-interface')
-optdepends=('pyopenssl')
+optdepends=('pyopenssl'
+            'python-soappy:for twisted.web.soap')
 install=twisted.install
 source=(http://tmrc.mit.edu/mirror/twisted/Twisted/${pkgver%.*}/Twisted-${pkgver}.tar.bz2)
 md5sums=('3b226af1a19b25e3b3e93cc6edf5e284')




More information about the arch-commits mailing list