Date: Sunday, November 13, 2022 @ 20:14:19
Author: jelle
Revision: 1347386
archrelease: copy trunk to community-any
Added:
python-stestr/repos/community-any/PKGBUILD
(from rev 1347385, python-stestr/trunk/PKGBUILD)
Deleted:
python-stestr/repos/community-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-13 20:14:12 UTC (rev 1347385)
+++ PKGBUILD 2022-11-13 20:14:19 UTC (rev 1347386)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
-# Contributor: Kyle Keen <[email protected]>
-
-pkgname=python-stestr
-pkgver=4.0.1
-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-coverage'
- 'python-ddt')
-source=("https://pypi.io/packages/source/s/stestr/stestr-$pkgver.tar.gz")
-sha512sums=('a74b9278b1941da62af58a087a10e5a0624901ceb81dcdd25eab3a05f003756773551fe6eec46dfb371f7b726cf296abfe0116444fb32c94fb6811440ee22a58')
-
-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.10/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 1347385,
python-stestr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-13 20:14:19 UTC (rev 1347386)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
+# Contributor: Kyle Keen <[email protected]>
+
+pkgname=python-stestr
+pkgver=4.0.1
+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-coverage'
+ 'python-ddt')
+source=("https://pypi.io/packages/source/s/stestr/stestr-$pkgver.tar.gz")
+sha512sums=('a74b9278b1941da62af58a087a10e5a0624901ceb81dcdd25eab3a05f003756773551fe6eec46dfb371f7b726cf296abfe0116444fb32c94fb6811440ee22a58')
+
+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.10/site-packages"
+ export PATH="$PWD/tmp_install/usr/bin:$PATH"
+ stestr run
+ )
+}
+
+package() {
+ cd stestr-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}