[arch-commits] Commit in (3 files)

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Jul 19 09:31:15 UTC 2022


    Date: Tuesday, July 19, 2022 @ 09:31:15
  Author: alucryd
Revision: 1254550

add python-sphinx-bootstrap-theme for renpy

Added:
  python-sphinx-bootstrap-theme/
  python-sphinx-bootstrap-theme/trunk/
  python-sphinx-bootstrap-theme/trunk/PKGBUILD

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Added: python-sphinx-bootstrap-theme/trunk/PKGBUILD
===================================================================
--- python-sphinx-bootstrap-theme/trunk/PKGBUILD	                        (rev 0)
+++ python-sphinx-bootstrap-theme/trunk/PKGBUILD	2022-07-19 09:31:15 UTC (rev 1254550)
@@ -0,0 +1,36 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Miguel de Val-Borro <miguel dot deval at gmail dot com>
+
+pkgname=python-sphinx-bootstrap-theme
+pkgver=0.8.1
+pkgrel=3
+pkgdesc="Sphinx Bootstrap Theme"
+arch=(any)
+url=http://ryan-roemer.github.io/sphinx-bootstrap-theme/
+license=(MIT)
+depends=(python)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=ebf24f849c5ee0c5219009cdb1637b052e2588d7
+source=(git+https://github.com/ryan-roemer/sphinx-bootstrap-theme.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd sphinx-bootstrap-theme
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd sphinx-bootstrap-theme
+  python setup.py build
+}
+
+package() {
+  cd sphinx-bootstrap-theme
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/python-sphinx-bootstrap-theme/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list