[arch-commits] Commit in python-oslotest/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Mar 31 18:48:55 UTC 2020
Date: Tuesday, March 31, 2020 @ 18:48:54
Author: felixonmars
Revision: 608245
archrelease: copy trunk to community-any
Added:
python-oslotest/repos/community-any/PKGBUILD
(from rev 608244, python-oslotest/trunk/PKGBUILD)
Deleted:
python-oslotest/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-31 18:48:43 UTC (rev 608244)
+++ PKGBUILD 2020-03-31 18:48:54 UTC (rev 608245)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-oslotest
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="Oslo test framework"
-arch=('any')
-url="https://github.com/openstack/oslotest"
-license=('Apache')
-depends=('python-fixtures' 'python-subunit' 'python-stestr' 'python-testscenarios'
- 'python-testtools' 'python-mock' 'python-mox3' 'python-os-client-config'
- 'python-debtcollector')
-makedepends=('python-pbr')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslotest/archive/$pkgver.tar.gz")
-sha512sums=('3c565a6a1a6ef9efa103f861852b978d93fdbd4babc03bd4556e4e4cafcf2bf5e310aa0edfd1182e16598ebe8be81147f7f8710f84cb4c43da8f56b389b25a33')
-
-export PBR_VERSION=$pkgver
-
-build() {
- cd oslotest-$pkgver
- python setup.py build
-}
-
-check() {
- cd oslotest-$pkgver
- stestr run
-}
-
-package() {
- cd "$srcdir"/oslotest-$pkgver
- python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-oslotest/repos/community-any/PKGBUILD (from rev 608244, python-oslotest/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-31 18:48:54 UTC (rev 608245)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-oslotest
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="Oslo test framework"
+arch=('any')
+url="https://github.com/openstack/oslotest"
+license=('Apache')
+depends=('python-fixtures' 'python-subunit' 'python-stestr' 'python-testscenarios'
+ 'python-testtools' 'python-mock' 'python-mox3' 'python-os-client-config'
+ 'python-debtcollector')
+makedepends=('python-pbr')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslotest/archive/$pkgver.tar.gz")
+sha512sums=('4c2a5ebb2f9c866ac50a43fe0aa7da1ac71a6d2fe7c9d1faf0375aa06524ef3788af715db3414dea76016a92d561503bf1472e081b21a998b7f2d4cccca5efeb')
+
+export PBR_VERSION=$pkgver
+
+build() {
+ cd oslotest-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd oslotest-$pkgver
+ stestr run
+}
+
+package() {
+ cd "$srcdir"/oslotest-$pkgver
+ python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list