summaryrefslogtreecommitdiff
path: root/community/python-msgpack
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-06 03:44:20 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-06 03:44:20 +0000
commit58ee2a8b8164437294a44a627d05ee1c701ced57 (patch)
tree8b37bc17534883a0f5e7edb57b2a9301d4b41d92 /community/python-msgpack
parentd7918d0226da2805ff09c48963d2c79e1327c630 (diff)
Tue May 6 03:39:24 UTC 2014
Diffstat (limited to 'community/python-msgpack')
-rw-r--r--community/python-msgpack/PKGBUILD22
1 files changed, 11 insertions, 11 deletions
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'