[arch-commits] Commit in python-sphinx-bootstrap-theme (3 files)

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


    Date: Tuesday, July 19, 2022 @ 09:31:26
  Author: alucryd
Revision: 1254551

archrelease: copy trunk to community-any

Added:
  python-sphinx-bootstrap-theme/repos/
  python-sphinx-bootstrap-theme/repos/community-any/
  python-sphinx-bootstrap-theme/repos/community-any/PKGBUILD
    (from rev 1254550, python-sphinx-bootstrap-theme/trunk/PKGBUILD)

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

Copied: python-sphinx-bootstrap-theme/repos/community-any/PKGBUILD (from rev 1254550, python-sphinx-bootstrap-theme/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2022-07-19 09:31:26 UTC (rev 1254551)
@@ -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