The NetBSD Project

CVS log for pkgsrc/devel/py-flufl.i18n/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / py-flufl.i18n

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Sep 26 07:36:25 2024 UTC (2 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, HEAD
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -4 lines
py-flufl.i18n: fix PLIST for latest pdm

Bump PKGREVISION.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Oct 28 19:57:00 2023 UTC (13 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu May 11 20:42:04 2023 UTC (19 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +7 -1 lines
py-flufl.i18n: fixup wrong WHEEL_INFODIR

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon May 8 20:43:29 2023 UTC (19 months ago) by markd
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -5 lines
py-flufl.i18n: update to 4.1.1

4.1.1 (2022-09-05)
Improvements to the GitLab CI integration.
Several minor updates to work better with the latest pdm.

4.1 (2022-08-25)
The standard substitution pattern now ignores the trailing dot
on $-string placeholders. I.e. $foo. is now recognized as $foo.
Update to pdm 1.3.
Update dependencies.
Make sure the doctest teardown gets run.
Add support for Python 3.11.

4.0 (2022-01-11)
Use modern package management by adopting pdm and pyproject.toml,
and dropping setup.py and setup.cfg.
Build the docs with Python 3.8.
Update to version 3.0 of Sybil.
Adopt the Furo documentation theme.
Use importlib.metadata.version() as a better way to get the package
version number for the documentation.
Drop Python 3.6 support.
Update Windows GitLab runner to include Python 3.10.
Update copyright years.

3.2 (2021-05-29)
Add a py.typed file to satisfy type checkers.
Improve some QA by re-adding diff-cover, Gitlab SAST during CI, and
testing on Python 3.10 beta (except for Windows)
The master branch is renamed to main.

3.1.5 (2021-02-14)
I blue it!

3.1.4 (2021-01-01)
Update copyright years.
Include test/__init__.py and docs/__init__.py

3.1.3 (2020-10-22)
Rename top-level tests/ directory to test/

3.1.2 (2020-10-21)
Small documentation fix.

3.1.1 (2020-10-21)
Fix the site-packages pollution.

3.1 (2020-10-20)
Improve the documentation.
Reorganized docs and tests out of the code directory.
Fix the Windows CI job.

3.0.1 (2020-07-28)
Fix pytest 6.0.0 compatibility
Add CI for Python 3.9 on Windows

3.0 (2020-07-12)
Drop support for Python 3.4 and 3.5. Add support for Python 3.9.
Translator.catalog property is now exposed.
New abstract classes for defining the types in this library:
TranslationContextManager, RuntimeTranslator, TranslationStrategy
When expand() gets an exception, the original exception is re-raised. This
used to inadvertently return None.
Add type annotations and API reference documentation.
Other internal improvements.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:53:06 2022 UTC (2 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Sep 2 13:33:23 2019 UTC (5 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Rewrite PYTHON_VERSIONS_ACCEPTED to PYTHON_VERSIONS_INCOMPATIBLE

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Apr 26 12:44:43 2019 UTC (5 years, 7 months ago) by roy
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
More packages wave bye-bye to python34 and python35

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jul 3 05:03:11 2018 UTC (6 years, 5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
extend PYTHON_VERSIONS_ for Python 3.7

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri May 18 13:07:38 2018 UTC (6 years, 6 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -3 lines
devel/py-flufl.i18n: Update to 2.0.1.

2.0.1 (2017-11-14)
- Restore Python 3.4 support.

2.0 (2017-07-24)
- Add _.defer_translation() context manager for marking, but not
  translating a string at the point of use.
- Drop Python 2, 3.3, and 3.4 compatibility; add Python 3.5 and 3.6.
- Switch to the Apache License Version 2.0
- Use flufl.testing for nose2 and flake8 plugins.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Apr 25 20:19:28 2017 UTC (7 years, 7 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Import flufl.i18n 1.1.3 as devel/py-flufl.i18n.

The ``flufl.i18n`` library provides a convenient API for managing
translation contexts in Python applications. It provides facilities
not only for single-context applications like command line scripts,
but also more sophisticated management of multiple-context applications
such as Internet servers.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>