[arch-commits] Commit in python-tarantool/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 19 15:17:31 UTC 2018


    Date: Saturday, May 19, 2018 @ 15:17:30
  Author: felixonmars
Revision: 324672

archrelease: copy trunk to community-any

Added:
  python-tarantool/repos/community-any/PKGBUILD
    (from rev 324671, python-tarantool/trunk/PKGBUILD)
Deleted:
  python-tarantool/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  102 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 15:17:09 UTC (rev 324671)
+++ PKGBUILD	2018-05-19 15:17:30 UTC (rev 324672)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Anatol Pomozov
-
-pkgbase=python-tarantool
-pkgname=(python-tarantool python2-tarantool)
-pkgver=0.6.3
-pkgrel=1
-pkgdesc='Python client library for Tarantool 1.6 Database'
-arch=('any')
-url='https://github.com/tarantool/tarantool-python'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-msgpack' 'python2-msgpack'
-             'python-yaml' 'python2-yaml' 'python-six' 'python2-six')
-source=("https://pypi.io/packages/source/t/tarantool/tarantool-$pkgver.tar.gz")
-sha512sums=('75aa55443da7c1deae09800581d914e2b832523993a9eb8f3df4cf9ff62506eee2483c231ad3582012fb9e9eb8d634ddf2f9306a35482190e010154ed408f620')
-
-prepare() {
-  sed -i 's/msgpack-python/msgpack/g' tarantool-$pkgver/setup.py
-  cp -a tarantool-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/tarantool-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/tarantool-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/tarantool-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/tarantool-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-tarantool() {
-  depends=('python' 'python-msgpack' 'python-yaml' 'python-six')
-
-  cd tarantool-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-tarantool() {
-  depends=('python2' 'python2-msgpack' 'python2-yaml' 'python2-six')
-
-  cd tarantool-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-tarantool/repos/community-any/PKGBUILD (from rev 324671, python-tarantool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-19 15:17:30 UTC (rev 324672)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Anatol Pomozov
+
+pkgbase=python-tarantool
+pkgname=(python-tarantool python2-tarantool)
+pkgver=0.6.4
+pkgrel=1
+pkgdesc='Python client library for Tarantool 1.6 Database'
+arch=('any')
+url='https://github.com/tarantool/tarantool-python'
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-msgpack' 'python2-msgpack'
+             'python-yaml' 'python2-yaml' 'python-six' 'python2-six')
+source=("https://pypi.io/packages/source/t/tarantool/tarantool-$pkgver.tar.gz")
+sha512sums=('19f1814673e56715e5dfe8c02a8e299c1407bfd98ea89c5c86781ec156357f401b7eed94148097e48c739bc803d4805eec1dd91b254d1f76b8000d9bdd9301b7')
+
+prepare() {
+  sed -i 's/msgpack-python/msgpack/g' tarantool-$pkgver/setup.py
+  cp -a tarantool-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/tarantool-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/tarantool-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/tarantool-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/tarantool-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-tarantool() {
+  depends=('python' 'python-msgpack' 'python-yaml' 'python-six')
+
+  cd tarantool-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-tarantool() {
+  depends=('python2' 'python2-msgpack' 'python2-yaml' 'python2-six')
+
+  cd tarantool-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list