summaryrefslogtreecommitdiff
path: root/pcr/python2-kombu
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
commit462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch)
tree11d4d3f054aae9ffd869adc634054f64a16d83b8 /pcr/python2-kombu
parent748e32a3a886569b58a27003e85b76be5746153d (diff)
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'pcr/python2-kombu')
-rw-r--r--pcr/python2-kombu/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/pcr/python2-kombu/PKGBUILD b/pcr/python2-kombu/PKGBUILD
deleted file mode 100644
index ef99b0beb..000000000
--- a/pcr/python2-kombu/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor: Felix Yan <felixonmars@gmail.com>
-# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.IO>
-
-pkgname=python2-kombu
-pkgver=2.4.10
-pkgrel=1
-pkgdesc="AMQP Messaging Framework for Python 2.x"
-arch=('any')
-url="http://pypi.python.org/pypi/kombu/"
-license=('BSD')
-depends=('python2' 'python-anyjson')
-optdepends=(
- "python2-librabbitmq: High performance AMQP transport written in C"
-)
-makedepends=('setuptools')
-source=("http://pypi.python.org/packages/source/k/kombu/kombu-$pkgver.tar.gz")
-options=(!emptydirs)
-
-build() {
- cd "$srcdir"/kombu-$pkgver
- python2 setup.py build
-}
-
-package() {
- cd "$srcdir"/kombu-$pkgver
- python2 setup.py install --root="$pkgdir/"
- install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-