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

Felix Yan felixonmars at archlinux.org
Fri Sep 11 23:39:41 UTC 2020


    Date: Friday, September 11, 2020 @ 23:39:41
  Author: felixonmars
Revision: 702912

archrelease: copy trunk to community-any

Added:
  python-oslo-i18n/repos/community-any/PKGBUILD
    (from rev 702911, python-oslo-i18n/trunk/PKGBUILD)
Deleted:
  python-oslo-i18n/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-11 23:39:32 UTC (rev 702911)
+++ PKGBUILD	2020-09-11 23:39:41 UTC (rev 702912)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-oslo-i18n
-pkgver=5.0.0
-pkgrel=1
-pkgdesc="Oslo i18n library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.i18n/$pkgver"
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-babel')
-checkdepends=('python-mock' 'python-oslotest' 'python-oslo-config')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.i18n/archive/$pkgver.tar.gz")
-sha512sums=('2cda1e96108b06c4f60df8044777f22dc146d6f5a762dec0199430cd1ae76f372aacd5e8acef6e6ead2430e4cb28ac8d986c052fa1da6efbf44b259c89c73529')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd oslo.i18n-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd oslo.i18n-$pkgver
-  stestr run
-}
-
-package() {
-  cd oslo.i18n-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-i18n/repos/community-any/PKGBUILD (from rev 702911, python-oslo-i18n/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-11 23:39:41 UTC (rev 702912)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-oslo-i18n
+pkgver=5.0.1
+pkgrel=1
+pkgdesc="Oslo i18n library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.i18n/$pkgver"
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-babel')
+checkdepends=('python-mock' 'python-oslotest' 'python-oslo-config')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.i18n/archive/$pkgver.tar.gz")
+sha512sums=('342d5a53503a10ddbc606adc9d633044e604acd45dfe3a424c24cfb70b0c46c3536ff8f05683d51dd97dc2a29bb5d910ccb881c62d2bbc0553ba1ed6ff04ae72')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd oslo.i18n-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd oslo.i18n-$pkgver
+  stestr run
+}
+
+package() {
+  cd oslo.i18n-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list