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

Felix Yan felixonmars at archlinux.org
Thu Mar 26 18:41:12 UTC 2020


    Date: Thursday, March 26, 2020 @ 18:41:12
  Author: felixonmars
Revision: 604491

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-26 18:41:02 UTC (rev 604490)
+++ PKGBUILD	2020-03-26 18:41:12 UTC (rev 604491)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
-# Contributor: Kyle Keen <keenerd at gmail.com>
-
-pkgname=python-stestr
-pkgver=2.6.0
-pkgrel=2
-pkgdesc="A test runner runner similar to testrepository"
-url="https://stestr.readthedocs.io/en/latest/"
-license=('Apache')
-arch=('any')
-depends=('python-future' 'python-cliff' 'python-pbr' 'python-subunit' 'python-fixtures'
-         'python-testtools' 'python-yaml' 'python-voluptuous')
-checkdepends=('python-hacking' 'python-sphinx' 'python-mock' 'python-subunit2sql' 'python-coverage'
-              'python-ddt')
-source=("https://pypi.io/packages/source/s/stestr/stestr-$pkgver.tar.gz")
-sha512sums=('687e8fb7bcf011e3d84d012cd7389accb8e81633ec069df4fb501d0457cdf6147b9820bf24cb49c63e6698d1b8494f50576a8f0dc9e99c36fc175cd9ce88b7bd')
-
-build() {
-  cd stestr-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd stestr-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-    export PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages"
-    export PATH="$PWD/tmp_install/usr/bin:$PATH"
-    stestr run
-  )
-}
-
-package() {
-  cd stestr-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-stestr/repos/community-any/PKGBUILD (from rev 604490, python-stestr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-26 18:41:12 UTC (rev 604491)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
+# Contributor: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-stestr
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="A test runner runner similar to testrepository"
+url="https://stestr.readthedocs.io/en/latest/"
+license=('Apache')
+arch=('any')
+depends=('python-future' 'python-cliff' 'python-pbr' 'python-subunit' 'python-fixtures'
+         'python-testtools' 'python-yaml' 'python-voluptuous')
+checkdepends=('python-hacking' 'python-sphinx' 'python-mock' 'python-subunit2sql' 'python-coverage'
+              'python-ddt')
+source=("https://pypi.io/packages/source/s/stestr/stestr-$pkgver.tar.gz")
+sha512sums=('848dd6fb0329ec26bd586fd318f6e72017f11d237fd559717995b0a8f73c2c6667d50aeafb5c1bffc45f3dcdc617cb901d5eeb5e1fe3fc6cc2568820722091b3')
+
+build() {
+  cd stestr-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd stestr-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  (
+    export PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages"
+    export PATH="$PWD/tmp_install/usr/bin:$PATH"
+    stestr run
+  )
+}
+
+package() {
+  cd stestr-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list