[arch-commits] Commit in python-basictracer/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Apr 15 11:45:58 UTC 2021


    Date: Thursday, April 15, 2021 @ 11:45:57
  Author: felixonmars
Revision: 919009

archrelease: copy trunk to community-any

Added:
  python-basictracer/repos/community-any/PKGBUILD
    (from rev 919008, python-basictracer/trunk/PKGBUILD)
Deleted:
  python-basictracer/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-15 11:45:43 UTC (rev 919008)
+++ PKGBUILD	2021-04-15 11:45:57 UTC (rev 919009)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-basictracer
-pkgver=3.1.0
-pkgrel=2
-pkgdesc='The Python implementation of the "BasicTracer" reference implementation'
-url="https://github.com/opentracing/basictracer"
-license=('MIT')
-arch=('any')
-depends=('python-opentracing' 'python-protobuf' 'python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-mock' 'python-pytest')
-source=("https://github.com/opentracing/basictracer-python/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('c744e8a64b59e688c5048493aa8739da35d3c3580c65bb561d94c0ce0d27fb26d5e99b12d09a8f7d3ca63bc1a98ebcac6e1c6fec7c2361c0734311d623047157')
-
-build() {
-  cd basictracer-python-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd basictracer-python-$pkgver
-  pytest
-}
-
-package() {
-  cd basictracer-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-basictracer/repos/community-any/PKGBUILD (from rev 919008, python-basictracer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-15 11:45:57 UTC (rev 919009)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-basictracer
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='The Python implementation of the "BasicTracer" reference implementation'
+url="https://github.com/opentracing/basictracer"
+license=('MIT')
+arch=('any')
+depends=('python-opentracing' 'python-protobuf' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-mock' 'python-pytest')
+source=("https://github.com/opentracing/basictracer-python/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('48923ca75b459401ab604174a62c611ea44c5904709260d0635dc0436f5c0d88b7564d2fcf68a3fd18f3825ba615347bed7e79a41f303745ca7de282bbd4c61c')
+
+build() {
+  cd basictracer-python-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd basictracer-python-$pkgver
+  pytest
+}
+
+package() {
+  cd basictracer-python-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list