pkgsrc/textproc/py-sphinx-autoapi/PLIST
adam 93a2707ecc py-sphinx-autoapi: updated to 1.8.0
v1.8.0 (2021-04-12)
-------------------

Features
* Expandable value for multi-line string attributes.
* Can resolve the qualified paths of parameters to generics.
* Warnings have been categorised and can be suppressed through ``suppress_warnings``.
* Data attributes are documentated in module summaries.

Bug Fixes
* Fixed setting ``autodoc_typehints`` to ``none`` or ``description``
  not turning off signature type hints.
  ``autodoc_typehints`` integration is consisidered experimental until
  the extension properly supports overload functions.
* Fixed data annotations causing pickle or deepcopy errors.
* Documentation can be generated when multiple source directories
  share a single ``conf.py`` file.

Trivial/Internal Changes
* Fixed ``DeprecationWarning`` for invalid escape sequence ``\s`` in tests.
* Fixed ``FutureWarning`` for ``Node.traverse()`` becoming an iterator instead of list.
* New example implementation of ``autoapi-skip-member`` Sphinx event.
* Can run tests with tox 4.
* Updated packaging to use PEP-517.
* All unittest style tests have been converted to pytest style tests.
* An exception raised by docfx is raised directly instead of wrapping it.
* Started using Github Actions for continuous integration.
2021-04-16 06:02:44 +00:00

96 lines
4.1 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2021/04/16 06:02:44 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/autoapi/__init__.py
${PYSITELIB}/autoapi/__init__.pyc
${PYSITELIB}/autoapi/__init__.pyo
${PYSITELIB}/autoapi/backends.py
${PYSITELIB}/autoapi/backends.pyc
${PYSITELIB}/autoapi/backends.pyo
${PYSITELIB}/autoapi/directives.py
${PYSITELIB}/autoapi/directives.pyc
${PYSITELIB}/autoapi/directives.pyo
${PYSITELIB}/autoapi/documenters.py
${PYSITELIB}/autoapi/documenters.pyc
${PYSITELIB}/autoapi/documenters.pyo
${PYSITELIB}/autoapi/extension.py
${PYSITELIB}/autoapi/extension.pyc
${PYSITELIB}/autoapi/extension.pyo
${PYSITELIB}/autoapi/inheritance_diagrams.py
${PYSITELIB}/autoapi/inheritance_diagrams.pyc
${PYSITELIB}/autoapi/inheritance_diagrams.pyo
${PYSITELIB}/autoapi/mappers/__init__.py
${PYSITELIB}/autoapi/mappers/__init__.pyc
${PYSITELIB}/autoapi/mappers/__init__.pyo
${PYSITELIB}/autoapi/mappers/base.py
${PYSITELIB}/autoapi/mappers/base.pyc
${PYSITELIB}/autoapi/mappers/base.pyo
${PYSITELIB}/autoapi/mappers/dotnet.py
${PYSITELIB}/autoapi/mappers/dotnet.pyc
${PYSITELIB}/autoapi/mappers/dotnet.pyo
${PYSITELIB}/autoapi/mappers/go.py
${PYSITELIB}/autoapi/mappers/go.pyc
${PYSITELIB}/autoapi/mappers/go.pyo
${PYSITELIB}/autoapi/mappers/javascript.py
${PYSITELIB}/autoapi/mappers/javascript.pyc
${PYSITELIB}/autoapi/mappers/javascript.pyo
${PYSITELIB}/autoapi/mappers/python/__init__.py
${PYSITELIB}/autoapi/mappers/python/__init__.pyc
${PYSITELIB}/autoapi/mappers/python/__init__.pyo
${PYSITELIB}/autoapi/mappers/python/astroid_utils.py
${PYSITELIB}/autoapi/mappers/python/astroid_utils.pyc
${PYSITELIB}/autoapi/mappers/python/astroid_utils.pyo
${PYSITELIB}/autoapi/mappers/python/mapper.py
${PYSITELIB}/autoapi/mappers/python/mapper.pyc
${PYSITELIB}/autoapi/mappers/python/mapper.pyo
${PYSITELIB}/autoapi/mappers/python/objects.py
${PYSITELIB}/autoapi/mappers/python/objects.pyc
${PYSITELIB}/autoapi/mappers/python/objects.pyo
${PYSITELIB}/autoapi/mappers/python/parser.py
${PYSITELIB}/autoapi/mappers/python/parser.pyc
${PYSITELIB}/autoapi/mappers/python/parser.pyo
${PYSITELIB}/autoapi/settings.py
${PYSITELIB}/autoapi/settings.pyc
${PYSITELIB}/autoapi/settings.pyo
${PYSITELIB}/autoapi/templates/base/base.rst
${PYSITELIB}/autoapi/templates/dotnet/base_detail.rst
${PYSITELIB}/autoapi/templates/dotnet/base_embed.rst
${PYSITELIB}/autoapi/templates/dotnet/base_list.rst
${PYSITELIB}/autoapi/templates/dotnet/class.rst
${PYSITELIB}/autoapi/templates/dotnet/constructor.rst
${PYSITELIB}/autoapi/templates/dotnet/delegate.rst
${PYSITELIB}/autoapi/templates/dotnet/enum.rst
${PYSITELIB}/autoapi/templates/dotnet/event.rst
${PYSITELIB}/autoapi/templates/dotnet/field.rst
${PYSITELIB}/autoapi/templates/dotnet/interface.rst
${PYSITELIB}/autoapi/templates/dotnet/method.rst
${PYSITELIB}/autoapi/templates/dotnet/namespace.rst
${PYSITELIB}/autoapi/templates/dotnet/operator.rst
${PYSITELIB}/autoapi/templates/dotnet/property.rst
${PYSITELIB}/autoapi/templates/dotnet/struct.rst
${PYSITELIB}/autoapi/templates/go/base_member.rst
${PYSITELIB}/autoapi/templates/go/const.rst
${PYSITELIB}/autoapi/templates/go/func.rst
${PYSITELIB}/autoapi/templates/go/method.rst
${PYSITELIB}/autoapi/templates/go/package.rst
${PYSITELIB}/autoapi/templates/go/type.rst
${PYSITELIB}/autoapi/templates/go/var.rst
${PYSITELIB}/autoapi/templates/index.rst
${PYSITELIB}/autoapi/templates/javascript/class.rst
${PYSITELIB}/autoapi/templates/javascript/function.rst
${PYSITELIB}/autoapi/templates/javascript/member.rst
${PYSITELIB}/autoapi/templates/javascript/module.rst
${PYSITELIB}/autoapi/templates/python/attribute.rst
${PYSITELIB}/autoapi/templates/python/class.rst
${PYSITELIB}/autoapi/templates/python/data.rst
${PYSITELIB}/autoapi/templates/python/exception.rst
${PYSITELIB}/autoapi/templates/python/function.rst
${PYSITELIB}/autoapi/templates/python/method.rst
${PYSITELIB}/autoapi/templates/python/module.rst
${PYSITELIB}/autoapi/templates/python/package.rst
${PYSITELIB}/autoapi/toctree.py
${PYSITELIB}/autoapi/toctree.pyc
${PYSITELIB}/autoapi/toctree.pyo