[arch-commits] Commit in python-tarantool/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Sun Jan 28 08:49:38 UTC 2018


    Date: Sunday, January 28, 2018 @ 08:49:37
  Author: eschwartz
Revision: 287606

upgpkg: python-tarantool 0.6.1-2

fix for msgpack module rename

Modified:
  python-tarantool/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-28 08:31:53 UTC (rev 287605)
+++ PKGBUILD	2018-01-28 08:49:37 UTC (rev 287606)
@@ -5,7 +5,7 @@
 pkgbase=python-tarantool
 pkgname=(python-tarantool python2-tarantool)
 pkgver=0.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Python client library for Tarantool 1.6 Database'
 arch=('any')
 url='https://github.com/tarantool/tarantool-python'
@@ -16,6 +16,7 @@
 sha512sums=('8565bce244b399c37308a78bc1e6bfc23ad6b75fa334be0df2c7d6723d048917d55e272cdd1f1dc5b2771da2ce3102b2d292472159a89aaca5d23137d7783006')
 
 prepare() {
+  sed -i 's/msgpack-python/msgpack/g' tarantool-$pkgver/setup.py
   cp -a tarantool-$pkgver{,-py2}
 }
 



More information about the arch-commits mailing list