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

Jelle van der Waa jelle at archlinux.org
Tue Jan 7 16:48:46 UTC 2020


    Date: Tuesday, January 7, 2020 @ 16:48:46
  Author: jelle
Revision: 549864

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-07 16:48:35 UTC (rev 549863)
+++ PKGBUILD	2020-01-07 16:48:46 UTC (rev 549864)
@@ -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=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
-}
-

Copied: python-flask-babel/repos/community-any/PKGBUILD (from rev 549863, python-flask-babel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-07 16:48:46 UTC (rev 549864)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: djanku <djanku (at) email (dot) cz>
+
+_pipname=Flask-Babel
+pkgname=python-flask-babel
+pkgver=0.12.2
+pkgrel=4
+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)
+depends=(python-flask python-babel python-pytz python-speaklater python-jinja)
+makedepends=(python-setuptools)
+source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz")
+sha256sums=('316ad183e42003f3922957fa643d0a1e8e34a0f0301a88c3a8f605bc37ba5c86')
+
+package() {
+  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