Date: Monday, April 10, 2023 @ 05:00:54
Author: felixonmars
Revision: 1443610
archrelease: copy trunk to community-staging-any
Added:
python-oslo-config/repos/community-staging-any/PKGBUILD
(from rev 1443608, python-oslo-config/trunk/PKGBUILD)
Deleted:
python-oslo-config/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 05:00:52 UTC (rev 1443609)
+++ PKGBUILD 2023-04-10 05:00:54 UTC (rev 1443610)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-oslo-config
-pkgver=9.1.1
-_commit=515daab81acccbea4015afc5c3c3316d88903a10
-pkgrel=2
-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:
Copied: python-oslo-config/repos/community-staging-any/PKGBUILD (from rev
1443608, python-oslo-config/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 05:00:54 UTC (rev 1443610)
@@ -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=3
+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: