diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-12-18 11:58:30 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-12-18 11:58:30 -0200 |
commit | e28c22b3aa33f1243d096dfd3b7da6ce7760a144 (patch) | |
tree | 3306d7a3261092a14fadaa5eebe1254069ed7f5b /pcr/python2-kombu/PKGBUILD | |
parent | 3605270bdc98b3d4ac973eead454c2dcd6d24072 (diff) |
remove packages that has been released as Arch official package
Diffstat (limited to 'pcr/python2-kombu/PKGBUILD')
-rw-r--r-- | pcr/python2-kombu/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/pcr/python2-kombu/PKGBUILD b/pcr/python2-kombu/PKGBUILD deleted file mode 100644 index 11021299b..000000000 --- a/pcr/python2-kombu/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# Contributor (Arch): 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 -} - |