Date: Thursday, March 2, 2023 @ 17:22:35
Author: anatolik
Revision: 1407313
archrelease: copy trunk to community-x86_64
Added:
python-thrift/repos/community-x86_64/PKGBUILD
(from rev 1407311, python-thrift/trunk/PKGBUILD)
Deleted:
python-thrift/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-02 17:22:24 UTC (rev 1407312)
+++ PKGBUILD 2023-03-02 17:22:35 UTC (rev 1407313)
@@ -1,23 +0,0 @@
-# Maintainer: Anatol Pomozov <[email protected]>
-
-pkgname=python-thrift
-pkgver=0.18.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=('71858c5b9dcff6eb926ce521a9d66f4524339aa27e47efff2495b69998c046b6')
-
-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 1407311,
python-thrift/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-02 17:22:35 UTC (rev 1407313)
@@ -0,0 +1,23 @@
+# Maintainer: Anatol Pomozov <[email protected]>
+
+pkgname=python-thrift
+pkgver=0.18.1
+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=('5f803ff19acd6dc0e3857bbe46e1b01ba18526ea41342a36ab17ef18ede92017')
+
+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
+}