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

Felix Yan felixonmars at archlinux.org
Mon Nov 4 08:57:16 UTC 2019


    Date: Monday, November 4, 2019 @ 08:57:15
  Author: felixonmars
Revision: 523820

archrelease: copy trunk to community-staging-any

Added:
  python-flask-babel/repos/community-staging-any/PKGBUILD
    (from rev 523818, python-flask-babel/trunk/PKGBUILD)
Deleted:
  python-flask-babel/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-04 08:57:13 UTC (rev 523819)
+++ PKGBUILD	2019-11-04 08:57:15 UTC (rev 523820)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: djanku <djanku (at) email (dot) cz>
-
-_pipname=Flask-Babel
-pkgbase=python-flask-babel
-pkgname=(python2-flask-babel python-flask-babel)
-pkgver=0.12.2
-pkgrel=2
-pkgdesc="Adds i18n/l10n support to Flask applications with the help of the Babel library."
-arch=(any)
-url="https://pypi.python.org/pypi/Flask-Babel"
-license=(BSD)
-makedepends=(python2-setuptools python-setuptools)
-source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz")
-sha256sums=('316ad183e42003f3922957fa643d0a1e8e34a0f0301a88c3a8f605bc37ba5c86')
-
-prepare() {
-    cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
-}
-
-package_python2-flask-babel() {
-  depends=(python2-flask python2-babel python2-pytz python2-speaklater python2-jinja)
-
-  cd python2-$_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
-}
-
-package_python-flask-babel() {
-  depends=(python-flask python-babel python-pytz python-speaklater python-jinja)
-
-  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-babel/repos/community-staging-any/PKGBUILD (from rev 523818, python-flask-babel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-04 08:57:15 UTC (rev 523820)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: djanku <djanku (at) email (dot) cz>
+
+_pipname=Flask-Babel
+pkgbase=python-flask-babel
+pkgname=(python2-flask-babel python-flask-babel)
+pkgver=0.12.2
+pkgrel=3
+pkgdesc="Adds i18n/l10n support to Flask applications with the help of the Babel library."
+arch=(any)
+url="https://pypi.python.org/pypi/Flask-Babel"
+license=(BSD)
+makedepends=(python2-setuptools python-setuptools)
+source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz")
+sha256sums=('316ad183e42003f3922957fa643d0a1e8e34a0f0301a88c3a8f605bc37ba5c86')
+
+prepare() {
+    cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
+}
+
+package_python2-flask-babel() {
+  depends=(python2-flask python2-babel python2-pytz python2-speaklater python2-jinja)
+
+  cd python2-$_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
+}
+
+package_python-flask-babel() {
+  depends=(python-flask python-babel python-pytz python-speaklater python-jinja)
+
+  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
+}
+



More information about the arch-commits mailing list