[arch-commits] Commit in python-flask-sphinx-themes/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 00:14:54 UTC 2019


    Date: Monday, November 4, 2019 @ 00:14:54
  Author: felixonmars
Revision: 522805

archrelease: copy trunk to community-staging-any

Added:
  python-flask-sphinx-themes/repos/community-staging-any/
  python-flask-sphinx-themes/repos/community-staging-any/PKGBUILD
    (from rev 522804, python-flask-sphinx-themes/trunk/PKGBUILD)

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

Copied: python-flask-sphinx-themes/repos/community-staging-any/PKGBUILD (from rev 522804, python-flask-sphinx-themes/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 00:14:54 UTC (rev 522805)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-flask-sphinx-themes
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="Sphinx themes for Flask and related projects"
+url="https://github.com/pallets/flask-sphinx-themes"
+license=('BSD')
+arch=('any')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pallets/flask-sphinx-themes/archive/$pkgver.tar.gz")
+sha512sums=('b3cbdca9719b579d4e9644b51e187a87d49e3c82083a8fff649eef74eb7a475bcc0580bcd3012081048bcbbe001ce06f1cccbed39d2f30285cfedb2304f67af3')
+
+build() {
+  cd flask-sphinx-themes-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd flask-sphinx-themes-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list