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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 11:39:41 UTC 2021


    Date: Thursday, April 22, 2021 @ 11:39:41
  Author: felixonmars
Revision: 920906

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 11:39:24 UTC (rev 920905)
+++ PKGBUILD	2021-04-22 11:39:41 UTC (rev 920906)
@@ -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=3.1.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=('fd17cc7ac4ecf1dd527883a7147e67f76eeff7a1c5d05286e748641c1ca1c5d3cd20404b6e05f0f62cff9416e401de252166020816d8d5894b0b101e958424ce')
-
-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.9/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 920905, python-stestr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-22 11:39:41 UTC (rev 920906)
@@ -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.2.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=('4f5e41c92518104b06f5b9717d59c214a8d87efe47fee199a602e71efd64e29c98711ffcf3b88cd00209946d0ab123c7ec5aa842e1d54bc65d83c8d70fa4898c')
+
+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.9/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