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

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 23 18:55:30 UTC 2022


    Date: Tuesday, August 23, 2022 @ 18:55:29
  Author: felixonmars
Revision: 1275850

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-23 18:55:15 UTC (rev 1275849)
+++ PKGBUILD	2022-08-23 18:55:29 UTC (rev 1275850)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Anatol Pomozov
-
-pkgname=python-tarantool
-pkgver=0.7.1
-pkgrel=1
-pkgdesc='Python client library for Tarantool 1.6 Database'
-arch=('any')
-url='https://github.com/tarantool/tarantool-python'
-license=('BSD')
-depends=('python' 'python-msgpack' 'python-yaml' 'python-six')
-makedepends=('python-setuptools' 'git')
-checkdepends=('tarantool' 'python-dbapi-compliance')
-source=("https://pypi.io/packages/source/t/tarantool/tarantool-$pkgver.tar.gz")
-sha512sums=('8d2fd8076666869f70384985e8237a7eefbbddd5ef749fde51f4c64c08e88d6632060f69d7bc8c811919c5468df54a051292db7396adf1df5b5abfeb0a35847e')
-
-#prepare() {
-#  sed -i 's/msgpack-python/msgpack/g' tarantool-$pkgver/setup.py
-#}
-
-build() {
-  cd tarantool-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd tarantool-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd tarantool-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-tarantool/repos/community-any/PKGBUILD (from rev 1275849, python-tarantool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-23 18:55:29 UTC (rev 1275850)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Anatol Pomozov
+
+pkgname=python-tarantool
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Python client library for Tarantool 1.6 Database'
+arch=('any')
+url='https://github.com/tarantool/tarantool-python'
+license=('BSD')
+depends=('python' 'python-msgpack' 'python-yaml' 'python-six')
+makedepends=('python-setuptools' 'git')
+checkdepends=('tarantool' 'python-dbapi-compliance')
+source=("https://pypi.io/packages/source/t/tarantool/tarantool-$pkgver.tar.gz")
+sha512sums=('3d61737a476e956911cef86131938f0c29c8cbf8e19a8ab8b39d1bf6f7c1518c102326e8bc8eb7a6c18c7549355a15de3ad4be70925cae02eefdff792fb94d0a')
+
+#prepare() {
+#  sed -i 's/msgpack-python/msgpack/g' tarantool-$pkgver/setup.py
+#}
+
+build() {
+  cd tarantool-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd tarantool-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd tarantool-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list