[arch-commits] Commit in python-thrift/repos/community-x86_64 (PKGBUILD PKGBUILD)

Anatol Pomozov anatolik at gemini.archlinux.org
Sun Jul 10 16:19:31 UTC 2022


    Date: Sunday, July 10, 2022 @ 16:19:31
  Author: anatolik
Revision: 1249308

archrelease: copy trunk to community-x86_64

Added:
  python-thrift/repos/community-x86_64/PKGBUILD
    (from rev 1249307, python-thrift/trunk/PKGBUILD)
Deleted:
  python-thrift/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-10 16:19:12 UTC (rev 1249307)
+++ PKGBUILD	2022-07-10 16:19:31 UTC (rev 1249308)
@@ -1,23 +0,0 @@
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-
-pkgname=python-thrift
-pkgver=0.14.1
-pkgrel=3
-pkgdesc='Python bindings for the Apache Thrift RPC system'
-arch=(x86_64)
-license=(Apache)
-url='https://thrift.apache.org/'
-depends=(python)
-makedepends=(python-setuptools)
-source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/$pkgver.zip)
-sha256sums=('ef40adddcb8c296ab3340a5b0f59e5ba24d3448f2cc4b25b32db7fae249dbcec')
-
-check() {
-  cd thrift-$pkgver/lib/py
-  # python setup.py test TODO: run tests
-}
-
-package() {
-  cd thrift-$pkgver/lib/py
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-thrift/repos/community-x86_64/PKGBUILD (from rev 1249307, python-thrift/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-10 16:19:31 UTC (rev 1249308)
@@ -0,0 +1,23 @@
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+
+pkgname=python-thrift
+pkgver=0.16.0
+pkgrel=1
+pkgdesc='Python bindings for the Apache Thrift RPC system'
+arch=(x86_64)
+license=(Apache)
+url='https://thrift.apache.org/'
+depends=(python)
+makedepends=(python-setuptools)
+source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/$pkgver.zip)
+sha256sums=('fc40d5e1c944ffc1b94ed1c16925d2f8b93781cab65dc440a83c0074563df98d')
+
+check() {
+  cd thrift-$pkgver/lib/py
+  # python setup.py test TODO: run tests
+}
+
+package() {
+  cd thrift-$pkgver/lib/py
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list