From 58ee2a8b8164437294a44a627d05ee1c701ced57 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Tue, 6 May 2014 03:44:20 +0000 Subject: Tue May 6 03:39:24 UTC 2014 --- community/python-msgpack/PKGBUILD | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'community/python-msgpack') diff --git a/community/python-msgpack/PKGBUILD b/community/python-msgpack/PKGBUILD index ae85028e1..8b888b33c 100644 --- a/community/python-msgpack/PKGBUILD +++ b/community/python-msgpack/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 108457 2014-03-27 14:47:55Z fyan $ +# $Id: PKGBUILD 110722 2014-05-05 21:10:57Z seblu $ # Maintainer: Sébastien "Seblu" Luttringer pkgbase=python-msgpack pkgname=('python-msgpack' 'python2-msgpack') -pkgver=0.4.1 -pkgrel=2 +pkgver=0.4.2 +pkgrel=1 arch=('i686' 'x86_64') url='https://github.com/msgpack/msgpack-python' license=('Apache') 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') +md5sums=('e3a0fdfd864c72c958bb501d39b39caf') build() { cd msgpack-python-$pkgver @@ -21,13 +21,13 @@ build() { sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \; } -check() { - cd msgpack-python-$pkgver - msg2 'python' - PYTHONPATH=$PWD/build/python py.test test - msg2 'python2' - PYTHONPATH=$PWD/build/python2 py.test2 test -} +#check() { +# cd msgpack-python-$pkgver +# msg2 'python' +# PYTHONPATH=$PWD/build/python py.test test +# msg2 'python2' +# PYTHONPATH=$PWD/build/python2 py.test2 test +#} package_python-msgpack() { pkgdesc='MessagePack serializer implementation for Python' -- cgit v1.2.3-54-g00ecf