[arch-commits] Commit in python-thrift/repos/community-staging-x86_64 (2 files)

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 11 10:33:06 UTC 2020


    Date: Wednesday, November 11, 2020 @ 10:33:06
  Author: foutrelis
Revision: 750096

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 10:33:04 UTC (rev 750095)
+++ PKGBUILD	2020-11-11 10:33:06 UTC (rev 750096)
@@ -1,23 +0,0 @@
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-
-pkgname=python-thrift
-pkgver=0.13.0
-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=('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
-}

Copied: python-thrift/repos/community-staging-x86_64/PKGBUILD (from rev 750095, python-thrift/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 10:33:06 UTC (rev 750096)
@@ -0,0 +1,23 @@
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+
+pkgname=python-thrift
+pkgver=0.13.0
+pkgrel=4
+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=('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
+}



More information about the arch-commits mailing list