=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/py-gi-docgen", "all", "PYTHON_VERSION_REQD=311", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for py311-gi-docgen-2026.1 * Building wheel... /opt/local/lib/python3.11/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software License License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel /opt/local/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:119: 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. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() running build running build_py creating build/lib/gidocgen copying gidocgen/__init__.py -> build/lib/gidocgen copying gidocgen/config.py -> build/lib/gidocgen copying gidocgen/core.py -> build/lib/gidocgen copying gidocgen/gdcheck.py -> build/lib/gidocgen copying gidocgen/gdgendeps.py -> build/lib/gidocgen copying gidocgen/gdgenerate.py -> build/lib/gidocgen copying gidocgen/gdgenindices.py -> build/lib/gidocgen copying gidocgen/gdindex.py -> build/lib/gidocgen copying gidocgen/gdsearch.py -> build/lib/gidocgen copying gidocgen/gdserver.py -> build/lib/gidocgen copying gidocgen/gidocmain.py -> build/lib/gidocgen copying gidocgen/log.py -> build/lib/gidocgen copying gidocgen/mdext.py -> build/lib/gidocgen copying gidocgen/utils.py -> build/lib/gidocgen creating build/lib/gidocgen/gir copying gidocgen/gir/__init__.py -> build/lib/gidocgen/gir copying gidocgen/gir/ast.py -> build/lib/gidocgen/gir copying gidocgen/gir/parser.py -> build/lib/gidocgen/gir running egg_info writing gi_docgen.egg-info/PKG-INFO writing dependency_links to gi_docgen.egg-info/dependency_links.txt writing entry points to gi_docgen.egg-info/entry_points.txt writing requirements to gi_docgen.egg-info/requires.txt writing top-level names to gi_docgen.egg-info/top_level.txt reading manifest file 'gi_docgen.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '.reuse/dep5' adding license file 'LICENSES/Apache-2.0.txt' adding license file 'LICENSES/GPL-3.0-or-later.txt' writing manifest file 'gi_docgen.egg-info/SOURCES.txt' /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'gidocgen.templates.basic' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'gidocgen.templates.basic' 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 'gidocgen.templates.basic' 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 'gidocgen.templates.basic' to be distributed and are already explicitly excluding 'gidocgen.templates.basic' 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) copying gidocgen/py.typed -> build/lib/gidocgen creating build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatDisplay-Black.woff -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatDisplay-Black.woff2 -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatDisplay-BlackItalic.woff -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatDisplay-BlackItalic.woff2 -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatDisplay-Bold.woff -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatDisplay-Bold.woff2 -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatDisplay-BoldItalic.woff -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatDisplay-BoldItalic.woff2 -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatDisplay-Italic.woff -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatDisplay-Italic.woff2 -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatDisplay-Medium.woff -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatDisplay-Medium.woff2 -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatDisplay-MediumItalic.woff -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatDisplay-MediumItalic.woff2 -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatDisplay-Regular.woff -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatDisplay-Regular.woff2 -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatText-Bold.woff -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatText-Bold.woff2 -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatText-BoldItalic.woff -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatText-BoldItalic.woff2 -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatText-Italic.woff -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatText-Italic.woff2 -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatText-Medium.woff -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatText-Medium.woff2 -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatText-MediumItalic.woff -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatText-MediumItalic.woff2 -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatText-Regular.woff -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/RedHatText-Regular.woff2 -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/SourceCodePro-It.ttf.woff -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/SourceCodePro-Regular.ttf.woff -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/SourceCodePro-Semibold.ttf.woff -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/base.html -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/basic.toml -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/class.html -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/class_method.html -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/constant.html -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/content.html -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/ctor.html -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/enum.html -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/fonts.css -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/function.html -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/fzy.js -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/go-up-symbolic.png -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/interface.html -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/main.js -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/method.html -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/namespace.html -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/property.html -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/search.js -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/signal.html -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/solarized-dark.css -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/solarized-light.css -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/struct.html -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/style.css -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/type_func.html -> build/lib/gidocgen/templates/basic copying gidocgen/templates/basic/vfunc.html -> build/lib/gidocgen/templates/basic installing to build/bdist.solaris-2.11-i86pc.64bit/wheel running install running install_lib creating build/bdist.solaris-2.11-i86pc.64bit/wheel creating build/bdist.solaris-2.11-i86pc.64bit/wheel/gidocgen copying build/lib/gidocgen/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen copying build/lib/gidocgen/config.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen copying build/lib/gidocgen/core.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen copying build/lib/gidocgen/gdcheck.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen copying build/lib/gidocgen/gdgendeps.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen copying build/lib/gidocgen/gdgenerate.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen copying build/lib/gidocgen/gdgenindices.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen copying build/lib/gidocgen/gdindex.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen copying build/lib/gidocgen/gdsearch.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen copying build/lib/gidocgen/gdserver.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen copying build/lib/gidocgen/gidocmain.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen copying build/lib/gidocgen/log.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen copying build/lib/gidocgen/mdext.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen copying build/lib/gidocgen/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen creating build/bdist.solaris-2.11-i86pc.64bit/wheel/gidocgen/gir copying build/lib/gidocgen/gir/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/gir copying build/lib/gidocgen/gir/ast.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/gir copying build/lib/gidocgen/gir/parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/gir copying build/lib/gidocgen/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen creating build/bdist.solaris-2.11-i86pc.64bit/wheel/gidocgen/templates creating build/bdist.solaris-2.11-i86pc.64bit/wheel/gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatDisplay-Black.woff -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatDisplay-Black.woff2 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatDisplay-BlackItalic.woff -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatDisplay-BlackItalic.woff2 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatDisplay-Bold.woff -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatDisplay-Bold.woff2 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatDisplay-BoldItalic.woff -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatDisplay-BoldItalic.woff2 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatDisplay-Italic.woff -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatDisplay-Italic.woff2 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatDisplay-Medium.woff -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatDisplay-Medium.woff2 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatDisplay-MediumItalic.woff -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatDisplay-MediumItalic.woff2 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatDisplay-Regular.woff -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatDisplay-Regular.woff2 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatText-Bold.woff -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatText-Bold.woff2 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatText-BoldItalic.woff -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatText-BoldItalic.woff2 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatText-Italic.woff -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatText-Italic.woff2 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatText-Medium.woff -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatText-Medium.woff2 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatText-MediumItalic.woff -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatText-MediumItalic.woff2 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatText-Regular.woff -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/RedHatText-Regular.woff2 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/SourceCodePro-It.ttf.woff -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/SourceCodePro-Regular.ttf.woff -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/SourceCodePro-Semibold.ttf.woff -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/base.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/basic.toml -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/class.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/class_method.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/constant.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/content.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/ctor.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/enum.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/fonts.css -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/function.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/fzy.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/go-up-symbolic.png -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/interface.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/main.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/method.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/namespace.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/property.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/search.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/signal.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/solarized-dark.css -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/solarized-light.css -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/struct.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/style.css -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/type_func.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic copying build/lib/gidocgen/templates/basic/vfunc.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./gidocgen/templates/basic running install_data creating build/bdist.solaris-2.11-i86pc.64bit/wheel/gi_docgen-2026.1.data/data creating build/bdist.solaris-2.11-i86pc.64bit/wheel/gi_docgen-2026.1.data/data/share/pkgconfig copying gi-docgen.pc -> build/bdist.solaris-2.11-i86pc.64bit/wheel/gi_docgen-2026.1.data/data/share/pkgconfig creating build/bdist.solaris-2.11-i86pc.64bit/wheel/gi_docgen-2026.1.data/data/man/man1 copying docs/gi-docgen.1 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/gi_docgen-2026.1.data/data/man/man1 running install_egg_info Copying gi_docgen.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./gi_docgen-2026.1-py3.11.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/gi_docgen-2026.1.dist-info/WHEEL creating '/tmp/work/devel/py-gi-docgen/work/gi_docgen-2026.1/dist/.tmp-gug330zj/gi_docgen-2026.1-py2.py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding 'gi_docgen-2026.1.data/data/man/man1/gi-docgen.1' adding 'gi_docgen-2026.1.data/data/share/pkgconfig/gi-docgen.pc' adding 'gi_docgen-2026.1.dist-info/licenses/LICENSES/Apache-2.0.txt' adding 'gi_docgen-2026.1.dist-info/licenses/LICENSES/GPL-3.0-or-later.txt' adding 'gidocgen/__init__.py' adding 'gidocgen/config.py' adding 'gidocgen/core.py' adding 'gidocgen/gdcheck.py' adding 'gidocgen/gdgendeps.py' adding 'gidocgen/gdgenerate.py' adding 'gidocgen/gdgenindices.py' adding 'gidocgen/gdindex.py' adding 'gidocgen/gdsearch.py' adding 'gidocgen/gdserver.py' adding 'gidocgen/gidocmain.py' adding 'gidocgen/log.py' adding 'gidocgen/mdext.py' adding 'gidocgen/py.typed' adding 'gidocgen/utils.py' adding 'gidocgen/gir/__init__.py' adding 'gidocgen/gir/ast.py' adding 'gidocgen/gir/parser.py' adding 'gidocgen/templates/basic/RedHatDisplay-Black.woff' adding 'gidocgen/templates/basic/RedHatDisplay-Black.woff2' adding 'gidocgen/templates/basic/RedHatDisplay-BlackItalic.woff' adding 'gidocgen/templates/basic/RedHatDisplay-BlackItalic.woff2' adding 'gidocgen/templates/basic/RedHatDisplay-Bold.woff' adding 'gidocgen/templates/basic/RedHatDisplay-Bold.woff2' adding 'gidocgen/templates/basic/RedHatDisplay-BoldItalic.woff' adding 'gidocgen/templates/basic/RedHatDisplay-BoldItalic.woff2' adding 'gidocgen/templates/basic/RedHatDisplay-Italic.woff' adding 'gidocgen/templates/basic/RedHatDisplay-Italic.woff2' adding 'gidocgen/templates/basic/RedHatDisplay-Medium.woff' adding 'gidocgen/templates/basic/RedHatDisplay-Medium.woff2' adding 'gidocgen/templates/basic/RedHatDisplay-MediumItalic.woff' adding 'gidocgen/templates/basic/RedHatDisplay-MediumItalic.woff2' adding 'gidocgen/templates/basic/RedHatDisplay-Regular.woff' adding 'gidocgen/templates/basic/RedHatDisplay-Regular.woff2' adding 'gidocgen/templates/basic/RedHatText-Bold.woff' adding 'gidocgen/templates/basic/RedHatText-Bold.woff2' adding 'gidocgen/templates/basic/RedHatText-BoldItalic.woff' adding 'gidocgen/templates/basic/RedHatText-BoldItalic.woff2' adding 'gidocgen/templates/basic/RedHatText-Italic.woff' adding 'gidocgen/templates/basic/RedHatText-Italic.woff2' adding 'gidocgen/templates/basic/RedHatText-Medium.woff' adding 'gidocgen/templates/basic/RedHatText-Medium.woff2' adding 'gidocgen/templates/basic/RedHatText-MediumItalic.woff' adding 'gidocgen/templates/basic/RedHatText-MediumItalic.woff2' adding 'gidocgen/templates/basic/RedHatText-Regular.woff' adding 'gidocgen/templates/basic/RedHatText-Regular.woff2' adding 'gidocgen/templates/basic/SourceCodePro-It.ttf.woff' adding 'gidocgen/templates/basic/SourceCodePro-Regular.ttf.woff' adding 'gidocgen/templates/basic/SourceCodePro-Semibold.ttf.woff' adding 'gidocgen/templates/basic/base.html' adding 'gidocgen/templates/basic/basic.toml' adding 'gidocgen/templates/basic/class.html' adding 'gidocgen/templates/basic/class_method.html' adding 'gidocgen/templates/basic/constant.html' adding 'gidocgen/templates/basic/content.html' adding 'gidocgen/templates/basic/ctor.html' adding 'gidocgen/templates/basic/enum.html' adding 'gidocgen/templates/basic/fonts.css' adding 'gidocgen/templates/basic/function.html' adding 'gidocgen/templates/basic/fzy.js' adding 'gidocgen/templates/basic/go-up-symbolic.png' adding 'gidocgen/templates/basic/interface.html' adding 'gidocgen/templates/basic/main.js' adding 'gidocgen/templates/basic/method.html' adding 'gidocgen/templates/basic/namespace.html' adding 'gidocgen/templates/basic/property.html' adding 'gidocgen/templates/basic/search.js' adding 'gidocgen/templates/basic/signal.html' adding 'gidocgen/templates/basic/solarized-dark.css' adding 'gidocgen/templates/basic/solarized-light.css' adding 'gidocgen/templates/basic/struct.html' adding 'gidocgen/templates/basic/style.css' adding 'gidocgen/templates/basic/type_func.html' adding 'gidocgen/templates/basic/vfunc.html' adding 'gi_docgen-2026.1.dist-info/METADATA' adding 'gi_docgen-2026.1.dist-info/WHEEL' adding 'gi_docgen-2026.1.dist-info/entry_points.txt' adding 'gi_docgen-2026.1.dist-info/top_level.txt' adding 'gi_docgen-2026.1.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built gi_docgen-2026.1-py2.py3-none-any.whl