[arch-commits] Commit in twisted/repos (5 files)

Ionut Biru ibiru at archlinux.org
Sat Dec 17 16:20:46 UTC 2011


    Date: Saturday, December 17, 2011 @ 11:20:46
  Author: ibiru
Revision: 145135

db-move: moved twisted from [testing] to [extra] (x86_64)

Added:
  twisted/repos/extra-x86_64/PKGBUILD
    (from rev 145133, twisted/repos/testing-x86_64/PKGBUILD)
  twisted/repos/extra-x86_64/twisted.install
    (from rev 145133, twisted/repos/testing-x86_64/twisted.install)
Deleted:
  twisted/repos/extra-x86_64/PKGBUILD
  twisted/repos/extra-x86_64/twisted.install
  twisted/repos/testing-x86_64/

-----------------+
 PKGBUILD        |   68 +++++++++++++++++++++++++++---------------------------
 twisted.install |   22 ++++++++---------
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-12-17 16:20:44 UTC (rev 145134)
+++ extra-x86_64/PKGBUILD	2011-12-17 16:20:46 UTC (rev 145135)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-# Contributor:  Douglas Soares de Andrade <douglas at archlinux.org>
-
-pkgname=twisted
-pkgver=11.0.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')
-optdepends=('python2-pyopenssl'
-            'python-soappy:for twisted.web.soap')
-install=twisted.install
-source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-${pkgver}.tar.bz2)
-md5sums=('d7f94a1609a1b8f3b8c8d0146d4cfe54')
-
-build() {
-    cd "${srcdir}/Twisted-${pkgver}"
-    python2 setup.py build
-}
-
-package() {
-    cd "${srcdir}/Twisted-${pkgver}"
-    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
-}

Copied: twisted/repos/extra-x86_64/PKGBUILD (from rev 145133, twisted/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-12-17 16:20:46 UTC (rev 145135)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+# Contributor:  Douglas Soares de Andrade <douglas at archlinux.org>
+
+pkgname=twisted
+pkgver=11.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')
+optdepends=('python2-pyopenssl'
+            'python-soappy:for twisted.web.soap')
+install=twisted.install
+source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-$pkgver.tar.bz2)
+md5sums=('972f3497e6e19318c741bf2900ffe31c')
+
+build() {
+    cd "$srcdir/Twisted-$pkgver"
+    python2 setup.py build
+}
+
+package() {
+    cd "$srcdir/Twisted-$pkgver"
+    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
+}

Deleted: extra-x86_64/twisted.install
===================================================================
--- extra-x86_64/twisted.install	2011-12-17 16:20:44 UTC (rev 145134)
+++ extra-x86_64/twisted.install	2011-12-17 16:20:46 UTC (rev 145135)
@@ -1,11 +0,0 @@
-post_install() {
-  python2 -c 'from twisted.plugin import IPlugin, getPlugins; list(getPlugins(IPlugin))' >/dev/null 2>&1 || return 1
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  find /usr/lib/python2.7/site-packages/twisted/plugins -name dropin.cache | xargs -r rm -f
-}

Copied: twisted/repos/extra-x86_64/twisted.install (from rev 145133, twisted/repos/testing-x86_64/twisted.install)
===================================================================
--- extra-x86_64/twisted.install	                        (rev 0)
+++ extra-x86_64/twisted.install	2011-12-17 16:20:46 UTC (rev 145135)
@@ -0,0 +1,11 @@
+post_install() {
+  python2 -c 'from twisted.plugin import IPlugin, getPlugins; list(getPlugins(IPlugin))' >/dev/null 2>&1 || return 1
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  find /usr/lib/python2.7/site-packages/twisted/plugins -name dropin.cache | xargs -r rm -f
+}




More information about the arch-commits mailing list