pkgsrc/www/py-genshi/PLIST
adam 90da9c3d2d py-genshi: updated to 0.7.7
Version 0.7.7
* Declared setuptools as the build backend
* Fixed deprecation warnings caused by escape sequences in regex pattern
  strings

Version 0.7.6
* Added support for Python 3.10 and 3.11
* Replaced assertEquals with assertEqual. assertEquals was deprecated in
  Python 3.2.
* Removed used of element.getchildren() which has been removed from the Python
  standard library elementtree in Python 3.9.
* Added support for Python 3.10 by using CodeType.replace in
  `build_code_chunk` to make code object updates more robust against changes
  in CodeType.
* Moved tests and releases workflows to GitHub Actions
* Fixed reference leak in Markup.join C implementation.
* Sort directives only by directive index. Previously they were sorted by the
  class, namespace and arguments of the directives. This was acceptable in
  Python 2, but is a bug in Python 3 since some the arguments may not be
  comparable.
* Add support for msgctxt to i18n.
* Implemented skipping of empty attributes during translation to match the
  behaviour during translation extraction (i.e. don't try to translate empty
  strings that are not extracted).
* Ported setuptools options to declarative config in setup.cfg.
* Removed used of deprecated setuptools Feature in setup.py.
2022-04-27 11:52:50 +00:00

147 lines
5.9 KiB
Text

@comment $NetBSD: PLIST,v 1.8 2022/04/27 11:52:50 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/genshi/__init__.py
${PYSITELIB}/genshi/__init__.pyc
${PYSITELIB}/genshi/__init__.pyo
${PLIST.py3x}${PYSITELIB}/genshi/_speedups.c
${PYSITELIB}/genshi/_speedups.so
${PYSITELIB}/genshi/builder.py
${PYSITELIB}/genshi/builder.pyc
${PYSITELIB}/genshi/builder.pyo
${PYSITELIB}/genshi/compat.py
${PYSITELIB}/genshi/compat.pyc
${PYSITELIB}/genshi/compat.pyo
${PYSITELIB}/genshi/core.py
${PYSITELIB}/genshi/core.pyc
${PYSITELIB}/genshi/core.pyo
${PYSITELIB}/genshi/filters/__init__.py
${PYSITELIB}/genshi/filters/__init__.pyc
${PYSITELIB}/genshi/filters/__init__.pyo
${PYSITELIB}/genshi/filters/html.py
${PYSITELIB}/genshi/filters/html.pyc
${PYSITELIB}/genshi/filters/html.pyo
${PYSITELIB}/genshi/filters/i18n.py
${PYSITELIB}/genshi/filters/i18n.pyc
${PYSITELIB}/genshi/filters/i18n.pyo
${PYSITELIB}/genshi/filters/tests/__init__.py
${PYSITELIB}/genshi/filters/tests/__init__.pyc
${PYSITELIB}/genshi/filters/tests/__init__.pyo
${PYSITELIB}/genshi/filters/tests/i18n.py
${PYSITELIB}/genshi/filters/tests/i18n.pyc
${PYSITELIB}/genshi/filters/tests/i18n.pyo
${PYSITELIB}/genshi/filters/tests/test_html.py
${PYSITELIB}/genshi/filters/tests/test_html.pyc
${PYSITELIB}/genshi/filters/tests/test_html.pyo
${PYSITELIB}/genshi/filters/tests/transform.py
${PYSITELIB}/genshi/filters/tests/transform.pyc
${PYSITELIB}/genshi/filters/tests/transform.pyo
${PYSITELIB}/genshi/filters/transform.py
${PYSITELIB}/genshi/filters/transform.pyc
${PYSITELIB}/genshi/filters/transform.pyo
${PYSITELIB}/genshi/input.py
${PYSITELIB}/genshi/input.pyc
${PYSITELIB}/genshi/input.pyo
${PYSITELIB}/genshi/output.py
${PYSITELIB}/genshi/output.pyc
${PYSITELIB}/genshi/output.pyo
${PYSITELIB}/genshi/path.py
${PYSITELIB}/genshi/path.pyc
${PYSITELIB}/genshi/path.pyo
${PYSITELIB}/genshi/template/__init__.py
${PYSITELIB}/genshi/template/__init__.pyc
${PYSITELIB}/genshi/template/__init__.pyo
${PYSITELIB}/genshi/template/astutil.py
${PYSITELIB}/genshi/template/astutil.pyc
${PYSITELIB}/genshi/template/astutil.pyo
${PYSITELIB}/genshi/template/base.py
${PYSITELIB}/genshi/template/base.pyc
${PYSITELIB}/genshi/template/base.pyo
${PYSITELIB}/genshi/template/directives.py
${PYSITELIB}/genshi/template/directives.pyc
${PYSITELIB}/genshi/template/directives.pyo
${PYSITELIB}/genshi/template/eval.py
${PYSITELIB}/genshi/template/eval.pyc
${PYSITELIB}/genshi/template/eval.pyo
${PYSITELIB}/genshi/template/interpolation.py
${PYSITELIB}/genshi/template/interpolation.pyc
${PYSITELIB}/genshi/template/interpolation.pyo
${PYSITELIB}/genshi/template/loader.py
${PYSITELIB}/genshi/template/loader.pyc
${PYSITELIB}/genshi/template/loader.pyo
${PYSITELIB}/genshi/template/markup.py
${PYSITELIB}/genshi/template/markup.pyc
${PYSITELIB}/genshi/template/markup.pyo
${PYSITELIB}/genshi/template/plugin.py
${PYSITELIB}/genshi/template/plugin.pyc
${PYSITELIB}/genshi/template/plugin.pyo
${PYSITELIB}/genshi/template/tests/__init__.py
${PYSITELIB}/genshi/template/tests/__init__.pyc
${PYSITELIB}/genshi/template/tests/__init__.pyo
${PYSITELIB}/genshi/template/tests/base.py
${PYSITELIB}/genshi/template/tests/base.pyc
${PYSITELIB}/genshi/template/tests/base.pyo
${PYSITELIB}/genshi/template/tests/directives.py
${PYSITELIB}/genshi/template/tests/directives.pyc
${PYSITELIB}/genshi/template/tests/directives.pyo
${PYSITELIB}/genshi/template/tests/eval.py
${PYSITELIB}/genshi/template/tests/eval.pyc
${PYSITELIB}/genshi/template/tests/eval.pyo
${PYSITELIB}/genshi/template/tests/interpolation.py
${PYSITELIB}/genshi/template/tests/interpolation.pyc
${PYSITELIB}/genshi/template/tests/interpolation.pyo
${PYSITELIB}/genshi/template/tests/loader.py
${PYSITELIB}/genshi/template/tests/loader.pyc
${PYSITELIB}/genshi/template/tests/loader.pyo
${PYSITELIB}/genshi/template/tests/markup.py
${PYSITELIB}/genshi/template/tests/markup.pyc
${PYSITELIB}/genshi/template/tests/markup.pyo
${PYSITELIB}/genshi/template/tests/plugin.py
${PYSITELIB}/genshi/template/tests/plugin.pyc
${PYSITELIB}/genshi/template/tests/plugin.pyo
${PYSITELIB}/genshi/template/tests/templates/__init__.py
${PYSITELIB}/genshi/template/tests/templates/__init__.pyc
${PYSITELIB}/genshi/template/tests/templates/__init__.pyo
${PLIST.py3x}${PYSITELIB}/genshi/template/tests/templates/functions.html
${PLIST.py3x}${PYSITELIB}/genshi/template/tests/templates/functions.txt
${PLIST.py3x}${PYSITELIB}/genshi/template/tests/templates/new_syntax.txt
${PLIST.py3x}${PYSITELIB}/genshi/template/tests/templates/test.html
${PLIST.py3x}${PYSITELIB}/genshi/template/tests/templates/test.txt
${PLIST.py3x}${PYSITELIB}/genshi/template/tests/templates/test_no_doctype.html
${PYSITELIB}/genshi/template/tests/text.py
${PYSITELIB}/genshi/template/tests/text.pyc
${PYSITELIB}/genshi/template/tests/text.pyo
${PYSITELIB}/genshi/template/text.py
${PYSITELIB}/genshi/template/text.pyc
${PYSITELIB}/genshi/template/text.pyo
${PYSITELIB}/genshi/tests/__init__.py
${PYSITELIB}/genshi/tests/__init__.pyc
${PYSITELIB}/genshi/tests/__init__.pyo
${PYSITELIB}/genshi/tests/builder.py
${PYSITELIB}/genshi/tests/builder.pyc
${PYSITELIB}/genshi/tests/builder.pyo
${PYSITELIB}/genshi/tests/core.py
${PYSITELIB}/genshi/tests/core.pyc
${PYSITELIB}/genshi/tests/core.pyo
${PYSITELIB}/genshi/tests/input.py
${PYSITELIB}/genshi/tests/input.pyc
${PYSITELIB}/genshi/tests/input.pyo
${PYSITELIB}/genshi/tests/output.py
${PYSITELIB}/genshi/tests/output.pyc
${PYSITELIB}/genshi/tests/output.pyo
${PYSITELIB}/genshi/tests/path.py
${PYSITELIB}/genshi/tests/path.pyc
${PYSITELIB}/genshi/tests/path.pyo
${PYSITELIB}/genshi/tests/test_utils.py
${PYSITELIB}/genshi/tests/test_utils.pyc
${PYSITELIB}/genshi/tests/test_utils.pyo
${PYSITELIB}/genshi/tests/util.py
${PYSITELIB}/genshi/tests/util.pyc
${PYSITELIB}/genshi/tests/util.pyo
${PYSITELIB}/genshi/util.py
${PYSITELIB}/genshi/util.pyc
${PYSITELIB}/genshi/util.pyo