Date: Saturday, October 22, 2022 @ 10:03:26
Author: felixonmars
Revision: 1333484
archrelease: copy trunk to community-any
Added:
python-pbr/repos/community-any/PKGBUILD
(from rev 1333483, python-pbr/trunk/PKGBUILD)
Deleted:
python-pbr/repos/community-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-22 10:03:18 UTC (rev 1333483)
+++ PKGBUILD 2022-10-22 10:03:26 UTC (rev 1333484)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Limao Luo <[email protected]>
-
-pkgname=python-pbr
-pkgver=5.10.0
-pkgrel=1
-pkgdesc="Python Build Reasonableness"
-arch=('any')
-url='https://pypi.python.org/pypi/pbr'
-license=('Apache')
-depends=('python-importlib-metadata' 'python-setuptools')
-checkdepends=('python-stestr' 'python-testscenarios' 'python-testresources'
'python-testrepository'
- 'python-mock' 'python-virtualenv' 'python-wheel' 'python-sphinx'
'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack-dev/pbr/archive/$pkgver.tar.gz")
-sha512sums=('5a5f53079694a600d7576d339518a988990671f5421d60638931aaf27c64cbf9b46d8319caf7f1de954d70a26b245a42358a8b266153c12112aff2c8033a31ea')
-
-export PBR_VERSION=$pkgver
-
-build() {
- cd pbr-$pkgver
- python setup.py build
-}
-
-check() {
- cd pbr-$pkgver
- # TODO: find out this failure
- stestr run --exclude-regex
"pbr.tests.test_packaging.TestPackagingWheels.test_metadata_directory_has_pbr_json"
-}
-
-package() {
- cd pbr-$pkgver
- python setup.py install -O1 --root="$pkgdir"
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: python-pbr/repos/community-any/PKGBUILD (from rev 1333483,
python-pbr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-22 10:03:26 UTC (rev 1333484)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Limao Luo <[email protected]>
+
+pkgname=python-pbr
+pkgver=5.11.0
+pkgrel=1
+pkgdesc="Python Build Reasonableness"
+arch=('any')
+url='https://pypi.python.org/pypi/pbr'
+license=('Apache')
+depends=('python-importlib-metadata' 'python-setuptools')
+checkdepends=('python-stestr' 'python-testscenarios' 'python-testresources'
'python-testrepository'
+ 'python-mock' 'python-virtualenv' 'python-wheel' 'python-sphinx'
'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack-dev/pbr/archive/$pkgver.tar.gz")
+sha512sums=('dbce8a76c06b2c60c2f4c9bbe94333504506563c0366b5e1ec6da2c784e612c47048cc6391501f3103ba1cd3b246283b466c73ebf264702bfe6896ddd501bdb6')
+
+export PBR_VERSION=$pkgver
+
+build() {
+ cd pbr-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd pbr-$pkgver
+ # TODO: find out this failure
+ stestr run --exclude-regex
"pbr.tests.test_packaging.TestPackagingWheels.test_metadata_directory_has_pbr_json"
+}
+
+package() {
+ cd pbr-$pkgver
+ python setup.py install -O1 --root="$pkgdir"
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}