>>> Building on exopi-4 under textproc/py-sphinx_guzzle_theme,python3 BDEPENDS = [devel/py-build,python3;lang/python/3.10;devel/py-installer,python3;devel/py-setuptools,python3;devel/py-wheel,python3] DIST = [textproc/py-sphinx_guzzle_theme,python3:guzzle_sphinx_theme-0.7.11.tar.gz] FULLPKGNAME = py3-sphinx_guzzle_theme-0.7.11p8 RDEPENDS = [textproc/py-sphinx,python3;lang/python/3.10] (Junk lock obtained for exopi-4 at 1713953148.58) >>> Running depends in textproc/py-sphinx_guzzle_theme,python3 at 1713953148.61 last junk was in devel/py-test-filter-subpackage,python3 /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 >>> Running show-prepare-results in textproc/py-sphinx_guzzle_theme,python3 at 1713953150.82 ===> textproc/py-sphinx_guzzle_theme,python3 ===> Building from scratch py3-sphinx_guzzle_theme-0.7.11p8 ===> py3-sphinx_guzzle_theme-0.7.11p8 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> py3-sphinx_guzzle_theme-0.7.11p8 depends on: py3-build-* -> py3-build-1.1.1 ===> py3-sphinx_guzzle_theme-0.7.11p8 depends on: py3-installer-* -> py3-installer-0.7.0 ===> py3-sphinx_guzzle_theme-0.7.11p8 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> py3-sphinx_guzzle_theme-0.7.11p8 depends on: py3-wheel-* -> py3-wheel-0.43.0 py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 (Junk lock released for exopi-4 at 1713953152.41) distfiles size=2548612 >>> Running build in textproc/py-sphinx_guzzle_theme,python3 at 1713953152.43 ===> textproc/py-sphinx_guzzle_theme,python3 ===> Checking files for py3-sphinx_guzzle_theme-0.7.11p8 `/exopi-cvs/ports/distfiles/guzzle_sphinx_theme-0.7.11.tar.gz' is up to date. >> (SHA256) guzzle_sphinx_theme-0.7.11.tar.gz: OK ===> Extracting for py3-sphinx_guzzle_theme-0.7.11p8 ===> Patching for py3-sphinx_guzzle_theme-0.7.11p8 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for py3-sphinx_guzzle_theme-0.7.11p8 ===> Configuring for py3-sphinx_guzzle_theme-0.7.11p8 ===> Building for py3-sphinx_guzzle_theme-0.7.11p8 * Getting build dependencies for wheel... Warning: 'classifiers' should be a list, got type 'tuple' running egg_info writing guzzle_sphinx_theme.egg-info/PKG-INFO writing dependency_links to guzzle_sphinx_theme.egg-info/dependency_links.txt writing requirements to guzzle_sphinx_theme.egg-info/requires.txt writing top-level names to guzzle_sphinx_theme.egg-info/top_level.txt reading manifest file 'guzzle_sphinx_theme.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'guzzle_sphinx_theme.egg-info/SOURCES.txt' * Building wheel... Warning: 'classifiers' should be a list, got type 'tuple' running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/guzzle_sphinx_theme copying guzzle_sphinx_theme/__init__.py -> build/lib/guzzle_sphinx_theme running egg_info writing guzzle_sphinx_theme.egg-info/PKG-INFO writing dependency_links to guzzle_sphinx_theme.egg-info/dependency_links.txt writing requirements to guzzle_sphinx_theme.egg-info/requires.txt writing top-level names to guzzle_sphinx_theme.egg-info/top_level.txt reading manifest file 'guzzle_sphinx_theme.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'guzzle_sphinx_theme.egg-info/SOURCES.txt' /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'guzzle_sphinx_theme.guzzle_sphinx_theme' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'guzzle_sphinx_theme.guzzle_sphinx_theme' 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 'guzzle_sphinx_theme.guzzle_sphinx_theme' 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 'guzzle_sphinx_theme.guzzle_sphinx_theme' to be distributed and are already explicitly excluding 'guzzle_sphinx_theme.guzzle_sphinx_theme' 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) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'guzzle_sphinx_theme.guzzle_sphinx_theme.static' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'guzzle_sphinx_theme.guzzle_sphinx_theme.static' 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 'guzzle_sphinx_theme.guzzle_sphinx_theme.static' 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 'guzzle_sphinx_theme.guzzle_sphinx_theme.static' to be distributed and are already explicitly excluding 'guzzle_sphinx_theme.guzzle_sphinx_theme.static' 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) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'guzzle_sphinx_theme.guzzle_sphinx_theme.static.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'guzzle_sphinx_theme.guzzle_sphinx_theme.static.css' 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 'guzzle_sphinx_theme.guzzle_sphinx_theme.static.css' 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 'guzzle_sphinx_theme.guzzle_sphinx_theme.static.css' to be distributed and are already explicitly excluding 'guzzle_sphinx_theme.guzzle_sphinx_theme.static.css' 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) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'guzzle_sphinx_theme.guzzle_sphinx_theme.static.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'guzzle_sphinx_theme.guzzle_sphinx_theme.static.fonts' 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 'guzzle_sphinx_theme.guzzle_sphinx_theme.static.fonts' 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 'guzzle_sphinx_theme.guzzle_sphinx_theme.static.fonts' to be distributed and are already explicitly excluding 'guzzle_sphinx_theme.guzzle_sphinx_theme.static.fonts' 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) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'guzzle_sphinx_theme.guzzle_sphinx_theme.static.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'guzzle_sphinx_theme.guzzle_sphinx_theme.static.js' 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 'guzzle_sphinx_theme.guzzle_sphinx_theme.static.js' 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 'guzzle_sphinx_theme.guzzle_sphinx_theme.static.js' to be distributed and are already explicitly excluding 'guzzle_sphinx_theme.guzzle_sphinx_theme.static.js' 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/guzzle_sphinx_theme/guzzle_sphinx_theme copying guzzle_sphinx_theme/guzzle_sphinx_theme/.DS_Store -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme copying guzzle_sphinx_theme/guzzle_sphinx_theme/comments.html -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme copying guzzle_sphinx_theme/guzzle_sphinx_theme/globaltoc.html -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme copying guzzle_sphinx_theme/guzzle_sphinx_theme/layout.html -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme copying guzzle_sphinx_theme/guzzle_sphinx_theme/localtoc.html -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme copying guzzle_sphinx_theme/guzzle_sphinx_theme/logo-text.html -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme copying guzzle_sphinx_theme/guzzle_sphinx_theme/search.html -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme copying guzzle_sphinx_theme/guzzle_sphinx_theme/searchbox.html -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme copying guzzle_sphinx_theme/guzzle_sphinx_theme/theme.conf -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme creating build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/.DS_Store -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/guzzle.css_t -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/jquery.js -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/jquery.min.map -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static creating build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/css copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/css/bootstrap-theme.min.css -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/css copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/css/bootstrap.min.css -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/css creating build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/glyphicons-halflings-regular.eot -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/glyphicons-halflings-regular.svg -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/glyphicons-halflings-regular.ttf -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/glyphicons-halflings-regular.woff -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts creating build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/stylesheet.css -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans creating build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Bold-webfont.eot -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Bold-webfont.svg -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Bold-webfont.ttf -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Bold-webfont.woff -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-BoldItalic-webfont.eot -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-BoldItalic-webfont.svg -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-BoldItalic-webfont.ttf -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-BoldItalic-webfont.woff -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-ExtraBold-webfont.eot -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-ExtraBold-webfont.svg -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-ExtraBold-webfont.ttf -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-ExtraBold-webfont.woff -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-ExtraBoldItalic-webfont.eot -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-ExtraBoldItalic-webfont.svg -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-ExtraBoldItalic-webfont.ttf -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-ExtraBoldItalic-webfont.woff -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Italic-webfont.eot -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Italic-webfont.svg -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Italic-webfont.ttf -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Italic-webfont.woff -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Light-webfont.eot -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Light-webfont.svg -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Light-webfont.ttf -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Light-webfont.woff -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-LightItalic-webfont.eot -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-LightItalic-webfont.svg -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-LightItalic-webfont.ttf -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-LightItalic-webfont.woff -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Regular-webfont.eot -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Regular-webfont.svg -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Regular-webfont.ttf -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Regular-webfont.woff -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Semibold-webfont.eot -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Semibold-webfont.svg -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Semibold-webfont.ttf -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Semibold-webfont.woff -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-SemiboldItalic-webfont.eot -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-SemiboldItalic-webfont.svg -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-SemiboldItalic-webfont.ttf -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-SemiboldItalic-webfont.woff -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts creating build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/LICENSE.txt -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/README.md -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/ReadMe.html -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/SourceSerifProReadMe.html -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/bower.json -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/source-serif-pro.css -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro creating build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT/SourceSerifPro-Black.eot -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT/SourceSerifPro-Bold.eot -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT/SourceSerifPro-ExtraLight.eot -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT/SourceSerifPro-Light.eot -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT/SourceSerifPro-Regular.eot -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT/SourceSerifPro-Semibold.eot -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT creating build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF/SourceSerifPro-Black.otf -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF/SourceSerifPro-Bold.otf -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF/SourceSerifPro-ExtraLight.otf -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF/SourceSerifPro-Light.otf -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF/SourceSerifPro-Regular.otf -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF/SourceSerifPro-Semibold.otf -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF creating build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF/SourceSerifPro-Black.ttf -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF/SourceSerifPro-Bold.ttf -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF/SourceSerifPro-ExtraLight.ttf -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF/SourceSerifPro-Light.ttf -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF/SourceSerifPro-Regular.ttf -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF/SourceSerifPro-Semibold.ttf -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF creating build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF creating build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF/SourceSerifPro-Black.otf.woff -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF/SourceSerifPro-Bold.otf.woff -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF/SourceSerifPro-ExtraLight.otf.woff -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF/SourceSerifPro-Light.otf.woff -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF/SourceSerifPro-Regular.otf.woff -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF/SourceSerifPro-Semibold.otf.woff -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF creating build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF/SourceSerifPro-Black.ttf.woff -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF/SourceSerifPro-Bold.ttf.woff -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF/SourceSerifPro-ExtraLight.ttf.woff -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF/SourceSerifPro-Light.ttf.woff -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF/SourceSerifPro-Regular.ttf.woff -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF/SourceSerifPro-Semibold.ttf.woff -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF creating build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/js copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/js/bootstrap.js -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/js copying guzzle_sphinx_theme/guzzle_sphinx_theme/static/js/bootstrap.min.js -> build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/js installing to build/bdist.openbsd-7.5-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.5-amd64 creating build/bdist.openbsd-7.5-amd64/wheel creating build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme copying build/lib/guzzle_sphinx_theme/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme creating build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/.DS_Store -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/comments.html -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/globaltoc.html -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/layout.html -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/localtoc.html -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/logo-text.html -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/search.html -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/searchbox.html -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/theme.conf -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme creating build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/.DS_Store -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/guzzle.css_t -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/jquery.js -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/jquery.min.map -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static creating build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/css copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/css/bootstrap-theme.min.css -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/css copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/css/bootstrap.min.css -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/css creating build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/glyphicons-halflings-regular.eot -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/glyphicons-halflings-regular.svg -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/glyphicons-halflings-regular.ttf -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/glyphicons-halflings-regular.woff -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts creating build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/stylesheet.css -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans creating build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Bold-webfont.eot -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Bold-webfont.svg -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Bold-webfont.ttf -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Bold-webfont.woff -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-BoldItalic-webfont.eot -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-BoldItalic-webfont.svg -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-BoldItalic-webfont.ttf -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-BoldItalic-webfont.woff -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-ExtraBold-webfont.eot -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-ExtraBold-webfont.svg -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-ExtraBold-webfont.ttf -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-ExtraBold-webfont.woff -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-ExtraBoldItalic-webfont.eot -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-ExtraBoldItalic-webfont.svg -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-ExtraBoldItalic-webfont.ttf -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-ExtraBoldItalic-webfont.woff -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Italic-webfont.eot -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Italic-webfont.svg -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Italic-webfont.ttf -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Italic-webfont.woff -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Light-webfont.eot -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Light-webfont.svg -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Light-webfont.ttf -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Light-webfont.woff -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-LightItalic-webfont.eot -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-LightItalic-webfont.svg -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-LightItalic-webfont.ttf -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-LightItalic-webfont.woff -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Regular-webfont.eot -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Regular-webfont.svg -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Regular-webfont.ttf -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Regular-webfont.woff -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Semibold-webfont.eot -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Semibold-webfont.svg -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Semibold-webfont.ttf -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Semibold-webfont.woff -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-SemiboldItalic-webfont.eot -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-SemiboldItalic-webfont.svg -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-SemiboldItalic-webfont.ttf -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-SemiboldItalic-webfont.woff -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts creating build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/LICENSE.txt -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/README.md -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/ReadMe.html -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/SourceSerifProReadMe.html -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/bower.json -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/source-serif-pro.css -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro creating build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT/SourceSerifPro-Black.eot -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT/SourceSerifPro-Bold.eot -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT/SourceSerifPro-ExtraLight.eot -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT/SourceSerifPro-Light.eot -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT/SourceSerifPro-Regular.eot -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT/SourceSerifPro-Semibold.eot -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT creating build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF/SourceSerifPro-Black.otf -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF/SourceSerifPro-Bold.otf -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF/SourceSerifPro-ExtraLight.otf -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF/SourceSerifPro-Light.otf -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF/SourceSerifPro-Regular.otf -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF/SourceSerifPro-Semibold.otf -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF creating build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF/SourceSerifPro-Black.ttf -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF/SourceSerifPro-Bold.ttf -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF/SourceSerifPro-ExtraLight.ttf -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF/SourceSerifPro-Light.ttf -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF/SourceSerifPro-Regular.ttf -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF/SourceSerifPro-Semibold.ttf -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF creating build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF creating build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF/SourceSerifPro-Black.otf.woff -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF/SourceSerifPro-Bold.otf.woff -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF/SourceSerifPro-ExtraLight.otf.woff -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF/SourceSerifPro-Light.otf.woff -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF/SourceSerifPro-Regular.otf.woff -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF/SourceSerifPro-Semibold.otf.woff -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF creating build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF/SourceSerifPro-Black.ttf.woff -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF/SourceSerifPro-Bold.ttf.woff -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF/SourceSerifPro-ExtraLight.ttf.woff -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF/SourceSerifPro-Light.ttf.woff -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF/SourceSerifPro-Regular.ttf.woff -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF/SourceSerifPro-Semibold.ttf.woff -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF creating build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/js copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/js/bootstrap.js -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/js copying build/lib/guzzle_sphinx_theme/guzzle_sphinx_theme/static/js/bootstrap.min.js -> build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme/guzzle_sphinx_theme/static/js running install_egg_info Copying guzzle_sphinx_theme.egg-info to build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme-0.7.11-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/guzzle_sphinx_theme-0.7.11.dist-info/WHEEL creating '/exopi-obj/pobj/py-sphinx_guzzle_theme-0.7.11-python3/guzzle_sphinx_theme-0.7.11/dist/.tmp-sl_7nzsm/guzzle_sphinx_theme-0.7.11-py3-none-any.whl' and adding 'build/bdist.openbsd-7.5-amd64/wheel' to it adding 'guzzle_sphinx_theme/__init__.py' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/.DS_Store' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/comments.html' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/globaltoc.html' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/layout.html' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/localtoc.html' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/logo-text.html' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/search.html' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/searchbox.html' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/theme.conf' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/.DS_Store' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/guzzle.css_t' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/jquery.js' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/jquery.min.map' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/css/bootstrap-theme.min.css' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/css/bootstrap.min.css' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/glyphicons-halflings-regular.eot' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/glyphicons-halflings-regular.svg' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/glyphicons-halflings-regular.ttf' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/glyphicons-halflings-regular.woff' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/stylesheet.css' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Bold-webfont.eot' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Bold-webfont.svg' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Bold-webfont.ttf' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Bold-webfont.woff' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-BoldItalic-webfont.eot' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-BoldItalic-webfont.svg' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-BoldItalic-webfont.ttf' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-BoldItalic-webfont.woff' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-ExtraBold-webfont.eot' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-ExtraBold-webfont.svg' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-ExtraBold-webfont.ttf' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-ExtraBold-webfont.woff' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-ExtraBoldItalic-webfont.eot' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-ExtraBoldItalic-webfont.svg' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-ExtraBoldItalic-webfont.ttf' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-ExtraBoldItalic-webfont.woff' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Italic-webfont.eot' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Italic-webfont.svg' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Italic-webfont.ttf' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Italic-webfont.woff' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Light-webfont.eot' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Light-webfont.svg' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Light-webfont.ttf' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Light-webfont.woff' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-LightItalic-webfont.eot' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-LightItalic-webfont.svg' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-LightItalic-webfont.ttf' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-LightItalic-webfont.woff' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Regular-webfont.eot' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Regular-webfont.svg' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Regular-webfont.ttf' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Regular-webfont.woff' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Semibold-webfont.eot' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Semibold-webfont.svg' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Semibold-webfont.ttf' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-Semibold-webfont.woff' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-SemiboldItalic-webfont.eot' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-SemiboldItalic-webfont.svg' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-SemiboldItalic-webfont.ttf' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/open-sans/fonts/OpenSans-SemiboldItalic-webfont.woff' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/LICENSE.txt' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/README.md' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/ReadMe.html' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/SourceSerifProReadMe.html' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/bower.json' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/source-serif-pro.css' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT/SourceSerifPro-Black.eot' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT/SourceSerifPro-Bold.eot' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT/SourceSerifPro-ExtraLight.eot' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT/SourceSerifPro-Light.eot' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT/SourceSerifPro-Regular.eot' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/EOT/SourceSerifPro-Semibold.eot' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF/SourceSerifPro-Black.otf' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF/SourceSerifPro-Bold.otf' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF/SourceSerifPro-ExtraLight.otf' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF/SourceSerifPro-Light.otf' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF/SourceSerifPro-Regular.otf' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/OTF/SourceSerifPro-Semibold.otf' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF/SourceSerifPro-Black.ttf' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF/SourceSerifPro-Bold.ttf' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF/SourceSerifPro-ExtraLight.ttf' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF/SourceSerifPro-Light.ttf' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF/SourceSerifPro-Regular.ttf' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/TTF/SourceSerifPro-Semibold.ttf' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF/SourceSerifPro-Black.otf.woff' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF/SourceSerifPro-Bold.otf.woff' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF/SourceSerifPro-ExtraLight.otf.woff' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF/SourceSerifPro-Light.otf.woff' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF/SourceSerifPro-Regular.otf.woff' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/OTF/SourceSerifPro-Semibold.otf.woff' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF/SourceSerifPro-Black.ttf.woff' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF/SourceSerifPro-Bold.ttf.woff' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF/SourceSerifPro-ExtraLight.ttf.woff' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF/SourceSerifPro-Light.ttf.woff' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF/SourceSerifPro-Regular.ttf.woff' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/WOFF/TTF/SourceSerifPro-Semibold.ttf.woff' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/js/bootstrap.js' adding 'guzzle_sphinx_theme/guzzle_sphinx_theme/static/js/bootstrap.min.js' adding 'guzzle_sphinx_theme-0.7.11.dist-info/LICENSE' adding 'guzzle_sphinx_theme-0.7.11.dist-info/METADATA' adding 'guzzle_sphinx_theme-0.7.11.dist-info/WHEEL' adding 'guzzle_sphinx_theme-0.7.11.dist-info/pbr.json' adding 'guzzle_sphinx_theme-0.7.11.dist-info/top_level.txt' adding 'guzzle_sphinx_theme-0.7.11.dist-info/RECORD' removing build/bdist.openbsd-7.5-amd64/wheel Successfully built guzzle_sphinx_theme-0.7.11-py3-none-any.whl >>> Running package in textproc/py-sphinx_guzzle_theme,python3 at 1713953155.68 ===> textproc/py-sphinx_guzzle_theme,python3 ===> Faking installation for py3-sphinx_guzzle_theme-0.7.11p8 ===> Building package for py3-sphinx_guzzle_theme-0.7.11p8 Create /exopi-cvs/ports/packages/amd64/all/py3-sphinx_guzzle_theme-0.7.11p8.tgz Creating package py3-sphinx_guzzle_theme-0.7.11p8 reading plist| checking dependencies| checking dependencies|lang/python/3.10,-main checking dependencies|textproc/py-sphinx,python3 checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|********* | 14% checksumming|********* | 15% checksumming|********* | 16% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|*********************** | 39% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|******************************************************** | 93% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|** | 4% archiving|*** | 4% archiving|**** | 6% archiving|**** | 7% archiving|***** | 8% archiving|****** | 9% archiving|****** | 10% archiving|******* | 11% archiving|******** | 12% archiving|******** | 13% archiving|********* | 14% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 17% archiving|************ | 18% archiving|************ | 19% archiving|************* | 20% archiving|************** | 21% archiving|************** | 22% archiving|*************** | 23% archiving|**************** | 25% archiving|**************** | 26% archiving|***************** | 26% archiving|****************** | 28% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 33% archiving|********************** | 34% archiving|********************** | 35% archiving|*********************** | 36% archiving|************************ | 37% archiving|************************ | 38% archiving|************************* | 38% archiving|************************** | 41% archiving|**************************** | 43% archiving|***************************** | 46% archiving|******************************* | 48% archiving|******************************** | 50% archiving|********************************** | 53% archiving|*********************************** | 55% archiving|************************************ | 57% archiving|************************************** | 59% archiving|*************************************** | 61% archiving|**************************************** | 63% archiving|****************************************** | 65% archiving|******************************************* | 68% archiving|********************************************* | 70% archiving|********************************************** | 73% archiving|************************************************ | 75% archiving|************************************************** | 77% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 86% archiving|******************************************************** | 87% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************* | 95% archiving|*************************************************************** | 98% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-sphinx_guzzle_theme-0.7.11p8.tgz >>> Running clean in textproc/py-sphinx_guzzle_theme,python3 at 1713953159.87 ===> textproc/py-sphinx_guzzle_theme,python3 ===> Cleaning for py3-sphinx_guzzle_theme-0.7.11p8 >>> Ended at 1713953160.17 max_stuck=1.79/depends=2.19/show-prepare-results=1.63/build=3.24/package=4.15/clean=0.37