Date: Sunday, March 5, 2023 @ 21:53:30
Author: felixonmars
Revision: 1415111
archrelease: copy trunk to community-any
Added:
python-openstackdocstheme/repos/community-any/PKGBUILD
(from rev 1415110, python-openstackdocstheme/trunk/PKGBUILD)
Deleted:
python-openstackdocstheme/repos/community-any/PKGBUILD
----------+
PKGBUILD | 57 ++++++++++++++++++++++++++++-----------------------------
1 file changed, 28 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-05 21:53:19 UTC (rev 1415110)
+++ PKGBUILD 2023-03-05 21:53:30 UTC (rev 1415111)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-openstackdocstheme
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="Open Infrastructure Projects Sphinx Themes"
-arch=('any')
-url="https://opendev.org/openstack/openstackdocstheme"
-license=('Apache')
-depends=('python-pbr' 'python-dulwich' 'python-sphinx')
-makedepends=('python-setuptools')
-options=('!emptydirs')
-source=("https://github.com/openstack/openstackdocstheme/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('fb73e0cf334e977babe4c3faad387d11c9f3ba290af86b7e7e1c81d6025e95ac73180dc1da7833d35602d2324d7e693f69904bd99b9dff3605e25b280476e056')
-
-export PBR_VERSION=$pkgver
-
-build() {
- cd openstackdocstheme-$pkgver
- python setup.py build
- PYTHONPATH="$PWD/build/lib" sphinx-build -W -b man doc/source doc/build/man
-}
-
-package() {
- cd openstackdocstheme-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 doc/build/man/*.1 -t "$pkgdir"/usr/share/man/man1/
-}
Copied: python-openstackdocstheme/repos/community-any/PKGBUILD (from rev
1415110, python-openstackdocstheme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-05 21:53:30 UTC (rev 1415111)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-openstackdocstheme
+pkgver=3.1.0
+_commit=20bf587d68f6c1794168f2ad467c9c55daf074e5
+pkgrel=1
+pkgdesc="Open Infrastructure Projects Sphinx Themes"
+arch=('any')
+url="https://opendev.org/openstack/openstackdocstheme"
+license=('Apache')
+depends=('python-pbr' 'python-dulwich' 'python-sphinx')
+makedepends=('git' 'python-setuptools')
+options=('!emptydirs')
+source=("git+https://github.com/openstack/openstackdocstheme.git#commit=$_commit")
+sha512sums=('SKIP')
+
+build() {
+ cd openstackdocstheme
+ python setup.py build
+ PYTHONPATH="$PWD/build/lib" sphinx-build -W -b man doc/source doc/build/man
+}
+
+package() {
+ cd openstackdocstheme
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 doc/build/man/*.1 -t "$pkgdir"/usr/share/man/man1/
+}