summaryrefslogtreecommitdiff
path: root/community/python2-pyzmq/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python2-pyzmq/PKGBUILD')
-rw-r--r--community/python2-pyzmq/PKGBUILD18
1 files changed, 0 insertions, 18 deletions
diff --git a/community/python2-pyzmq/PKGBUILD b/community/python2-pyzmq/PKGBUILD
deleted file mode 100644
index 3863778a3..000000000
--- a/community/python2-pyzmq/PKGBUILD
+++ /dev/null
@@ -1,18 +0,0 @@
-# $Id: PKGBUILD 75374 2012-08-21 15:13:14Z kkeen $
-# Maintainer: Kyle Keen <keenerd at gmail dot com>
-pkgname=python2-pyzmq
-pkgver=2.2.0.1
-pkgrel=1
-pkgdesc="Python2 bindings for zeromq, written in Cython"
-arch=(i686 x86_64)
-url="http://www.zeromq.org/bindings:python"
-license=('LGPL')
-depends=(zeromq python2)
-source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz)
-md5sums=('f2f80709e84c8ac72d6671eee645d804')
-
-build() {
- cd "$srcdir/pyzmq-$pkgver"
- sed -i 's|^#!/usr/bin/env python$|&2|' $(find ./ -name '*.py')
- python2 setup.py install --root="$pkgdir" --optimize=0
-}