Date: Wednesday, September 21, 2022 @ 19:27:19
  Author: anatolik
Revision: 1306119

archrelease: copy trunk to community-x86_64

Added:
  python-thrift/repos/community-x86_64/PKGBUILD
    (from rev 1306118, 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-09-21 19:27:00 UTC (rev 1306118)
+++ PKGBUILD    2022-09-21 19:27:19 UTC (rev 1306119)
@@ -1,23 +0,0 @@
-# Maintainer: Anatol Pomozov <[email protected]>
-
-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
-}

Copied: python-thrift/repos/community-x86_64/PKGBUILD (from rev 1306118, 
python-thrift/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-21 19:27:19 UTC (rev 1306119)
@@ -0,0 +1,23 @@
+# Maintainer: Anatol Pomozov <[email protected]>
+
+pkgname=python-thrift
+pkgver=0.17.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=('fb3e4287a17504f27b419f16603f3f55c27b17ed72c1996d2dd3a8b2a5016293')
+
+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
+}

Reply via email to