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

Felix Yan felixonmars at archlinux.org
Fri Nov 20 17:42:37 UTC 2020


    Date: Friday, November 20, 2020 @ 17:42:37
  Author: felixonmars
Revision: 757931

archrelease: copy trunk to community-staging-any

Added:
  python-opentracing/repos/community-staging-any/PKGBUILD
    (from rev 757930, python-opentracing/trunk/PKGBUILD)
Deleted:
  python-opentracing/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++-----------------------------------
 1 file changed, 30 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-20 17:42:26 UTC (rev 757930)
+++ PKGBUILD	2020-11-20 17:42:37 UTC (rev 757931)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-opentracing
-pkgver=2.3.0
-pkgrel=3
-pkgdesc="OpenTracing API for Python"
-url="https://github.com/opentracing/opentracing-python"
-license=('Apache')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-gevent' 'python-mock' 'python-pytest' 'python-tornado')
-source=("https://github.com/opentracing/opentracing-python/archive/$pkgver/$pkgname-$pkgver.tar.gz"
-        $pkgname-py39.patch::https://github.com/opentracing/opentracing-python/commit/4feff50d7c96.patch)
-sha512sums=('59e9459be56018e54d6e33d42fd2c0e1eb6cd3eaffdaddd5371cae055bf2a710d9c2ce74f4ab77e24808d4b0237a88150c02d5583dfffc6a107a2fcd5479bac9'
-            'bf33e5398ea33887a68f6a8005c92108b22df371c8c246790b9660dfc97e2f0998356832bee456c3f1fc8627318f30100877178e1324d6d6a7f62b936a1c27d7')
-
-prepare() {
-  cd opentracing-python-$pkgver
-  # https://github.com/opentracing/opentracing-python/pull/135
-  patch -Np1 -i ../$pkgname-py39.patch
-}
-
-build() {
-  cd opentracing-python-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd opentracing-python-$pkgver
-  pytest tests
-  python -m testbed
-}
-
-package() {
-  cd opentracing-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-opentracing/repos/community-staging-any/PKGBUILD (from rev 757930, python-opentracing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-20 17:42:37 UTC (rev 757931)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-opentracing
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="OpenTracing API for Python"
+url="https://github.com/opentracing/opentracing-python"
+license=('Apache')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-gevent' 'python-mock' 'python-pytest' 'python-tornado')
+source=("https://github.com/opentracing/opentracing-python/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('de5e5a211fd487039e5658fc6303f3521ee038e205d9d1560cb33f3a66fd0de8d666b2adc785fe2683b4993879e5124ba25467feb17fe68b1cbddc0581ca16b3')
+
+build() {
+  cd opentracing-python-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd opentracing-python-$pkgver
+  pytest tests
+  python -m testbed
+}
+
+package() {
+  cd opentracing-python-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list