Package Details: python-flask-babelex 0.9.4-9

Git Clone URL: https://aur.archlinux.org/python-flask-babelex.git (read-only, click to copy)
Package Base: python-flask-babelex
Description: Adds i18n/l10n support to Flask applications
Upstream URL: https://github.com/mrjoes/flask-babelex
Licenses: BSD
Submitter: carsme
Maintainer: None
Last Packager: carsme
Votes: 0
Popularity: 0.000000
First Submitted: 2024-12-25 12:53 (UTC)
Last Updated: 2024-12-25 12:53 (UTC)

Latest Comments

Weby commented on 2025-01-02 12:10 (UTC)

This fails to build with python 3.13.1


__________________________________________________ ERROR collecting tests/tests.py __________________________________________________
ImportError while importing test module '/home/build/.cache/yay/python-flask-babelex/src/flask-babelex-0.9.4/tests/tests.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/tests.py:12: in <module>
    import flask_babelex as babel
flask_babelex/__init__.py:20: in <module>
    from flask import _request_ctx_stack
E   ImportError: cannot import name '_request_ctx_stack' from 'flask' (/usr/lib/python3.13/site-packages/flask/__init__.py)