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

Antonio Rojas arojas at archlinux.org
Wed May 29 17:23:13 UTC 2019


    Date: Wednesday, May 29, 2019 @ 17:23:13
  Author: arojas
Revision: 474408

archrelease: copy trunk to community-any

Added:
  python-flask-autoindex/repos/community-any/PKGBUILD
    (from rev 474407, python-flask-autoindex/trunk/PKGBUILD)
Deleted:
  python-flask-autoindex/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-29 17:22:38 UTC (rev 474407)
+++ PKGBUILD	2019-05-29 17:23:13 UTC (rev 474408)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Moritz Lipp <mlq at pwmt.org>
-
-_pipname=Flask-AutoIndex
-pkgbase=python-flask-autoindex
-pkgname=(python2-flask-autoindex python-flask-autoindex)
-pkgver=0.6.2
-pkgrel=1
-pkgdesc="Flask-AutoIndex generates an index page for your Flask application automatically"
-arch=(any)
-url="http://packages.python.org/Flask-AutoIndex/"
-license=(BSD)
-makedepends=(python2-setuptools python-setuptools)
-source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz")
-sha256sums=('af2cdb34eefe6edbf43ce19200880829e8c2df3598000e75dc63c9b7e3478706')
-
-package_python2-flask-autoindex() {
-  depends=(python2-flask-silk python2-future)
-  cd $_pipname-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
-  install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
-
-# Fix conflict with python-flask-autoindex
-  mv "$pkgdir"/usr/bin/fai{,2}
-}
-
-package_python-flask-autoindex() {
-  depends=(python-flask-silk python-future)
-  cd $_pipname-$pkgver 
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
-  install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-flask-autoindex/repos/community-any/PKGBUILD (from rev 474407, python-flask-autoindex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-29 17:23:13 UTC (rev 474408)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Moritz Lipp <mlq at pwmt.org>
+
+_pipname=flask-autoindex
+pkgbase=python-flask-autoindex
+pkgname=(python2-flask-autoindex python-flask-autoindex)
+pkgver=0.6.4
+pkgrel=1
+pkgdesc="Flask-AutoIndex generates an index page for your Flask application automatically"
+arch=(any)
+url="https://packages.python.org/Flask-AutoIndex/"
+license=(BSD)
+makedepends=(python2-setuptools python-setuptools)
+source=($pkgbase-$pkgver.tar.gz::"https://github.com/general03/flask-autoindex/archive/v$pkgver.tar.gz")
+sha256sums=('44df9cc770d7fc30f8e90d77c468035329855b90aaff18bf4c2a7dc5fac63b77')
+
+package_python2-flask-autoindex() {
+  depends=(python2-flask-silk python2-future)
+  cd $_pipname-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+  install -m644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname
+
+# Fix conflict with python-flask-autoindex
+  mv "$pkgdir"/usr/bin/fai{,2}
+}
+
+package_python-flask-autoindex() {
+  depends=(python-flask-silk python-future)
+  cd $_pipname-$pkgver 
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+  install -m644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list