Cython 1.17.2

This commit is contained in:
Adrian Chaves Fernandez (Gallaecio) 2012-11-20 23:03:28 +00:00
parent 8d1a82e6d8
commit e6b937e5c3
2 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@
pkgname=python2-c pkgname=python2-c
_pkgname=Cython _pkgname=Cython
pkgver=0.17.1 pkgver=0.17.2
pkgrel=1 pkgrel=1
pkgdesc="C-Extensions for Python 2." pkgdesc="C-Extensions for Python 2."
arch=(i686 x86_64) arch=(i686 x86_64)
@ -15,7 +15,7 @@ depends=('python2')
replaces=(python-cython) replaces=(python-cython)
provides=(python-cython) provides=(python-cython)
source=("http://cython.org/release/$_pkgname-$pkgver.tar.gz") source=("http://cython.org/release/$_pkgname-$pkgver.tar.gz")
md5sums=('f0bd2494dbe080a1185b61fa358135f2') md5sums=('09dfd4f5f82046f85025a391f084d8f9')
package() { package() {
cd $srcdir/$_pkgname-$pkgver cd $srcdir/$_pkgname-$pkgver

View File

@ -6,7 +6,7 @@
pkgname=python2-zmq pkgname=python2-zmq
_pkgname=pyzmq _pkgname=pyzmq
pkgver=2.2.0.1 pkgver=2.2.0.1
pkgrel=1 pkgrel=2
pkgdesc="Python 2 bindings for zeromq, written in Cython." pkgdesc="Python 2 bindings for zeromq, written in Cython."
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://www.zeromq.org/bindings:python" url="http://www.zeromq.org/bindings:python"
@ -14,6 +14,7 @@ license=('LGPL')
depends=('python2' 'python2-c' 'zeromq') depends=('python2' 'python2-c' 'zeromq')
replaces=(python-pyzmq) replaces=(python-pyzmq)
provides=(python-pyzmq) provides=(python-pyzmq)
conflicts=(python-pyzmq)
source=(https://github.com/downloads/zeromq/$_pkgname/$_pkgname-$pkgver.tar.gz) source=(https://github.com/downloads/zeromq/$_pkgname/$_pkgname-$pkgver.tar.gz)
md5sums=('f2f80709e84c8ac72d6671eee645d804') md5sums=('f2f80709e84c8ac72d6671eee645d804')