Date: Tuesday, March 18, 2014 @ 01:09:45 Author: seblu Revision: 107557
upgpkg: python-msgpack 0.4.1-2 - https://www.archlinux.org/todo/python-34-rebuild/ Modified: python-msgpack/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-03-18 00:08:48 UTC (rev 107556) +++ PKGBUILD 2014-03-18 00:09:45 UTC (rev 107557) @@ -4,11 +4,11 @@ pkgbase=python-msgpack pkgname=('python-msgpack' 'python2-msgpack') pkgver=0.4.1 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url='https://github.com/msgpack/msgpack-python' license=('Apache') -makedepends=('cython' 'cython2' 'python-distribute' 'python2-distribute') +makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools') checkdepends=('python-pytest' 'python2-pytest' 'python-six' 'python2-six') source=("http://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-$pkgver.tar.gz") md5sums=('3ff478e75e783f4e69c1a8d5ca63dea4')
