Package Details: python-sphinxcontrib-napoleon 0.7-5

Git Clone URL: https://aur.archlinux.org/python-sphinxcontrib-napoleon.git (read-only, click to copy)
Package Base: python-sphinxcontrib-napoleon
Description: Sphinx "napoleon" extension.
Upstream URL: https://sphinxcontrib-napoleon.readthedocs.io
Licenses: BSD
Submitter: macdems
Maintainer: macdems
Last Packager: macdems
Votes: 0
Popularity: 0.000000
First Submitted: 2022-01-05 08:37 (UTC)
Last Updated: 2023-07-26 08:04 (UTC)

Latest Comments

macdems commented on 2023-07-26 08:05 (UTC)

Package is updated for Python 3.11 standards.

dreieck commented on 2023-07-25 17:21 (UTC)

You need to switch away from config.py to python-build and python-installer:

/usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!

Also, I get the followin warnings:

!!

        ********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in future
        versions. Please use the underscore name 'description_file' instead.

        By 2023-Sep-26, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3.11/site-packages/setuptools/dist.py:945: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated.
!!

        ********************************************************************************
        Please replace its usage with implicit namespaces (PEP 420).

        See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages for details.
        ********************************************************************************

!!

Regards!