[arch-commits] Commit in python-oslotest/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jun 4 16:34:21 UTC 2020
Date: Thursday, June 4, 2020 @ 16:34:20
Author: felixonmars
Revision: 638965
archrelease: copy trunk to community-any
Added:
python-oslotest/repos/community-any/PKGBUILD
(from rev 638964, python-oslotest/trunk/PKGBUILD)
Deleted:
python-oslotest/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-04 16:34:01 UTC (rev 638964)
+++ PKGBUILD 2020-06-04 16:34:20 UTC (rev 638965)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-oslotest
-pkgver=4.2.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=('74f8ed55843c54061c8ef11709bca8a9abb9a70e76039e2b31bf22bb74d1d177f616b99ed5a3cfba1b1078dc587fc77d9d66986d30140f8310045e298bc124e7')
-
-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 638964, python-oslotest/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-06-04 16:34:20 UTC (rev 638965)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-oslotest
+pkgver=4.3.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=('9c8fa7de3daa8d698362a2abe9ce68461708ac49276ef5a1f89069c941c6b29b8e554f30c593039f78a230b978ce59519d6d71f3526d882b80449d791219a622')
+
+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