===> Building for py311-sphinxcontrib-httpdomain-1.8.1 * Building wheel... /opt/pkg/lib/python3.11/site-packages/setuptools/dist.py:806: 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. ******************************************************************************** !! ep.load()(self, ep.name, value) /opt/pkg/lib/python3.11/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel /opt/pkg/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. By 2025-Aug-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! self.finalize_options() running build running build_py creating build/lib/sphinxcontrib copying sphinxcontrib/__init__.py -> build/lib/sphinxcontrib copying sphinxcontrib/httpdomain.py -> build/lib/sphinxcontrib creating build/lib/sphinxcontrib/autohttp copying sphinxcontrib/autohttp/__init__.py -> build/lib/sphinxcontrib/autohttp copying sphinxcontrib/autohttp/bottle.py -> build/lib/sphinxcontrib/autohttp copying sphinxcontrib/autohttp/common.py -> build/lib/sphinxcontrib/autohttp copying sphinxcontrib/autohttp/flask.py -> build/lib/sphinxcontrib/autohttp copying sphinxcontrib/autohttp/flask_base.py -> build/lib/sphinxcontrib/autohttp copying sphinxcontrib/autohttp/flaskqref.py -> build/lib/sphinxcontrib/autohttp copying sphinxcontrib/autohttp/tornado.py -> build/lib/sphinxcontrib/autohttp running egg_info writing sphinxcontrib_httpdomain.egg-info/PKG-INFO writing dependency_links to sphinxcontrib_httpdomain.egg-info/dependency_links.txt writing namespace_packages to sphinxcontrib_httpdomain.egg-info/namespace_packages.txt writing requirements to sphinxcontrib_httpdomain.egg-info/requires.txt writing top-level names to sphinxcontrib_httpdomain.egg-info/top_level.txt reading manifest file 'sphinxcontrib_httpdomain.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README' warning: no files found matching 'CHANGES.*' adding license file 'LICENSE' writing manifest file 'sphinxcontrib_httpdomain.egg-info/SOURCES.txt' /opt/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinxcontrib.locale' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinxcontrib.locale' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinxcontrib.locale' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinxcontrib.locale' to be distributed and are already explicitly excluding 'sphinxcontrib.locale' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinxcontrib.locale.es_ES.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinxcontrib.locale.es_ES.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinxcontrib.locale.es_ES.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinxcontrib.locale.es_ES.LC_MESSAGES' to be distributed and are already explicitly excluding 'sphinxcontrib.locale.es_ES.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinxcontrib.locale.fr_FR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinxcontrib.locale.fr_FR.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinxcontrib.locale.fr_FR.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinxcontrib.locale.fr_FR.LC_MESSAGES' to be distributed and are already explicitly excluding 'sphinxcontrib.locale.fr_FR.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib/sphinxcontrib/locale copying sphinxcontrib/locale/httpdomain.pot -> build/lib/sphinxcontrib/locale creating build/lib/sphinxcontrib/locale/es_ES/LC_MESSAGES copying sphinxcontrib/locale/es_ES/LC_MESSAGES/httpdomain.mo -> build/lib/sphinxcontrib/locale/es_ES/LC_MESSAGES copying sphinxcontrib/locale/es_ES/LC_MESSAGES/httpdomain.po -> build/lib/sphinxcontrib/locale/es_ES/LC_MESSAGES creating build/lib/sphinxcontrib/locale/fr_FR/LC_MESSAGES copying sphinxcontrib/locale/fr_FR/LC_MESSAGES/httpdomain.mo -> build/lib/sphinxcontrib/locale/fr_FR/LC_MESSAGES copying sphinxcontrib/locale/fr_FR/LC_MESSAGES/httpdomain.po -> build/lib/sphinxcontrib/locale/fr_FR/LC_MESSAGES installing to build/bdist.macosx-12.3-arm64/wheel running install running install_lib Skipping installation of build/bdist.macosx-12.3-arm64/wheel/./sphinxcontrib/__init__.py (namespace package) copying sphinxcontrib/httpdomain.py -> build/bdist.macosx-12.3-arm64/wheel/./sphinxcontrib copying sphinxcontrib/autohttp/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./sphinxcontrib/autohttp copying sphinxcontrib/autohttp/bottle.py -> build/bdist.macosx-12.3-arm64/wheel/./sphinxcontrib/autohttp copying sphinxcontrib/autohttp/common.py -> build/bdist.macosx-12.3-arm64/wheel/./sphinxcontrib/autohttp copying sphinxcontrib/autohttp/flask.py -> build/bdist.macosx-12.3-arm64/wheel/./sphinxcontrib/autohttp copying sphinxcontrib/autohttp/flask_base.py -> build/bdist.macosx-12.3-arm64/wheel/./sphinxcontrib/autohttp copying sphinxcontrib/autohttp/flaskqref.py -> build/bdist.macosx-12.3-arm64/wheel/./sphinxcontrib/autohttp copying sphinxcontrib/autohttp/tornado.py -> build/bdist.macosx-12.3-arm64/wheel/./sphinxcontrib/autohttp copying sphinxcontrib/locale/httpdomain.pot -> build/bdist.macosx-12.3-arm64/wheel/./sphinxcontrib/locale copying sphinxcontrib/locale/es_ES/LC_MESSAGES/httpdomain.mo -> build/bdist.macosx-12.3-arm64/wheel/./sphinxcontrib/locale/es_ES/LC_MESSAGES copying sphinxcontrib/locale/es_ES/LC_MESSAGES/httpdomain.po -> build/bdist.macosx-12.3-arm64/wheel/./sphinxcontrib/locale/es_ES/LC_MESSAGES copying sphinxcontrib/locale/fr_FR/LC_MESSAGES/httpdomain.mo -> build/bdist.macosx-12.3-arm64/wheel/./sphinxcontrib/locale/fr_FR/LC_MESSAGES copying sphinxcontrib/locale/fr_FR/LC_MESSAGES/httpdomain.po -> build/bdist.macosx-12.3-arm64/wheel/./sphinxcontrib/locale/fr_FR/LC_MESSAGES running install_egg_info Copying sphinxcontrib_httpdomain.egg-info to build/bdist.macosx-12.3-arm64/wheel/./sphinxcontrib_httpdomain-1.8.1-py3.11.egg-info Installing build/bdist.macosx-12.3-arm64/wheel/./sphinxcontrib_httpdomain-1.8.1-py3.11-nspkg.pth running install_scripts creating build/bdist.macosx-12.3-arm64/wheel/sphinxcontrib_httpdomain-1.8.1.dist-info/WHEEL creating '/Users/pbulk/build/textproc/py-sphinxcontrib-httpdomain/work/sphinxcontrib-httpdomain-1.8.1/dist/.tmp-ex4edhsq/sphinxcontrib_httpdomain-1.8.1-py2.py3-none-any.whl' and adding 'build/bdist.macosx-12.3-arm64/wheel' to it adding 'sphinxcontrib_httpdomain-1.8.1-py3.11-nspkg.pth' adding 'sphinxcontrib/httpdomain.py' adding 'sphinxcontrib/autohttp/__init__.py' adding 'sphinxcontrib/autohttp/bottle.py' adding 'sphinxcontrib/autohttp/common.py' adding 'sphinxcontrib/autohttp/flask.py' adding 'sphinxcontrib/autohttp/flask_base.py' adding 'sphinxcontrib/autohttp/flaskqref.py' adding 'sphinxcontrib/autohttp/tornado.py' adding 'sphinxcontrib/locale/httpdomain.pot' adding 'sphinxcontrib/locale/es_ES/LC_MESSAGES/httpdomain.mo' adding 'sphinxcontrib/locale/es_ES/LC_MESSAGES/httpdomain.po' adding 'sphinxcontrib/locale/fr_FR/LC_MESSAGES/httpdomain.mo' adding 'sphinxcontrib/locale/fr_FR/LC_MESSAGES/httpdomain.po' adding 'sphinxcontrib_httpdomain-1.8.1.dist-info/licenses/LICENSE' adding 'sphinxcontrib_httpdomain-1.8.1.dist-info/METADATA' adding 'sphinxcontrib_httpdomain-1.8.1.dist-info/WHEEL' adding 'sphinxcontrib_httpdomain-1.8.1.dist-info/namespace_packages.txt' adding 'sphinxcontrib_httpdomain-1.8.1.dist-info/top_level.txt' adding 'sphinxcontrib_httpdomain-1.8.1.dist-info/RECORD' removing build/bdist.macosx-12.3-arm64/wheel Successfully built sphinxcontrib_httpdomain-1.8.1-py2.py3-none-any.whl