[arch-commits] Commit in python-thrift/repos/community-staging-x86_64 (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Wed Dec 1 21:46:32 UTC 2021
Date: Wednesday, December 1, 2021 @ 21:46:31
Author: foutrelis
Revision: 1061124
archrelease: copy trunk to community-staging-x86_64
Added:
python-thrift/repos/community-staging-x86_64/PKGBUILD
(from rev 1061121, 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 2021-12-01 21:46:29 UTC (rev 1061123)
+++ PKGBUILD 2021-12-01 21:46:31 UTC (rev 1061124)
@@ -1,23 +0,0 @@
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-
-pkgname=python-thrift
-pkgver=0.14.1
-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/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-staging-x86_64/PKGBUILD (from rev 1061121, python-thrift/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-01 21:46:31 UTC (rev 1061124)
@@ -0,0 +1,23 @@
+# 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
+}
More information about the arch-commits
mailing list