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

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 18:50:38 UTC 2020


    Date: Thursday, November 12, 2020 @ 18:50:37
  Author: foutrelis
Revision: 753212

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 18:50:34 UTC (rev 753211)
+++ PKGBUILD	2020-11-12 18:50:37 UTC (rev 753212)
@@ -1,24 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-flask-sphinx-themes
-pkgver=1.0.2
-pkgrel=3
-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
-}

Copied: python-flask-sphinx-themes/repos/community-staging-any/PKGBUILD (from rev 753211, python-flask-sphinx-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 18:50:37 UTC (rev 753212)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-flask-sphinx-themes
+pkgver=1.0.2
+pkgrel=4
+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