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

Felix Yan felixonmars at archlinux.org
Tue Mar 21 07:49:06 UTC 2017


    Date: Tuesday, March 21, 2017 @ 07:49:06
  Author: felixonmars
Revision: 291142

upgpkg: twisted 17.1.0-1

Modified:
  twisted/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-21 07:22:14 UTC (rev 291141)
+++ PKGBUILD	2017-03-21 07:49:06 UTC (rev 291142)
@@ -6,8 +6,8 @@
 
 pkgbase=twisted
 pkgname=(python-twisted python2-twisted)
-pkgver=16.6.0
-pkgrel=2
+pkgver=17.1.0
+pkgrel=1
 pkgdesc="Asynchronous networking framework written in Python"
 arch=('i686' 'x86_64')
 url="http://twistedmatrix.com/"
@@ -15,11 +15,11 @@
 makedepends=('python-zope-interface' 'python2-zope-interface' 'git'
              'python-setuptools' 'python2-setuptools' 'python-service-identity'
              'python2-service-identity' 'python-incremental' 'python2-incremental'
-             'python-constantly' 'python2-constantly')
+             'python-constantly' 'python2-constantly' 'python-automat' 'python2-automat')
 checkdepends=('subversion' 'python2-sphinx' 'pygtk' 'xorg-server-xvfb' 'tk' 'openssh'
               'python-gobject' 'python2-gobject' 'python-gobject2' 'python2-gobject2'
               'python2-soappy' 'python-subunit' 'python2-subunit' 'python-h2' 'python2-h2'
-              'python-service-identity' 'python2-service-identity' 'python-crypto' 'python2-crypto')
+              'python-crypto' 'python2-crypto')
 source=("git+https://github.com/twisted/twisted.git#tag=twisted-$pkgver")
 sha1sums=('SKIP')
 
@@ -50,7 +50,7 @@
 }
 
 package_python-twisted() {
-  depends=('python-zope-interface' 'python-incremental' 'python-constantly')
+  depends=('python-zope-interface' 'python-incremental' 'python-constantly' 'python-automat')
   optdepends=('python-pyopenssl: for TLS client hostname verification'
               'python-service-identity: for TLS client hostname verification'
               'python-idna: for TLS client hostname verification'
@@ -63,7 +63,7 @@
 
   # twisted in python 3 supports only few command line tools for now.
   # Let's rename the tools the other way round after the python 3 version supports all.
-  for name in trial twistd twist ckeygen; do
+  for name in trial twistd twist ckeygen cftp conch pyhtmlizer tkconch; do
     mv "$pkgdir"/usr/bin/${name}{,3}
   done
 
@@ -71,7 +71,7 @@
 }
 
 package_python2-twisted() {
-  depends=('python2-zope-interface' 'python2-incremental' 'python2-constantly')
+  depends=('python2-zope-interface' 'python2-incremental' 'python2-constantly' 'python2-automat')
   optdepends=('python2-pyopenssl: for TLS client hostname verification'
               'python2-service-identity: for TLS client hostname verification'
               'python2-idna: for TLS client hostname verification'



More information about the arch-commits mailing list