mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 09:31:20 +00:00
python-flask-babel: Update to 3.1.0
The package changed to the poetry-core build backend.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit c579a4ab0e)
This commit is contained in:
@@ -8,16 +8,19 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-flask-babel
|
||||
PKG_VERSION:=2.0.0
|
||||
PKG_VERSION:=3.1.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=Flask-Babel
|
||||
PKG_HASH:=f9faf45cdb2e1a32ea2ec14403587d4295108f35017a7821a2b1acb8cfd9257d
|
||||
PYPI_NAME:=flask-babel
|
||||
PYPI_SOURCE_NAME:=flask_babel
|
||||
PKG_HASH:=be015772c5d7f046f3b99c508dcf618636eb93d21b713b356db79f3e79f69f39
|
||||
|
||||
PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
PKG_BUILD_DEPENDS:=python-poetry-core/host
|
||||
|
||||
include ../pypi.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include ../python3-package.mk
|
||||
@@ -26,7 +29,7 @@ define Package/python3-flask-babel
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
SUBMENU:=Python
|
||||
TITLE:=Flask Babel
|
||||
TITLE:=i18n/l10n support for Flask applications
|
||||
URL:=https://github.com/python-babel/flask-babel
|
||||
DEPENDS:= \
|
||||
+python3-light \
|
||||
|
||||
Reference in New Issue
Block a user