[arch-commits] Commit in python-stestr/repos/community-staging-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 12:10:37 UTC 2020
Date: Thursday, November 12, 2020 @ 12:10:36
Author: felixonmars
Revision: 751708
archrelease: copy trunk to community-staging-any
Added:
python-stestr/repos/community-staging-any/PKGBUILD
(from rev 751705, python-stestr/trunk/PKGBUILD)
Deleted:
python-stestr/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 12:10:34 UTC (rev 751707)
+++ PKGBUILD 2020-11-12 12:10:36 UTC (rev 751708)
@@ -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.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-mock' 'python-subunit2sql' 'python-coverage'
- 'python-ddt')
-source=("https://pypi.io/packages/source/s/stestr/stestr-$pkgver.tar.gz")
-sha512sums=('2bc3219652fa7d4c1e5852ad83561dd7282c300c530b05d67c1b3883164dcf0e258d904c9583ed627ff23b0cb783dd21e76bbc66934a6b3545fe9ebf5e418925')
-
-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-staging-any/PKGBUILD (from rev 751705, python-stestr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 12:10:36 UTC (rev 751708)
@@ -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.1
+pkgrel=3
+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=('2bc3219652fa7d4c1e5852ad83561dd7282c300c530b05d67c1b3883164dcf0e258d904c9583ed627ff23b0cb783dd21e76bbc66934a6b3545fe9ebf5e418925')
+
+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