[arch-commits] Commit in python-opentracing/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Wed Dec 1 21:42:08 UTC 2021
Date: Wednesday, December 1, 2021 @ 21:42:08
Author: foutrelis
Revision: 1061007
archrelease: copy trunk to community-staging-any
Added:
python-opentracing/repos/community-staging-any/PKGBUILD
(from rev 1061005, python-opentracing/trunk/PKGBUILD)
Deleted:
python-opentracing/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-01 21:42:07 UTC (rev 1061006)
+++ PKGBUILD 2021-12-01 21:42:08 UTC (rev 1061007)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-opentracing
-pkgver=2.4.0
-pkgrel=2
-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
-}
Copied: python-opentracing/repos/community-staging-any/PKGBUILD (from rev 1061005, python-opentracing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-01 21:42:08 UTC (rev 1061007)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-opentracing
+pkgver=2.4.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")
+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