[arch-commits] Commit in python-librabbitmq/repos (4 files)

Felix Yan fyan at archlinux.org
Tue Nov 18 14:09:24 UTC 2014


    Date: Tuesday, November 18, 2014 @ 15:09:23
  Author: fyan
Revision: 122701

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-librabbitmq/repos/community-i686/PKGBUILD
    (from rev 122700, python-librabbitmq/trunk/PKGBUILD)
  python-librabbitmq/repos/community-x86_64/PKGBUILD
    (from rev 122700, python-librabbitmq/trunk/PKGBUILD)
Deleted:
  python-librabbitmq/repos/community-i686/PKGBUILD
  python-librabbitmq/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   74 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   38 ----------------------
 community-x86_64/PKGBUILD |   38 ----------------------
 3 files changed, 74 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-11-18 14:08:43 UTC (rev 122700)
+++ community-i686/PKGBUILD	2014-11-18 14:09:23 UTC (rev 122701)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgbase=python-librabbitmq
-pkgname=python2-librabbitmq
-pkgver=1.5.2
-pkgrel=2
-pkgdesc="AMQP Client using the rabbitmq-c library"
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/librabbitmq"
-license=('MPL')
-makedepends=('python2-setuptools' 'python2-amqp')
-checkdepends=('python2-nose-cover3')
-source=("http://pypi.python.org/packages/source/l/librabbitmq/librabbitmq-$pkgver.tar.gz")
-
-check() {
-  cd "$srcdir/librabbitmq-$pkgver"
-
-  # unittest2 is not needed for Python 2.7
-  sed -e "s/import unittest2 as unittest/import unittest/" \
-      -i librabbitmq/tests/test_functional.py
-
-  # Need a RabbitMQ to run the tests
-  python2 setup.py test || warning "Tests failed"
-}
-
-package_python2-librabbitmq() {
-  depends=('python2-amqp')
-
-  cd "$srcdir/librabbitmq-$pkgver"
-  python2 setup.py install -O1 --root="$pkgdir/"
-
-  # Avoid conflicts
-  cd "$pkgdir/usr/lib/python2.7/site-packages/"
-  mv funtests librabbitmq/
-}
-
-md5sums=('842aea204fcfb5d7a541ae72d5ad38bc')

Copied: python-librabbitmq/repos/community-i686/PKGBUILD (from rev 122700, python-librabbitmq/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-11-18 14:09:23 UTC (rev 122701)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-librabbitmq
+pkgname=python2-librabbitmq
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="AMQP Client using the rabbitmq-c library"
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/librabbitmq"
+license=('MPL')
+makedepends=('python2-setuptools' 'python2-amqp')
+checkdepends=('python2-nose-cover3')
+source=("http://pypi.python.org/packages/source/l/librabbitmq/librabbitmq-$pkgver.tar.gz")
+md5sums=('716f05388d4747ea605c1a31f8541e3b')
+
+check() {
+  cd "$srcdir/librabbitmq-$pkgver"
+
+  # unittest2 is not needed for Python 2.7
+  sed -e "s/import unittest2 as unittest/import unittest/" \
+      -i librabbitmq/tests/test_functional.py
+
+  # Need a RabbitMQ to run the tests
+  python2 setup.py test || warning "Tests failed"
+}
+
+package_python2-librabbitmq() {
+  depends=('python2-amqp')
+
+  cd "$srcdir/librabbitmq-$pkgver"
+  python2 setup.py install -O1 --root="$pkgdir/"
+
+  # Avoid conflicts
+  cd "$pkgdir/usr/lib/python2.7/site-packages/"
+  mv funtests librabbitmq/
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-11-18 14:08:43 UTC (rev 122700)
+++ community-x86_64/PKGBUILD	2014-11-18 14:09:23 UTC (rev 122701)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgbase=python-librabbitmq
-pkgname=python2-librabbitmq
-pkgver=1.5.2
-pkgrel=2
-pkgdesc="AMQP Client using the rabbitmq-c library"
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/librabbitmq"
-license=('MPL')
-makedepends=('python2-setuptools' 'python2-amqp')
-checkdepends=('python2-nose-cover3')
-source=("http://pypi.python.org/packages/source/l/librabbitmq/librabbitmq-$pkgver.tar.gz")
-
-check() {
-  cd "$srcdir/librabbitmq-$pkgver"
-
-  # unittest2 is not needed for Python 2.7
-  sed -e "s/import unittest2 as unittest/import unittest/" \
-      -i librabbitmq/tests/test_functional.py
-
-  # Need a RabbitMQ to run the tests
-  python2 setup.py test || warning "Tests failed"
-}
-
-package_python2-librabbitmq() {
-  depends=('python2-amqp')
-
-  cd "$srcdir/librabbitmq-$pkgver"
-  python2 setup.py install -O1 --root="$pkgdir/"
-
-  # Avoid conflicts
-  cd "$pkgdir/usr/lib/python2.7/site-packages/"
-  mv funtests librabbitmq/
-}
-
-md5sums=('842aea204fcfb5d7a541ae72d5ad38bc')

Copied: python-librabbitmq/repos/community-x86_64/PKGBUILD (from rev 122700, python-librabbitmq/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-11-18 14:09:23 UTC (rev 122701)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-librabbitmq
+pkgname=python2-librabbitmq
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="AMQP Client using the rabbitmq-c library"
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/librabbitmq"
+license=('MPL')
+makedepends=('python2-setuptools' 'python2-amqp')
+checkdepends=('python2-nose-cover3')
+source=("http://pypi.python.org/packages/source/l/librabbitmq/librabbitmq-$pkgver.tar.gz")
+md5sums=('716f05388d4747ea605c1a31f8541e3b')
+
+check() {
+  cd "$srcdir/librabbitmq-$pkgver"
+
+  # unittest2 is not needed for Python 2.7
+  sed -e "s/import unittest2 as unittest/import unittest/" \
+      -i librabbitmq/tests/test_functional.py
+
+  # Need a RabbitMQ to run the tests
+  python2 setup.py test || warning "Tests failed"
+}
+
+package_python2-librabbitmq() {
+  depends=('python2-amqp')
+
+  cd "$srcdir/librabbitmq-$pkgver"
+  python2 setup.py install -O1 --root="$pkgdir/"
+
+  # Avoid conflicts
+  cd "$pkgdir/usr/lib/python2.7/site-packages/"
+  mv funtests librabbitmq/
+}



More information about the arch-commits mailing list