[Bug 242616] [NEW PORT] www/py-flask-babelex: Adds i18n/l10n support to Flask applications
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jan 11 11:23:20 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242616
Kubilay Kocak <koobs at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[NEW PORT] |[NEW PORT]
|www/py-flask-babelex: |www/py-flask-babelex: Adds
|i18n/l10n support to Flask |i18n/l10n support to Flask
|applications with the help |applications
|of the Babel library |
--- Comment #3 from Kubilay Kocak <koobs at FreeBSD.org> ---
Review items (already fixed locally):
- COMMENT should match setup.py:description (modulo portlint compliance)
- setup.py:*_requires declares version requirements, match these as closely as
possible, given our *_DEPENDS syntax:
install_requires=[
'Flask',
'Babel>=1.0',
'speaklater>=1.2',
'Jinja2>=2.5'
],
- Port Makefile calls pytest but doesn't TEST_DEPEND on pytest
- Doesn't appear project requires pytest (calls `python tests.py` [1])
- Add comments to patches wherever possible, ideally including upstream
issue/PR/commit urls where applicable
[1] Makefile: @cd tests; python tests.py
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list