Date: Sunday, February 19, 2023 @ 19:13:20
Author: alucryd
Revision: 1402993
archrelease: copy trunk to community-any
Added:
python-flask-babel/repos/community-any/PKGBUILD
(from rev 1402992, python-flask-babel/trunk/PKGBUILD)
Deleted:
python-flask-babel/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-19 19:13:08 UTC (rev 1402992)
+++ PKGBUILD 2023-02-19 19:13:20 UTC (rev 1402993)
@@ -1,29 +0,0 @@
-# Maintainer: Morten Linderud <[email protected]>
-# Contributor: Antonio Rojas <[email protected]>
-# Contributor: djanku <djanku (at) email (dot) cz>
-
-_pipname=Flask-Babel
-pkgname=python-flask-babel
-pkgver=2.0.0
-pkgrel=5
-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=('f9faf45cdb2e1a32ea2ec14403587d4295108f35017a7821a2b1acb8cfd9257d')
-
-build() {
- cd $_pipname-$pkgver
- python setup.py build
-}
-
-package() {
- cd $_pipname-$pkgver
- python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-
- 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 1402992,
python-flask-babel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-19 19:13:20 UTC (rev 1402993)
@@ -0,0 +1,29 @@
+# Maintainer: Morten Linderud <[email protected]>
+# Contributor: Antonio Rojas <[email protected]>
+# Contributor: djanku <djanku (at) email (dot) cz>
+
+_pipname=flask-babel
+pkgname=python-flask-babel
+pkgver=3.0.1
+pkgrel=1
+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=('d408cace25514bea8b92e898fd7e55877fbac79b71bc230e266ff515408eba38')
+
+build() {
+ cd ${_pipname/-/_}-$pkgver
+ python setup.py build
+}
+
+package() {
+ cd ${_pipname/-/_}-$pkgver
+ python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+
+ mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+ install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}