[arch-commits] Commit in (4 files)

Anatol Pomozov anatolik at archlinux.org
Fri Feb 7 22:30:32 UTC 2020


    Date: Friday, February 7, 2020 @ 22:30:32
  Author: anatolik
Revision: 563771

python-thrift: move from AUR to [community]

Added:
  python-thrift/
  python-thrift/repos/
  python-thrift/trunk/
  python-thrift/trunk/PKGBUILD

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

Added: python-thrift/trunk/PKGBUILD
===================================================================
--- python-thrift/trunk/PKGBUILD	                        (rev 0)
+++ python-thrift/trunk/PKGBUILD	2020-02-07 22:30:32 UTC (rev 563771)
@@ -0,0 +1,23 @@
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+
+pkgname=python-thrift
+pkgver=0.13.0
+pkgrel=2
+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/$_pkgname/archive/$pkgver.zip)
+sha256sums=('4ed6254847b9c632fb64e5ba700a4cefa441af2b53bfc6ff91206fe5771be74f')
+
+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
+}


Property changes on: python-thrift/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list