Date: Wednesday, February 22, 2023 @ 12:39:38
Author: felixonmars
Revision: 1403597
archrelease: copy trunk to community-any
Added:
python-oslo-config/repos/community-any/PKGBUILD
(from rev 1403596, python-oslo-config/trunk/PKGBUILD)
Deleted:
python-oslo-config/repos/community-any/PKGBUILD
----------+
PKGBUILD | 71 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-22 12:39:17 UTC (rev 1403596)
+++ PKGBUILD 2023-02-22 12:39:38 UTC (rev 1403597)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-oslo-config
-pkgver=9.1.0
-pkgrel=1
-pkgdesc="parsing command line arguments and .ini style configuration files"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.config/$pkgver"
-license=('Apache')
-depends=('python-debtcollector' 'python-netaddr' 'python-stevedore'
- 'python-oslo-i18n' 'python-rfc3986' 'python-yaml' 'python-requests')
-makedepends=('python-pbr' 'python-setuptools')
-checkdepends=('python-oslotest' 'python-sphinx' 'python-requests-mock'
'python-oslo-log')
-options=('!emptydirs')
-source=("https://github.com/openstack/oslo.config/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('0af00e88c0a0aa747de5a70847789fdcf3847309883a229d63e30a7c78ec0059bb455781ef1ca49bb794078d0048c4a832463f22c5ee95d4d10127d157d33e3a')
-
-export PBR_VERSION=$pkgver
-
-build() {
- cd oslo.config-$pkgver
- python setup.py build
-}
-
-check() {
- cd oslo.config-$pkgver
- stestr run
-}
-
-package() {
- cd oslo.config-$pkgver
- python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 1403596,
python-oslo-config/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-22 12:39:38 UTC (rev 1403597)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-oslo-config
+pkgver=9.1.1
+_commit=515daab81acccbea4015afc5c3c3316d88903a10
+pkgrel=1
+pkgdesc="parsing command line arguments and .ini style configuration files"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.config/$pkgver"
+license=('Apache')
+depends=('python-debtcollector' 'python-netaddr' 'python-stevedore'
+ 'python-oslo-i18n' 'python-rfc3986' 'python-yaml' 'python-requests')
+makedepends=('git' 'python-pbr' 'python-setuptools')
+checkdepends=('python-oslotest' 'python-sphinx' 'python-requests-mock'
'python-oslo-log')
+options=('!emptydirs')
+source=("git+https://github.com/openstack/oslo.config.git#commit=$_commit")
+sha512sums=('SKIP')
+
+build() {
+ cd oslo.config
+ python setup.py build
+}
+
+check() {
+ cd oslo.config
+ stestr run
+}
+
+package() {
+ cd oslo.config
+ python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et: