[arch-commits] Commit in python-pbr/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sat Aug 13 05:26:49 UTC 2022


    Date: Saturday, August 13, 2022 @ 05:26:48
  Author: felixonmars
Revision: 1265843

archrelease: copy trunk to community-any

Added:
  python-pbr/repos/community-any/PKGBUILD
    (from rev 1265842, python-pbr/trunk/PKGBUILD)
Deleted:
  python-pbr/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-13 05:26:33 UTC (rev 1265842)
+++ PKGBUILD	2022-08-13 05:26:48 UTC (rev 1265843)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Limao Luo <luolimao+AUR at gmail.com>
-
-pkgname=python-pbr
-pkgver=5.9.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=('e71dd312e2242b7123fda9d53a84423381a8c48f9ab6c8c3a67e7c52ca46f366b22c67fbba6ec8085a1adf7267fdf3d59752a7a3a2748cd1b1f1ef4721665931')
-
-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 1265842, python-pbr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-13 05:26:48 UTC (rev 1265843)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Limao Luo <luolimao+AUR at gmail.com>
+
+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
+}



More information about the arch-commits mailing list