>>> Building on exopi-6 under www/pelican BDEPENDS = [devel/py-setuptools,python3;devel/py-wheel,python3;devel/py-build,python3;devel/py-installer,python3;lang/python/3.10] DIST = [www/pelican:pelican-4.7.2.tar.gz] FULLPKGNAME = pelican-4.7.2p1 RDEPENDS = [devel/py-tz,python3;www/py-feedgenerator,python3;textproc/py-markdown,python3;www/py-jinja2,python3;textproc/py-docutils,python3;lang/python/3.10;textproc/py-unidecode,python3;devel/py-rich,python3;textproc/py-pygments,python3;devel/py-blinker,python3;devel/py-dateutil,python3] (Junk lock obtained for exopi-6 at 1714747318.40) >>> Running depends in www/pelican at 1714747318.43 last junk was in devel/py-cffi,python3 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.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.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 >>> Running show-prepare-results in www/pelican at 1714747320.18 ===> www/pelican ===> Building from scratch pelican-4.7.2p1 ===> pelican-4.7.2p1 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> pelican-4.7.2p1 depends on: py3-build-* -> py3-build-1.2.1 ===> pelican-4.7.2p1 depends on: py3-installer-* -> py3-installer-0.7.0 ===> pelican-4.7.2p1 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> pelican-4.7.2p1 depends on: py3-wheel-* -> py3-wheel-0.43.0 py3-build-1.2.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-6 at 1714747321.57) distfiles size=1401737 >>> Running build in www/pelican at 1714747321.60 ===> www/pelican ===> Checking files for pelican-4.7.2p1 `/exopi-cvs/ports/distfiles/pelican-4.7.2.tar.gz' is up to date. >> (SHA256) pelican-4.7.2.tar.gz: OK ===> Extracting for pelican-4.7.2p1 ===> Patching for pelican-4.7.2p1 ===> Applying OpenBSD patch patch-pelican_tests_test_pelican_py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: pelican/tests/test_pelican.py |--- pelican/tests/test_pelican.py.orig |+++ pelican/tests/test_pelican.py -------------------------- Patching file pelican/tests/test_pelican.py using Plan A... Hunk #1 succeeded at 56. done ===> 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 pelican-4.7.2p1 ===> Configuring for pelican-4.7.2p1 /usr/bin/perl /exopi-cvs/ports/infrastructure/bin/pkg_subst -DMODPY_PYCACHE=__pycache__/ -DMODPY_COMMENT= -DMODPY_ABI3SO=.abi3 -DMODPY_PYC_MAGIC_TAG=cpython-310. -DMODPY_BIN=/usr/local/bin/python3.10 -DMODPY_EGG_VERSION=4.7.2 -DMODPY_VERSION=3.10 -DMODPY_BIN_SUFFIX= -DMODPY_PY_PREFIX=py3- -DMODPY_PYOEXTENSION=opt-1.pyc -DARCH=amd64 -DBASE_PKGPATH=www/pelican -DFLAVOR_EXT= -DFULLPKGNAME=pelican-4.7.2p1 -DHOMEPAGE=https://blog.getpelican.com/ -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=amd64 -DMAINTAINER=David\ Demelier\ \ -DPREFIX=/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=pelican -i -B /exopi-obj/pobj/pelican-4.7.2 /exopi-obj/pobj/pelican-4.7.2/pelican-4.7.2/pelican/tests/test_pelican.py ===> Building for pelican-4.7.2p1 * Getting build dependencies for wheel... running egg_info creating pelican.egg-info writing pelican.egg-info/PKG-INFO writing dependency_links to pelican.egg-info/dependency_links.txt writing entry points to pelican.egg-info/entry_points.txt writing requirements to pelican.egg-info/requires.txt writing top-level names to pelican.egg-info/top_level.txt writing manifest file 'pelican.egg-info/SOURCES.txt' reading manifest file 'pelican.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'pelican.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pelican copying pelican/__init__.py -> build/lib/pelican copying pelican/__main__.py -> build/lib/pelican copying pelican/cache.py -> build/lib/pelican copying pelican/contents.py -> build/lib/pelican copying pelican/generators.py -> build/lib/pelican copying pelican/log.py -> build/lib/pelican copying pelican/paginator.py -> build/lib/pelican copying pelican/readers.py -> build/lib/pelican copying pelican/rstdirectives.py -> build/lib/pelican copying pelican/server.py -> build/lib/pelican copying pelican/settings.py -> build/lib/pelican copying pelican/signals.py -> build/lib/pelican copying pelican/urlwrappers.py -> build/lib/pelican copying pelican/utils.py -> build/lib/pelican copying pelican/writers.py -> build/lib/pelican creating build/lib/pelican/tests copying pelican/tests/__init__.py -> build/lib/pelican/tests copying pelican/tests/default_conf.py -> build/lib/pelican/tests copying pelican/tests/support.py -> build/lib/pelican/tests copying pelican/tests/test_cache.py -> build/lib/pelican/tests copying pelican/tests/test_cli.py -> build/lib/pelican/tests copying pelican/tests/test_contents.py -> build/lib/pelican/tests copying pelican/tests/test_generators.py -> build/lib/pelican/tests copying pelican/tests/test_importer.py -> build/lib/pelican/tests copying pelican/tests/test_log.py -> build/lib/pelican/tests copying pelican/tests/test_paginator.py -> build/lib/pelican/tests copying pelican/tests/test_pelican.py -> build/lib/pelican/tests copying pelican/tests/test_plugins.py -> build/lib/pelican/tests copying pelican/tests/test_readers.py -> build/lib/pelican/tests copying pelican/tests/test_rstdirectives.py -> build/lib/pelican/tests copying pelican/tests/test_server.py -> build/lib/pelican/tests copying pelican/tests/test_settings.py -> build/lib/pelican/tests copying pelican/tests/test_testsuite.py -> build/lib/pelican/tests copying pelican/tests/test_urlwrappers.py -> build/lib/pelican/tests copying pelican/tests/test_utils.py -> build/lib/pelican/tests creating build/lib/pelican/tools copying pelican/tools/__init__.py -> build/lib/pelican/tools copying pelican/tools/pelican_import.py -> build/lib/pelican/tools copying pelican/tools/pelican_quickstart.py -> build/lib/pelican/tools copying pelican/tools/pelican_themes.py -> build/lib/pelican/tools running egg_info writing pelican.egg-info/PKG-INFO writing dependency_links to pelican.egg-info/dependency_links.txt writing entry points to pelican.egg-info/entry_points.txt writing requirements to pelican.egg-info/requires.txt writing top-level names to pelican.egg-info/top_level.txt reading manifest file 'pelican.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found anywhere in distribution adding license file 'LICENSE' warning: no previously-included files matching '*.py[co]' found anywhere in distribution writing manifest file 'pelican.egg-info/SOURCES.txt' /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pelican.plugins' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.plugins' 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 'pelican.plugins' 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 'pelican.plugins' to be distributed and are already explicitly excluding 'pelican.plugins' 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 'pelican.tests.TestPages' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.TestPages' 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 'pelican.tests.TestPages' 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 'pelican.tests.TestPages' to be distributed and are already explicitly excluding 'pelican.tests.TestPages' 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 'pelican.tests.content' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.content' 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 'pelican.tests.content' 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 'pelican.tests.content' to be distributed and are already explicitly excluding 'pelican.tests.content' 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 'pelican.tests.content.TestCategory' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.content.TestCategory' 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 'pelican.tests.content.TestCategory' 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 'pelican.tests.content.TestCategory' to be distributed and are already explicitly excluding 'pelican.tests.content.TestCategory' 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 'pelican.tests.cyclic_intersite_links' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.cyclic_intersite_links' 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 'pelican.tests.cyclic_intersite_links' 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 'pelican.tests.cyclic_intersite_links' to be distributed and are already explicitly excluding 'pelican.tests.cyclic_intersite_links' 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 'pelican.tests.dummy_plugins.namespace_plugin.pelican.plugins.ns_plugin' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.dummy_plugins.namespace_plugin.pelican.plugins.ns_plugin' 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 'pelican.tests.dummy_plugins.namespace_plugin.pelican.plugins.ns_plugin' 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 'pelican.tests.dummy_plugins.namespace_plugin.pelican.plugins.ns_plugin' to be distributed and are already explicitly excluding 'pelican.tests.dummy_plugins.namespace_plugin.pelican.plugins.ns_plugin' 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 'pelican.tests.dummy_plugins.normal_plugin.normal_plugin' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.dummy_plugins.normal_plugin.normal_plugin' 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 'pelican.tests.dummy_plugins.normal_plugin.normal_plugin' 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 'pelican.tests.dummy_plugins.normal_plugin.normal_plugin' to be distributed and are already explicitly excluding 'pelican.tests.dummy_plugins.normal_plugin.normal_plugin' 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 'pelican.tests.dummy_plugins.normal_plugin.normal_submodule_plugin' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.dummy_plugins.normal_plugin.normal_submodule_plugin' 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 'pelican.tests.dummy_plugins.normal_plugin.normal_submodule_plugin' 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 'pelican.tests.dummy_plugins.normal_plugin.normal_submodule_plugin' to be distributed and are already explicitly excluding 'pelican.tests.dummy_plugins.normal_plugin.normal_submodule_plugin' 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 'pelican.tests.dummy_plugins.normal_plugin.normal_submodule_plugin.subpackage' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.dummy_plugins.normal_plugin.normal_submodule_plugin.subpackage' 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 'pelican.tests.dummy_plugins.normal_plugin.normal_submodule_plugin.subpackage' 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 'pelican.tests.dummy_plugins.normal_plugin.normal_submodule_plugin.subpackage' to be distributed and are already explicitly excluding 'pelican.tests.dummy_plugins.normal_plugin.normal_submodule_plugin.subpackage' 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 'pelican.tests.mixed_content' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.mixed_content' 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 'pelican.tests.mixed_content' 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 'pelican.tests.mixed_content' to be distributed and are already explicitly excluding 'pelican.tests.mixed_content' 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 'pelican.tests.nested_content.maindir' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.nested_content.maindir' 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 'pelican.tests.nested_content.maindir' 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 'pelican.tests.nested_content.maindir' to be distributed and are already explicitly excluding 'pelican.tests.nested_content.maindir' 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 'pelican.tests.nested_content.maindir.subdir' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.nested_content.maindir.subdir' 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 'pelican.tests.nested_content.maindir.subdir' 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 'pelican.tests.nested_content.maindir.subdir' to be distributed and are already explicitly excluding 'pelican.tests.nested_content.maindir.subdir' 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 'pelican.tests.output.basic' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.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 'pelican.tests.output.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 'pelican.tests.output.basic' to be distributed and are already explicitly excluding 'pelican.tests.output.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) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pelican.tests.output.basic.author' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.basic.author' 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 'pelican.tests.output.basic.author' 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 'pelican.tests.output.basic.author' to be distributed and are already explicitly excluding 'pelican.tests.output.basic.author' 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 'pelican.tests.output.basic.category' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.basic.category' 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 'pelican.tests.output.basic.category' 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 'pelican.tests.output.basic.category' to be distributed and are already explicitly excluding 'pelican.tests.output.basic.category' 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 'pelican.tests.output.basic.drafts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.basic.drafts' 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 'pelican.tests.output.basic.drafts' 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 'pelican.tests.output.basic.drafts' to be distributed and are already explicitly excluding 'pelican.tests.output.basic.drafts' 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 'pelican.tests.output.basic.feeds' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.basic.feeds' 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 'pelican.tests.output.basic.feeds' 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 'pelican.tests.output.basic.feeds' to be distributed and are already explicitly excluding 'pelican.tests.output.basic.feeds' 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 'pelican.tests.output.basic.override' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.basic.override' 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 'pelican.tests.output.basic.override' 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 'pelican.tests.output.basic.override' to be distributed and are already explicitly excluding 'pelican.tests.output.basic.override' 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 'pelican.tests.output.basic.pages' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.basic.pages' 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 'pelican.tests.output.basic.pages' 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 'pelican.tests.output.basic.pages' to be distributed and are already explicitly excluding 'pelican.tests.output.basic.pages' 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 'pelican.tests.output.basic.tag' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.basic.tag' 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 'pelican.tests.output.basic.tag' 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 'pelican.tests.output.basic.tag' to be distributed and are already explicitly excluding 'pelican.tests.output.basic.tag' 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 'pelican.tests.output.basic.theme.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.basic.theme.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 'pelican.tests.output.basic.theme.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 'pelican.tests.output.basic.theme.css' to be distributed and are already explicitly excluding 'pelican.tests.output.basic.theme.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 'pelican.tests.output.basic.theme.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.basic.theme.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 'pelican.tests.output.basic.theme.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 'pelican.tests.output.basic.theme.fonts' to be distributed and are already explicitly excluding 'pelican.tests.output.basic.theme.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 'pelican.tests.output.basic.theme.images.icons' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.basic.theme.images.icons' 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 'pelican.tests.output.basic.theme.images.icons' 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 'pelican.tests.output.basic.theme.images.icons' to be distributed and are already explicitly excluding 'pelican.tests.output.basic.theme.images.icons' 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 'pelican.tests.output.custom' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.custom' 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 'pelican.tests.output.custom' 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 'pelican.tests.output.custom' to be distributed and are already explicitly excluding 'pelican.tests.output.custom' 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 'pelican.tests.output.custom.author' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.custom.author' 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 'pelican.tests.output.custom.author' 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 'pelican.tests.output.custom.author' to be distributed and are already explicitly excluding 'pelican.tests.output.custom.author' 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 'pelican.tests.output.custom.category' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.custom.category' 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 'pelican.tests.output.custom.category' 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 'pelican.tests.output.custom.category' to be distributed and are already explicitly excluding 'pelican.tests.output.custom.category' 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 'pelican.tests.output.custom.drafts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.custom.drafts' 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 'pelican.tests.output.custom.drafts' 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 'pelican.tests.output.custom.drafts' to be distributed and are already explicitly excluding 'pelican.tests.output.custom.drafts' 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 'pelican.tests.output.custom.feeds' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.custom.feeds' 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 'pelican.tests.output.custom.feeds' 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 'pelican.tests.output.custom.feeds' to be distributed and are already explicitly excluding 'pelican.tests.output.custom.feeds' 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 'pelican.tests.output.custom.override' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.custom.override' 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 'pelican.tests.output.custom.override' 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 'pelican.tests.output.custom.override' to be distributed and are already explicitly excluding 'pelican.tests.output.custom.override' 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 'pelican.tests.output.custom.pages' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.custom.pages' 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 'pelican.tests.output.custom.pages' 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 'pelican.tests.output.custom.pages' to be distributed and are already explicitly excluding 'pelican.tests.output.custom.pages' 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 'pelican.tests.output.custom.tag' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.custom.tag' 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 'pelican.tests.output.custom.tag' 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 'pelican.tests.output.custom.tag' to be distributed and are already explicitly excluding 'pelican.tests.output.custom.tag' 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 'pelican.tests.output.custom.theme.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.custom.theme.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 'pelican.tests.output.custom.theme.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 'pelican.tests.output.custom.theme.css' to be distributed and are already explicitly excluding 'pelican.tests.output.custom.theme.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 'pelican.tests.output.custom.theme.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.custom.theme.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 'pelican.tests.output.custom.theme.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 'pelican.tests.output.custom.theme.fonts' to be distributed and are already explicitly excluding 'pelican.tests.output.custom.theme.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 'pelican.tests.output.custom.theme.images.icons' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.custom.theme.images.icons' 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 'pelican.tests.output.custom.theme.images.icons' 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 'pelican.tests.output.custom.theme.images.icons' to be distributed and are already explicitly excluding 'pelican.tests.output.custom.theme.images.icons' 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 'pelican.tests.output.custom_locale' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.custom_locale' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pelican.tests.output.custom_locale' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pelican.tests.output.custom_locale' to be distributed and are already explicitly excluding 'pelican.tests.output.custom_locale' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pelican.tests.output.custom_locale.author' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.custom_locale.author' 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 'pelican.tests.output.custom_locale.author' 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 'pelican.tests.output.custom_locale.author' to be distributed and are already explicitly excluding 'pelican.tests.output.custom_locale.author' 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 'pelican.tests.output.custom_locale.category' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.custom_locale.category' 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 'pelican.tests.output.custom_locale.category' 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 'pelican.tests.output.custom_locale.category' to be distributed and are already explicitly excluding 'pelican.tests.output.custom_locale.category' 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 'pelican.tests.output.custom_locale.drafts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.custom_locale.drafts' 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 'pelican.tests.output.custom_locale.drafts' 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 'pelican.tests.output.custom_locale.drafts' to be distributed and are already explicitly excluding 'pelican.tests.output.custom_locale.drafts' 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 'pelican.tests.output.custom_locale.feeds' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.custom_locale.feeds' 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 'pelican.tests.output.custom_locale.feeds' 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 'pelican.tests.output.custom_locale.feeds' to be distributed and are already explicitly excluding 'pelican.tests.output.custom_locale.feeds' 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 'pelican.tests.output.custom_locale.override' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.custom_locale.override' 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 'pelican.tests.output.custom_locale.override' 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 'pelican.tests.output.custom_locale.override' to be distributed and are already explicitly excluding 'pelican.tests.output.custom_locale.override' 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 'pelican.tests.output.custom_locale.pages' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.custom_locale.pages' 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 'pelican.tests.output.custom_locale.pages' 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 'pelican.tests.output.custom_locale.pages' to be distributed and are already explicitly excluding 'pelican.tests.output.custom_locale.pages' 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 'pelican.tests.output.custom_locale.posts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.custom_locale.posts' 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 'pelican.tests.output.custom_locale.posts' 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 'pelican.tests.output.custom_locale.posts' to be distributed and are already explicitly excluding 'pelican.tests.output.custom_locale.posts' 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 'pelican.tests.output.custom_locale.tag' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.custom_locale.tag' 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 'pelican.tests.output.custom_locale.tag' 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 'pelican.tests.output.custom_locale.tag' to be distributed and are already explicitly excluding 'pelican.tests.output.custom_locale.tag' 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 'pelican.tests.output.custom_locale.theme.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.custom_locale.theme.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 'pelican.tests.output.custom_locale.theme.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 'pelican.tests.output.custom_locale.theme.css' to be distributed and are already explicitly excluding 'pelican.tests.output.custom_locale.theme.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 'pelican.tests.output.custom_locale.theme.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.custom_locale.theme.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 'pelican.tests.output.custom_locale.theme.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 'pelican.tests.output.custom_locale.theme.fonts' to be distributed and are already explicitly excluding 'pelican.tests.output.custom_locale.theme.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 'pelican.tests.output.custom_locale.theme.images.icons' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.output.custom_locale.theme.images.icons' 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 'pelican.tests.output.custom_locale.theme.images.icons' 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 'pelican.tests.output.custom_locale.theme.images.icons' to be distributed and are already explicitly excluding 'pelican.tests.output.custom_locale.theme.images.icons' 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 'pelican.tests.parse_error' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.parse_error' 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 'pelican.tests.parse_error' 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 'pelican.tests.parse_error' to be distributed and are already explicitly excluding 'pelican.tests.parse_error' 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 'pelican.tests.theme_overrides.level1' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.theme_overrides.level1' 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 'pelican.tests.theme_overrides.level1' 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 'pelican.tests.theme_overrides.level1' to be distributed and are already explicitly excluding 'pelican.tests.theme_overrides.level1' 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 'pelican.tests.theme_overrides.level2' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tests.theme_overrides.level2' 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 'pelican.tests.theme_overrides.level2' 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 'pelican.tests.theme_overrides.level2' to be distributed and are already explicitly excluding 'pelican.tests.theme_overrides.level2' 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 'pelican.themes.notmyidea.static.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.themes.notmyidea.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 'pelican.themes.notmyidea.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 'pelican.themes.notmyidea.static.css' to be distributed and are already explicitly excluding 'pelican.themes.notmyidea.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 'pelican.themes.notmyidea.static.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.themes.notmyidea.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 'pelican.themes.notmyidea.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 'pelican.themes.notmyidea.static.fonts' to be distributed and are already explicitly excluding 'pelican.themes.notmyidea.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 'pelican.themes.notmyidea.static.images.icons' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.themes.notmyidea.static.images.icons' 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 'pelican.themes.notmyidea.static.images.icons' 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 'pelican.themes.notmyidea.static.images.icons' to be distributed and are already explicitly excluding 'pelican.themes.notmyidea.static.images.icons' 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 'pelican.themes.notmyidea.templates' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.themes.notmyidea.templates' 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 'pelican.themes.notmyidea.templates' 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 'pelican.themes.notmyidea.templates' to be distributed and are already explicitly excluding 'pelican.themes.notmyidea.templates' 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 'pelican.themes.simple.templates' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.themes.simple.templates' 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 'pelican.themes.simple.templates' 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 'pelican.themes.simple.templates' to be distributed and are already explicitly excluding 'pelican.themes.simple.templates' 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 'pelican.tools.templates' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pelican.tools.templates' 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 'pelican.tools.templates' 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 'pelican.tools.templates' to be distributed and are already explicitly excluding 'pelican.tools.templates' 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/pelican/plugins copying pelican/plugins/_utils.py -> build/lib/pelican/plugins copying pelican/plugins/signals.py -> build/lib/pelican/plugins creating build/lib/pelican/themes creating build/lib/pelican/themes/notmyidea creating build/lib/pelican/themes/notmyidea/static creating build/lib/pelican/themes/notmyidea/static/css copying pelican/themes/notmyidea/static/css/fonts.css -> build/lib/pelican/themes/notmyidea/static/css copying pelican/themes/notmyidea/static/css/main.css -> build/lib/pelican/themes/notmyidea/static/css copying pelican/themes/notmyidea/static/css/pygment.css -> build/lib/pelican/themes/notmyidea/static/css copying pelican/themes/notmyidea/static/css/reset.css -> build/lib/pelican/themes/notmyidea/static/css copying pelican/themes/notmyidea/static/css/typogrify.css -> build/lib/pelican/themes/notmyidea/static/css copying pelican/themes/notmyidea/static/css/wide.css -> build/lib/pelican/themes/notmyidea/static/css creating build/lib/pelican/themes/notmyidea/static/fonts copying pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.eot -> build/lib/pelican/themes/notmyidea/static/fonts copying pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.svg -> build/lib/pelican/themes/notmyidea/static/fonts copying pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.ttf -> build/lib/pelican/themes/notmyidea/static/fonts copying pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.woff -> build/lib/pelican/themes/notmyidea/static/fonts copying pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.woff2 -> build/lib/pelican/themes/notmyidea/static/fonts copying pelican/themes/notmyidea/static/fonts/font.css -> build/lib/pelican/themes/notmyidea/static/fonts creating build/lib/pelican/themes/notmyidea/static/images creating build/lib/pelican/themes/notmyidea/static/images/icons copying pelican/themes/notmyidea/static/images/icons/aboutme.png -> build/lib/pelican/themes/notmyidea/static/images/icons copying pelican/themes/notmyidea/static/images/icons/bitbucket.png -> build/lib/pelican/themes/notmyidea/static/images/icons copying pelican/themes/notmyidea/static/images/icons/delicious.png -> build/lib/pelican/themes/notmyidea/static/images/icons copying pelican/themes/notmyidea/static/images/icons/facebook.png -> build/lib/pelican/themes/notmyidea/static/images/icons copying pelican/themes/notmyidea/static/images/icons/github.png -> build/lib/pelican/themes/notmyidea/static/images/icons copying pelican/themes/notmyidea/static/images/icons/gitorious.png -> build/lib/pelican/themes/notmyidea/static/images/icons copying pelican/themes/notmyidea/static/images/icons/gittip.png -> build/lib/pelican/themes/notmyidea/static/images/icons copying pelican/themes/notmyidea/static/images/icons/google-groups.png -> build/lib/pelican/themes/notmyidea/static/images/icons copying pelican/themes/notmyidea/static/images/icons/google-plus.png -> build/lib/pelican/themes/notmyidea/static/images/icons copying pelican/themes/notmyidea/static/images/icons/hackernews.png -> build/lib/pelican/themes/notmyidea/static/images/icons copying pelican/themes/notmyidea/static/images/icons/lastfm.png -> build/lib/pelican/themes/notmyidea/static/images/icons copying pelican/themes/notmyidea/static/images/icons/linkedin.png -> build/lib/pelican/themes/notmyidea/static/images/icons copying pelican/themes/notmyidea/static/images/icons/reddit.png -> build/lib/pelican/themes/notmyidea/static/images/icons copying pelican/themes/notmyidea/static/images/icons/rss.png -> build/lib/pelican/themes/notmyidea/static/images/icons copying pelican/themes/notmyidea/static/images/icons/slideshare.png -> build/lib/pelican/themes/notmyidea/static/images/icons copying pelican/themes/notmyidea/static/images/icons/speakerdeck.png -> build/lib/pelican/themes/notmyidea/static/images/icons copying pelican/themes/notmyidea/static/images/icons/stackoverflow.png -> build/lib/pelican/themes/notmyidea/static/images/icons copying pelican/themes/notmyidea/static/images/icons/twitter.png -> build/lib/pelican/themes/notmyidea/static/images/icons copying pelican/themes/notmyidea/static/images/icons/vimeo.png -> build/lib/pelican/themes/notmyidea/static/images/icons copying pelican/themes/notmyidea/static/images/icons/youtube.png -> build/lib/pelican/themes/notmyidea/static/images/icons creating build/lib/pelican/themes/notmyidea/templates copying pelican/themes/notmyidea/templates/analytics.html -> build/lib/pelican/themes/notmyidea/templates copying pelican/themes/notmyidea/templates/archives.html -> build/lib/pelican/themes/notmyidea/templates copying pelican/themes/notmyidea/templates/article.html -> build/lib/pelican/themes/notmyidea/templates copying pelican/themes/notmyidea/templates/article_infos.html -> build/lib/pelican/themes/notmyidea/templates copying pelican/themes/notmyidea/templates/author.html -> build/lib/pelican/themes/notmyidea/templates copying pelican/themes/notmyidea/templates/authors.html -> build/lib/pelican/themes/notmyidea/templates copying pelican/themes/notmyidea/templates/base.html -> build/lib/pelican/themes/notmyidea/templates copying pelican/themes/notmyidea/templates/categories.html -> build/lib/pelican/themes/notmyidea/templates copying pelican/themes/notmyidea/templates/category.html -> build/lib/pelican/themes/notmyidea/templates copying pelican/themes/notmyidea/templates/comments.html -> build/lib/pelican/themes/notmyidea/templates copying pelican/themes/notmyidea/templates/disqus_script.html -> build/lib/pelican/themes/notmyidea/templates copying pelican/themes/notmyidea/templates/github.html -> build/lib/pelican/themes/notmyidea/templates copying pelican/themes/notmyidea/templates/index.html -> build/lib/pelican/themes/notmyidea/templates copying pelican/themes/notmyidea/templates/page.html -> build/lib/pelican/themes/notmyidea/templates copying pelican/themes/notmyidea/templates/period_archives.html -> build/lib/pelican/themes/notmyidea/templates copying pelican/themes/notmyidea/templates/tag.html -> build/lib/pelican/themes/notmyidea/templates copying pelican/themes/notmyidea/templates/taglist.html -> build/lib/pelican/themes/notmyidea/templates copying pelican/themes/notmyidea/templates/tags.html -> build/lib/pelican/themes/notmyidea/templates copying pelican/themes/notmyidea/templates/translations.html -> build/lib/pelican/themes/notmyidea/templates copying pelican/themes/notmyidea/templates/twitter.html -> build/lib/pelican/themes/notmyidea/templates creating build/lib/pelican/themes/simple creating build/lib/pelican/themes/simple/templates copying pelican/themes/simple/templates/archives.html -> build/lib/pelican/themes/simple/templates copying pelican/themes/simple/templates/article.html -> build/lib/pelican/themes/simple/templates copying pelican/themes/simple/templates/author.html -> build/lib/pelican/themes/simple/templates copying pelican/themes/simple/templates/authors.html -> build/lib/pelican/themes/simple/templates copying pelican/themes/simple/templates/base.html -> build/lib/pelican/themes/simple/templates copying pelican/themes/simple/templates/categories.html -> build/lib/pelican/themes/simple/templates copying pelican/themes/simple/templates/category.html -> build/lib/pelican/themes/simple/templates copying pelican/themes/simple/templates/gosquared.html -> build/lib/pelican/themes/simple/templates copying pelican/themes/simple/templates/index.html -> build/lib/pelican/themes/simple/templates copying pelican/themes/simple/templates/page.html -> build/lib/pelican/themes/simple/templates copying pelican/themes/simple/templates/pagination.html -> build/lib/pelican/themes/simple/templates copying pelican/themes/simple/templates/period_archives.html -> build/lib/pelican/themes/simple/templates copying pelican/themes/simple/templates/tag.html -> build/lib/pelican/themes/simple/templates copying pelican/themes/simple/templates/tags.html -> build/lib/pelican/themes/simple/templates copying pelican/themes/simple/templates/translations.html -> build/lib/pelican/themes/simple/templates creating build/lib/pelican/tests/TestPages copying pelican/tests/TestPages/bad_page.rst -> build/lib/pelican/tests/TestPages copying pelican/tests/TestPages/draft_page.rst -> build/lib/pelican/tests/TestPages copying pelican/tests/TestPages/draft_page_markdown.md -> build/lib/pelican/tests/TestPages copying pelican/tests/TestPages/draft_page_with_template.rst -> build/lib/pelican/tests/TestPages copying pelican/tests/TestPages/hidden_page.rst -> build/lib/pelican/tests/TestPages copying pelican/tests/TestPages/hidden_page_markdown.md -> build/lib/pelican/tests/TestPages copying pelican/tests/TestPages/hidden_page_with_template.rst -> build/lib/pelican/tests/TestPages copying pelican/tests/TestPages/page.rst -> build/lib/pelican/tests/TestPages copying pelican/tests/TestPages/page_markdown.md -> build/lib/pelican/tests/TestPages copying pelican/tests/TestPages/page_used_for_sorting_test.rst -> build/lib/pelican/tests/TestPages copying pelican/tests/TestPages/page_with_category_and_tag_links.md -> build/lib/pelican/tests/TestPages copying pelican/tests/TestPages/page_with_static_links.md -> build/lib/pelican/tests/TestPages copying pelican/tests/TestPages/page_with_template.rst -> build/lib/pelican/tests/TestPages creating build/lib/pelican/tests/content copying pelican/tests/content/2012-11-29_rst_w_filename_meta#foo-bar.rst -> build/lib/pelican/tests/content copying pelican/tests/content/2012-11-30_md_w_filename_meta#foo-bar.md -> build/lib/pelican/tests/content copying pelican/tests/content/article.rst -> build/lib/pelican/tests/content copying pelican/tests/content/article_draft.md -> build/lib/pelican/tests/content copying pelican/tests/content/article_hidden.md -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_attributes_containing_double_quotes.html -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_capitalized_metadata.rst -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_code_block.rst -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_comments.html -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_duplicate_tags_authors.md -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_inline_svg.html -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_keywords.html -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_markdown_and_empty_tags.md -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_markdown_and_footnote.md -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_markdown_and_nested_metadata.md -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_markdown_and_nonascii_summary.md -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_markdown_and_summary_metadata_multi.md -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_markdown_and_summary_metadata_single.md -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_markdown_extension.markdown -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_markdown_markup_extensions.md -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_md_extension.md -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_metadata.html -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_metadata.rst -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_metadata_and_contents.html -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_metadata_explicit_date_implicit_modified.html -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_metadata_explicit_dates.html -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_metadata_implicit_date_explicit_modified.html -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_metadata_implicit_dates.html -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_mkd_extension.mkd -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_multiple_authors.html -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_multiple_authors.rst -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_multiple_authors_list.rst -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_multiple_authors_semicolon.rst -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_multiple_metadata_tags.html -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_nonconformant_meta_tags.html -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_null_attributes.html -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_template.rst -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_typogrify_dashes.md -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_typogrify_dashes.rst -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_uppercase_metadata.html -> build/lib/pelican/tests/content copying pelican/tests/content/article_with_uppercase_metadata.rst -> build/lib/pelican/tests/content copying pelican/tests/content/article_without_category.rst -> build/lib/pelican/tests/content copying pelican/tests/content/bloggerexport.xml -> build/lib/pelican/tests/content copying pelican/tests/content/empty.md -> build/lib/pelican/tests/content copying pelican/tests/content/empty_with_bom.md -> build/lib/pelican/tests/content copying pelican/tests/content/wordpressexport.xml -> build/lib/pelican/tests/content creating build/lib/pelican/tests/content/TestCategory copying pelican/tests/content/TestCategory/article_with_category.rst -> build/lib/pelican/tests/content/TestCategory copying pelican/tests/content/TestCategory/article_without_category.rst -> build/lib/pelican/tests/content/TestCategory creating build/lib/pelican/tests/cyclic_intersite_links copying pelican/tests/cyclic_intersite_links/first-article.rst -> build/lib/pelican/tests/cyclic_intersite_links copying pelican/tests/cyclic_intersite_links/second-article.rst -> build/lib/pelican/tests/cyclic_intersite_links copying pelican/tests/cyclic_intersite_links/third-article.rst -> build/lib/pelican/tests/cyclic_intersite_links creating build/lib/pelican/tests/dummy_plugins creating build/lib/pelican/tests/dummy_plugins/namespace_plugin creating build/lib/pelican/tests/dummy_plugins/namespace_plugin/pelican creating build/lib/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins creating build/lib/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins/ns_plugin copying pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins/ns_plugin/__init__.py -> build/lib/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins/ns_plugin creating build/lib/pelican/tests/dummy_plugins/normal_plugin creating build/lib/pelican/tests/dummy_plugins/normal_plugin/normal_plugin copying pelican/tests/dummy_plugins/normal_plugin/normal_plugin/__init__.py -> build/lib/pelican/tests/dummy_plugins/normal_plugin/normal_plugin copying pelican/tests/dummy_plugins/normal_plugin/normal_plugin/submodule.py -> build/lib/pelican/tests/dummy_plugins/normal_plugin/normal_plugin creating build/lib/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin copying pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/__init__.py -> build/lib/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin copying pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subplugin.py -> build/lib/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin creating build/lib/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage copying pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/__init__.py -> build/lib/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage copying pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/subpackage.py -> build/lib/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage creating build/lib/pelican/tests/mixed_content copying pelican/tests/mixed_content/short_page.md -> build/lib/pelican/tests/mixed_content creating build/lib/pelican/tests/nested_content creating build/lib/pelican/tests/nested_content/maindir copying pelican/tests/nested_content/maindir/maindir.md -> build/lib/pelican/tests/nested_content/maindir creating build/lib/pelican/tests/nested_content/maindir/subdir copying pelican/tests/nested_content/maindir/subdir/subdir.md -> build/lib/pelican/tests/nested_content/maindir/subdir creating build/lib/pelican/tests/output creating build/lib/pelican/tests/output/basic copying pelican/tests/output/basic/a-markdown-powered-article.html -> build/lib/pelican/tests/output/basic copying pelican/tests/output/basic/archives.html -> build/lib/pelican/tests/output/basic copying pelican/tests/output/basic/article-1.html -> build/lib/pelican/tests/output/basic copying pelican/tests/output/basic/article-2.html -> build/lib/pelican/tests/output/basic copying pelican/tests/output/basic/article-3.html -> build/lib/pelican/tests/output/basic copying pelican/tests/output/basic/authors.html -> build/lib/pelican/tests/output/basic copying pelican/tests/output/basic/categories.html -> build/lib/pelican/tests/output/basic copying pelican/tests/output/basic/filename_metadata-example.html -> build/lib/pelican/tests/output/basic copying pelican/tests/output/basic/index.html -> build/lib/pelican/tests/output/basic copying pelican/tests/output/basic/oh-yeah-fr.html -> build/lib/pelican/tests/output/basic copying pelican/tests/output/basic/oh-yeah.html -> build/lib/pelican/tests/output/basic copying pelican/tests/output/basic/second-article-fr.html -> build/lib/pelican/tests/output/basic copying pelican/tests/output/basic/second-article.html -> build/lib/pelican/tests/output/basic copying pelican/tests/output/basic/tags.html -> build/lib/pelican/tests/output/basic copying pelican/tests/output/basic/this-is-a-super-article.html -> build/lib/pelican/tests/output/basic copying pelican/tests/output/basic/unbelievable.html -> build/lib/pelican/tests/output/basic creating build/lib/pelican/tests/output/basic/author copying pelican/tests/output/basic/author/alexis-metaireau.html -> build/lib/pelican/tests/output/basic/author creating build/lib/pelican/tests/output/basic/category copying pelican/tests/output/basic/category/bar.html -> build/lib/pelican/tests/output/basic/category copying pelican/tests/output/basic/category/cat1.html -> build/lib/pelican/tests/output/basic/category copying pelican/tests/output/basic/category/misc.html -> build/lib/pelican/tests/output/basic/category copying pelican/tests/output/basic/category/yeah.html -> build/lib/pelican/tests/output/basic/category creating build/lib/pelican/tests/output/basic/drafts copying pelican/tests/output/basic/drafts/a-draft-article-without-date.html -> build/lib/pelican/tests/output/basic/drafts copying pelican/tests/output/basic/drafts/a-draft-article.html -> build/lib/pelican/tests/output/basic/drafts creating build/lib/pelican/tests/output/basic/feeds copying pelican/tests/output/basic/feeds/alexis-metaireau.atom.xml -> build/lib/pelican/tests/output/basic/feeds copying pelican/tests/output/basic/feeds/alexis-metaireau.rss.xml -> build/lib/pelican/tests/output/basic/feeds copying pelican/tests/output/basic/feeds/all-en.atom.xml -> build/lib/pelican/tests/output/basic/feeds copying pelican/tests/output/basic/feeds/all-fr.atom.xml -> build/lib/pelican/tests/output/basic/feeds copying pelican/tests/output/basic/feeds/all.atom.xml -> build/lib/pelican/tests/output/basic/feeds copying pelican/tests/output/basic/feeds/bar.atom.xml -> build/lib/pelican/tests/output/basic/feeds copying pelican/tests/output/basic/feeds/cat1.atom.xml -> build/lib/pelican/tests/output/basic/feeds copying pelican/tests/output/basic/feeds/misc.atom.xml -> build/lib/pelican/tests/output/basic/feeds copying pelican/tests/output/basic/feeds/yeah.atom.xml -> build/lib/pelican/tests/output/basic/feeds creating build/lib/pelican/tests/output/basic/override copying pelican/tests/output/basic/override/index.html -> build/lib/pelican/tests/output/basic/override creating build/lib/pelican/tests/output/basic/pages copying pelican/tests/output/basic/pages/this-is-a-test-hidden-page.html -> build/lib/pelican/tests/output/basic/pages copying pelican/tests/output/basic/pages/this-is-a-test-page.html -> build/lib/pelican/tests/output/basic/pages creating build/lib/pelican/tests/output/basic/tag copying pelican/tests/output/basic/tag/bar.html -> build/lib/pelican/tests/output/basic/tag copying pelican/tests/output/basic/tag/baz.html -> build/lib/pelican/tests/output/basic/tag copying pelican/tests/output/basic/tag/foo.html -> build/lib/pelican/tests/output/basic/tag copying pelican/tests/output/basic/tag/foobar.html -> build/lib/pelican/tests/output/basic/tag copying pelican/tests/output/basic/tag/oh.html -> build/lib/pelican/tests/output/basic/tag copying pelican/tests/output/basic/tag/yeah.html -> build/lib/pelican/tests/output/basic/tag creating build/lib/pelican/tests/output/basic/theme creating build/lib/pelican/tests/output/basic/theme/css copying pelican/tests/output/basic/theme/css/fonts.css -> build/lib/pelican/tests/output/basic/theme/css copying pelican/tests/output/basic/theme/css/main.css -> build/lib/pelican/tests/output/basic/theme/css copying pelican/tests/output/basic/theme/css/pygment.css -> build/lib/pelican/tests/output/basic/theme/css copying pelican/tests/output/basic/theme/css/reset.css -> build/lib/pelican/tests/output/basic/theme/css copying pelican/tests/output/basic/theme/css/typogrify.css -> build/lib/pelican/tests/output/basic/theme/css copying pelican/tests/output/basic/theme/css/wide.css -> build/lib/pelican/tests/output/basic/theme/css creating build/lib/pelican/tests/output/basic/theme/fonts copying pelican/tests/output/basic/theme/fonts/font.css -> build/lib/pelican/tests/output/basic/theme/fonts creating build/lib/pelican/tests/output/basic/theme/images creating build/lib/pelican/tests/output/basic/theme/images/icons copying pelican/tests/output/basic/theme/images/icons/aboutme.png -> build/lib/pelican/tests/output/basic/theme/images/icons copying pelican/tests/output/basic/theme/images/icons/bitbucket.png -> build/lib/pelican/tests/output/basic/theme/images/icons copying pelican/tests/output/basic/theme/images/icons/delicious.png -> build/lib/pelican/tests/output/basic/theme/images/icons copying pelican/tests/output/basic/theme/images/icons/facebook.png -> build/lib/pelican/tests/output/basic/theme/images/icons copying pelican/tests/output/basic/theme/images/icons/github.png -> build/lib/pelican/tests/output/basic/theme/images/icons copying pelican/tests/output/basic/theme/images/icons/gitorious.png -> build/lib/pelican/tests/output/basic/theme/images/icons copying pelican/tests/output/basic/theme/images/icons/gittip.png -> build/lib/pelican/tests/output/basic/theme/images/icons copying pelican/tests/output/basic/theme/images/icons/google-groups.png -> build/lib/pelican/tests/output/basic/theme/images/icons copying pelican/tests/output/basic/theme/images/icons/google-plus.png -> build/lib/pelican/tests/output/basic/theme/images/icons copying pelican/tests/output/basic/theme/images/icons/hackernews.png -> build/lib/pelican/tests/output/basic/theme/images/icons copying pelican/tests/output/basic/theme/images/icons/lastfm.png -> build/lib/pelican/tests/output/basic/theme/images/icons copying pelican/tests/output/basic/theme/images/icons/linkedin.png -> build/lib/pelican/tests/output/basic/theme/images/icons copying pelican/tests/output/basic/theme/images/icons/reddit.png -> build/lib/pelican/tests/output/basic/theme/images/icons copying pelican/tests/output/basic/theme/images/icons/rss.png -> build/lib/pelican/tests/output/basic/theme/images/icons copying pelican/tests/output/basic/theme/images/icons/slideshare.png -> build/lib/pelican/tests/output/basic/theme/images/icons copying pelican/tests/output/basic/theme/images/icons/speakerdeck.png -> build/lib/pelican/tests/output/basic/theme/images/icons copying pelican/tests/output/basic/theme/images/icons/stackoverflow.png -> build/lib/pelican/tests/output/basic/theme/images/icons copying pelican/tests/output/basic/theme/images/icons/twitter.png -> build/lib/pelican/tests/output/basic/theme/images/icons copying pelican/tests/output/basic/theme/images/icons/vimeo.png -> build/lib/pelican/tests/output/basic/theme/images/icons copying pelican/tests/output/basic/theme/images/icons/youtube.png -> build/lib/pelican/tests/output/basic/theme/images/icons creating build/lib/pelican/tests/output/custom copying pelican/tests/output/custom/a-markdown-powered-article.html -> build/lib/pelican/tests/output/custom copying pelican/tests/output/custom/archives.html -> build/lib/pelican/tests/output/custom copying pelican/tests/output/custom/article-1.html -> build/lib/pelican/tests/output/custom copying pelican/tests/output/custom/article-2.html -> build/lib/pelican/tests/output/custom copying pelican/tests/output/custom/article-3.html -> build/lib/pelican/tests/output/custom copying pelican/tests/output/custom/authors.html -> build/lib/pelican/tests/output/custom copying pelican/tests/output/custom/categories.html -> build/lib/pelican/tests/output/custom copying pelican/tests/output/custom/filename_metadata-example.html -> build/lib/pelican/tests/output/custom copying pelican/tests/output/custom/index.html -> build/lib/pelican/tests/output/custom copying pelican/tests/output/custom/index2.html -> build/lib/pelican/tests/output/custom copying pelican/tests/output/custom/index3.html -> build/lib/pelican/tests/output/custom copying pelican/tests/output/custom/jinja2_template.html -> build/lib/pelican/tests/output/custom copying pelican/tests/output/custom/oh-yeah-fr.html -> build/lib/pelican/tests/output/custom copying pelican/tests/output/custom/oh-yeah.html -> build/lib/pelican/tests/output/custom copying pelican/tests/output/custom/second-article-fr.html -> build/lib/pelican/tests/output/custom copying pelican/tests/output/custom/second-article.html -> build/lib/pelican/tests/output/custom copying pelican/tests/output/custom/tags.html -> build/lib/pelican/tests/output/custom copying pelican/tests/output/custom/this-is-a-super-article.html -> build/lib/pelican/tests/output/custom copying pelican/tests/output/custom/unbelievable.html -> build/lib/pelican/tests/output/custom creating build/lib/pelican/tests/output/custom/author copying pelican/tests/output/custom/author/alexis-metaireau.html -> build/lib/pelican/tests/output/custom/author copying pelican/tests/output/custom/author/alexis-metaireau2.html -> build/lib/pelican/tests/output/custom/author copying pelican/tests/output/custom/author/alexis-metaireau3.html -> build/lib/pelican/tests/output/custom/author creating build/lib/pelican/tests/output/custom/category copying pelican/tests/output/custom/category/bar.html -> build/lib/pelican/tests/output/custom/category copying pelican/tests/output/custom/category/cat1.html -> build/lib/pelican/tests/output/custom/category copying pelican/tests/output/custom/category/misc.html -> build/lib/pelican/tests/output/custom/category copying pelican/tests/output/custom/category/yeah.html -> build/lib/pelican/tests/output/custom/category creating build/lib/pelican/tests/output/custom/drafts copying pelican/tests/output/custom/drafts/a-draft-article-without-date.html -> build/lib/pelican/tests/output/custom/drafts copying pelican/tests/output/custom/drafts/a-draft-article.html -> build/lib/pelican/tests/output/custom/drafts creating build/lib/pelican/tests/output/custom/feeds copying pelican/tests/output/custom/feeds/alexis-metaireau.atom.xml -> build/lib/pelican/tests/output/custom/feeds copying pelican/tests/output/custom/feeds/alexis-metaireau.rss.xml -> build/lib/pelican/tests/output/custom/feeds copying pelican/tests/output/custom/feeds/all-en.atom.xml -> build/lib/pelican/tests/output/custom/feeds copying pelican/tests/output/custom/feeds/all-fr.atom.xml -> build/lib/pelican/tests/output/custom/feeds copying pelican/tests/output/custom/feeds/all.atom.xml -> build/lib/pelican/tests/output/custom/feeds copying pelican/tests/output/custom/feeds/all.rss.xml -> build/lib/pelican/tests/output/custom/feeds copying pelican/tests/output/custom/feeds/bar.atom.xml -> build/lib/pelican/tests/output/custom/feeds copying pelican/tests/output/custom/feeds/bar.rss.xml -> build/lib/pelican/tests/output/custom/feeds copying pelican/tests/output/custom/feeds/cat1.atom.xml -> build/lib/pelican/tests/output/custom/feeds copying pelican/tests/output/custom/feeds/cat1.rss.xml -> build/lib/pelican/tests/output/custom/feeds copying pelican/tests/output/custom/feeds/misc.atom.xml -> build/lib/pelican/tests/output/custom/feeds copying pelican/tests/output/custom/feeds/misc.rss.xml -> build/lib/pelican/tests/output/custom/feeds copying pelican/tests/output/custom/feeds/yeah.atom.xml -> build/lib/pelican/tests/output/custom/feeds copying pelican/tests/output/custom/feeds/yeah.rss.xml -> build/lib/pelican/tests/output/custom/feeds creating build/lib/pelican/tests/output/custom/override copying pelican/tests/output/custom/override/index.html -> build/lib/pelican/tests/output/custom/override creating build/lib/pelican/tests/output/custom/pages copying pelican/tests/output/custom/pages/this-is-a-test-hidden-page.html -> build/lib/pelican/tests/output/custom/pages copying pelican/tests/output/custom/pages/this-is-a-test-page.html -> build/lib/pelican/tests/output/custom/pages creating build/lib/pelican/tests/output/custom/tag copying pelican/tests/output/custom/tag/bar.html -> build/lib/pelican/tests/output/custom/tag copying pelican/tests/output/custom/tag/baz.html -> build/lib/pelican/tests/output/custom/tag copying pelican/tests/output/custom/tag/foo.html -> build/lib/pelican/tests/output/custom/tag copying pelican/tests/output/custom/tag/foobar.html -> build/lib/pelican/tests/output/custom/tag copying pelican/tests/output/custom/tag/oh.html -> build/lib/pelican/tests/output/custom/tag copying pelican/tests/output/custom/tag/yeah.html -> build/lib/pelican/tests/output/custom/tag creating build/lib/pelican/tests/output/custom/theme creating build/lib/pelican/tests/output/custom/theme/css copying pelican/tests/output/custom/theme/css/fonts.css -> build/lib/pelican/tests/output/custom/theme/css copying pelican/tests/output/custom/theme/css/main.css -> build/lib/pelican/tests/output/custom/theme/css copying pelican/tests/output/custom/theme/css/pygment.css -> build/lib/pelican/tests/output/custom/theme/css copying pelican/tests/output/custom/theme/css/reset.css -> build/lib/pelican/tests/output/custom/theme/css copying pelican/tests/output/custom/theme/css/typogrify.css -> build/lib/pelican/tests/output/custom/theme/css copying pelican/tests/output/custom/theme/css/wide.css -> build/lib/pelican/tests/output/custom/theme/css creating build/lib/pelican/tests/output/custom/theme/fonts copying pelican/tests/output/custom/theme/fonts/font.css -> build/lib/pelican/tests/output/custom/theme/fonts creating build/lib/pelican/tests/output/custom/theme/images creating build/lib/pelican/tests/output/custom/theme/images/icons copying pelican/tests/output/custom/theme/images/icons/aboutme.png -> build/lib/pelican/tests/output/custom/theme/images/icons copying pelican/tests/output/custom/theme/images/icons/bitbucket.png -> build/lib/pelican/tests/output/custom/theme/images/icons copying pelican/tests/output/custom/theme/images/icons/delicious.png -> build/lib/pelican/tests/output/custom/theme/images/icons copying pelican/tests/output/custom/theme/images/icons/facebook.png -> build/lib/pelican/tests/output/custom/theme/images/icons copying pelican/tests/output/custom/theme/images/icons/github.png -> build/lib/pelican/tests/output/custom/theme/images/icons copying pelican/tests/output/custom/theme/images/icons/gitorious.png -> build/lib/pelican/tests/output/custom/theme/images/icons copying pelican/tests/output/custom/theme/images/icons/gittip.png -> build/lib/pelican/tests/output/custom/theme/images/icons copying pelican/tests/output/custom/theme/images/icons/google-groups.png -> build/lib/pelican/tests/output/custom/theme/images/icons copying pelican/tests/output/custom/theme/images/icons/google-plus.png -> build/lib/pelican/tests/output/custom/theme/images/icons copying pelican/tests/output/custom/theme/images/icons/hackernews.png -> build/lib/pelican/tests/output/custom/theme/images/icons copying pelican/tests/output/custom/theme/images/icons/lastfm.png -> build/lib/pelican/tests/output/custom/theme/images/icons copying pelican/tests/output/custom/theme/images/icons/linkedin.png -> build/lib/pelican/tests/output/custom/theme/images/icons copying pelican/tests/output/custom/theme/images/icons/reddit.png -> build/lib/pelican/tests/output/custom/theme/images/icons copying pelican/tests/output/custom/theme/images/icons/rss.png -> build/lib/pelican/tests/output/custom/theme/images/icons copying pelican/tests/output/custom/theme/images/icons/slideshare.png -> build/lib/pelican/tests/output/custom/theme/images/icons copying pelican/tests/output/custom/theme/images/icons/speakerdeck.png -> build/lib/pelican/tests/output/custom/theme/images/icons copying pelican/tests/output/custom/theme/images/icons/stackoverflow.png -> build/lib/pelican/tests/output/custom/theme/images/icons copying pelican/tests/output/custom/theme/images/icons/twitter.png -> build/lib/pelican/tests/output/custom/theme/images/icons copying pelican/tests/output/custom/theme/images/icons/vimeo.png -> build/lib/pelican/tests/output/custom/theme/images/icons copying pelican/tests/output/custom/theme/images/icons/youtube.png -> build/lib/pelican/tests/output/custom/theme/images/icons creating build/lib/pelican/tests/output/custom_locale copying pelican/tests/output/custom_locale/archives.html -> build/lib/pelican/tests/output/custom_locale copying pelican/tests/output/custom_locale/authors.html -> build/lib/pelican/tests/output/custom_locale copying pelican/tests/output/custom_locale/categories.html -> build/lib/pelican/tests/output/custom_locale copying pelican/tests/output/custom_locale/index.html -> build/lib/pelican/tests/output/custom_locale copying pelican/tests/output/custom_locale/index2.html -> build/lib/pelican/tests/output/custom_locale copying pelican/tests/output/custom_locale/index3.html -> build/lib/pelican/tests/output/custom_locale copying pelican/tests/output/custom_locale/jinja2_template.html -> build/lib/pelican/tests/output/custom_locale copying pelican/tests/output/custom_locale/oh-yeah-fr.html -> build/lib/pelican/tests/output/custom_locale copying pelican/tests/output/custom_locale/second-article-fr.html -> build/lib/pelican/tests/output/custom_locale copying pelican/tests/output/custom_locale/tags.html -> build/lib/pelican/tests/output/custom_locale creating build/lib/pelican/tests/output/custom_locale/author copying pelican/tests/output/custom_locale/author/alexis-metaireau.html -> build/lib/pelican/tests/output/custom_locale/author copying pelican/tests/output/custom_locale/author/alexis-metaireau2.html -> build/lib/pelican/tests/output/custom_locale/author copying pelican/tests/output/custom_locale/author/alexis-metaireau3.html -> build/lib/pelican/tests/output/custom_locale/author creating build/lib/pelican/tests/output/custom_locale/category copying pelican/tests/output/custom_locale/category/bar.html -> build/lib/pelican/tests/output/custom_locale/category copying pelican/tests/output/custom_locale/category/cat1.html -> build/lib/pelican/tests/output/custom_locale/category copying pelican/tests/output/custom_locale/category/misc.html -> build/lib/pelican/tests/output/custom_locale/category copying pelican/tests/output/custom_locale/category/yeah.html -> build/lib/pelican/tests/output/custom_locale/category creating build/lib/pelican/tests/output/custom_locale/drafts copying pelican/tests/output/custom_locale/drafts/a-draft-article-without-date.html -> build/lib/pelican/tests/output/custom_locale/drafts copying pelican/tests/output/custom_locale/drafts/a-draft-article.html -> build/lib/pelican/tests/output/custom_locale/drafts creating build/lib/pelican/tests/output/custom_locale/feeds copying pelican/tests/output/custom_locale/feeds/alexis-metaireau.atom.xml -> build/lib/pelican/tests/output/custom_locale/feeds copying pelican/tests/output/custom_locale/feeds/alexis-metaireau.rss.xml -> build/lib/pelican/tests/output/custom_locale/feeds copying pelican/tests/output/custom_locale/feeds/all-en.atom.xml -> build/lib/pelican/tests/output/custom_locale/feeds copying pelican/tests/output/custom_locale/feeds/all-fr.atom.xml -> build/lib/pelican/tests/output/custom_locale/feeds copying pelican/tests/output/custom_locale/feeds/all.atom.xml -> build/lib/pelican/tests/output/custom_locale/feeds copying pelican/tests/output/custom_locale/feeds/all.rss.xml -> build/lib/pelican/tests/output/custom_locale/feeds copying pelican/tests/output/custom_locale/feeds/bar.atom.xml -> build/lib/pelican/tests/output/custom_locale/feeds copying pelican/tests/output/custom_locale/feeds/bar.rss.xml -> build/lib/pelican/tests/output/custom_locale/feeds copying pelican/tests/output/custom_locale/feeds/cat1.atom.xml -> build/lib/pelican/tests/output/custom_locale/feeds copying pelican/tests/output/custom_locale/feeds/cat1.rss.xml -> build/lib/pelican/tests/output/custom_locale/feeds copying pelican/tests/output/custom_locale/feeds/misc.atom.xml -> build/lib/pelican/tests/output/custom_locale/feeds copying pelican/tests/output/custom_locale/feeds/misc.rss.xml -> build/lib/pelican/tests/output/custom_locale/feeds copying pelican/tests/output/custom_locale/feeds/yeah.atom.xml -> build/lib/pelican/tests/output/custom_locale/feeds copying pelican/tests/output/custom_locale/feeds/yeah.rss.xml -> build/lib/pelican/tests/output/custom_locale/feeds creating build/lib/pelican/tests/output/custom_locale/override copying pelican/tests/output/custom_locale/override/index.html -> build/lib/pelican/tests/output/custom_locale/override creating build/lib/pelican/tests/output/custom_locale/pages copying pelican/tests/output/custom_locale/pages/this-is-a-test-hidden-page.html -> build/lib/pelican/tests/output/custom_locale/pages copying pelican/tests/output/custom_locale/pages/this-is-a-test-page.html -> build/lib/pelican/tests/output/custom_locale/pages creating build/lib/pelican/tests/output/custom_locale/posts creating build/lib/pelican/tests/output/custom_locale/posts/2010 creating build/lib/pelican/tests/output/custom_locale/posts/2010/décembre creating build/lib/pelican/tests/output/custom_locale/posts/2010/décembre/02 creating build/lib/pelican/tests/output/custom_locale/posts/2010/décembre/02/this-is-a-super-article copying pelican/tests/output/custom_locale/posts/2010/décembre/02/this-is-a-super-article/index.html -> build/lib/pelican/tests/output/custom_locale/posts/2010/décembre/02/this-is-a-super-article creating build/lib/pelican/tests/output/custom_locale/posts/2010/octobre creating build/lib/pelican/tests/output/custom_locale/posts/2010/octobre/15 creating build/lib/pelican/tests/output/custom_locale/posts/2010/octobre/15/unbelievable copying pelican/tests/output/custom_locale/posts/2010/octobre/15/unbelievable/index.html -> build/lib/pelican/tests/output/custom_locale/posts/2010/octobre/15/unbelievable creating build/lib/pelican/tests/output/custom_locale/posts/2010/octobre/20 creating build/lib/pelican/tests/output/custom_locale/posts/2010/octobre/20/oh-yeah copying pelican/tests/output/custom_locale/posts/2010/octobre/20/oh-yeah/index.html -> build/lib/pelican/tests/output/custom_locale/posts/2010/octobre/20/oh-yeah creating build/lib/pelican/tests/output/custom_locale/posts/2011 creating build/lib/pelican/tests/output/custom_locale/posts/2011/avril creating build/lib/pelican/tests/output/custom_locale/posts/2011/avril/20 creating build/lib/pelican/tests/output/custom_locale/posts/2011/avril/20/a-markdown-powered-article copying pelican/tests/output/custom_locale/posts/2011/avril/20/a-markdown-powered-article/index.html -> build/lib/pelican/tests/output/custom_locale/posts/2011/avril/20/a-markdown-powered-article creating build/lib/pelican/tests/output/custom_locale/posts/2011/février creating build/lib/pelican/tests/output/custom_locale/posts/2011/février/17 creating build/lib/pelican/tests/output/custom_locale/posts/2011/février/17/article-1 copying pelican/tests/output/custom_locale/posts/2011/février/17/article-1/index.html -> build/lib/pelican/tests/output/custom_locale/posts/2011/février/17/article-1 creating build/lib/pelican/tests/output/custom_locale/posts/2011/février/17/article-2 copying pelican/tests/output/custom_locale/posts/2011/février/17/article-2/index.html -> build/lib/pelican/tests/output/custom_locale/posts/2011/février/17/article-2 creating build/lib/pelican/tests/output/custom_locale/posts/2011/février/17/article-3 copying pelican/tests/output/custom_locale/posts/2011/février/17/article-3/index.html -> build/lib/pelican/tests/output/custom_locale/posts/2011/février/17/article-3 creating build/lib/pelican/tests/output/custom_locale/posts/2012 creating build/lib/pelican/tests/output/custom_locale/posts/2012/février creating build/lib/pelican/tests/output/custom_locale/posts/2012/février/29 creating build/lib/pelican/tests/output/custom_locale/posts/2012/février/29/second-article copying pelican/tests/output/custom_locale/posts/2012/février/29/second-article/index.html -> build/lib/pelican/tests/output/custom_locale/posts/2012/février/29/second-article creating build/lib/pelican/tests/output/custom_locale/posts/2012/novembre creating build/lib/pelican/tests/output/custom_locale/posts/2012/novembre/30 creating build/lib/pelican/tests/output/custom_locale/posts/2012/novembre/30/filename_metadata-example copying pelican/tests/output/custom_locale/posts/2012/novembre/30/filename_metadata-example/index.html -> build/lib/pelican/tests/output/custom_locale/posts/2012/novembre/30/filename_metadata-example creating build/lib/pelican/tests/output/custom_locale/tag copying pelican/tests/output/custom_locale/tag/bar.html -> build/lib/pelican/tests/output/custom_locale/tag copying pelican/tests/output/custom_locale/tag/baz.html -> build/lib/pelican/tests/output/custom_locale/tag copying pelican/tests/output/custom_locale/tag/foo.html -> build/lib/pelican/tests/output/custom_locale/tag copying pelican/tests/output/custom_locale/tag/foobar.html -> build/lib/pelican/tests/output/custom_locale/tag copying pelican/tests/output/custom_locale/tag/oh.html -> build/lib/pelican/tests/output/custom_locale/tag copying pelican/tests/output/custom_locale/tag/yeah.html -> build/lib/pelican/tests/output/custom_locale/tag creating build/lib/pelican/tests/output/custom_locale/theme creating build/lib/pelican/tests/output/custom_locale/theme/css copying pelican/tests/output/custom_locale/theme/css/fonts.css -> build/lib/pelican/tests/output/custom_locale/theme/css copying pelican/tests/output/custom_locale/theme/css/main.css -> build/lib/pelican/tests/output/custom_locale/theme/css copying pelican/tests/output/custom_locale/theme/css/pygment.css -> build/lib/pelican/tests/output/custom_locale/theme/css copying pelican/tests/output/custom_locale/theme/css/reset.css -> build/lib/pelican/tests/output/custom_locale/theme/css copying pelican/tests/output/custom_locale/theme/css/typogrify.css -> build/lib/pelican/tests/output/custom_locale/theme/css copying pelican/tests/output/custom_locale/theme/css/wide.css -> build/lib/pelican/tests/output/custom_locale/theme/css creating build/lib/pelican/tests/output/custom_locale/theme/fonts copying pelican/tests/output/custom_locale/theme/fonts/font.css -> build/lib/pelican/tests/output/custom_locale/theme/fonts creating build/lib/pelican/tests/output/custom_locale/theme/images creating build/lib/pelican/tests/output/custom_locale/theme/images/icons copying pelican/tests/output/custom_locale/theme/images/icons/aboutme.png -> build/lib/pelican/tests/output/custom_locale/theme/images/icons copying pelican/tests/output/custom_locale/theme/images/icons/bitbucket.png -> build/lib/pelican/tests/output/custom_locale/theme/images/icons copying pelican/tests/output/custom_locale/theme/images/icons/delicious.png -> build/lib/pelican/tests/output/custom_locale/theme/images/icons copying pelican/tests/output/custom_locale/theme/images/icons/facebook.png -> build/lib/pelican/tests/output/custom_locale/theme/images/icons copying pelican/tests/output/custom_locale/theme/images/icons/github.png -> build/lib/pelican/tests/output/custom_locale/theme/images/icons copying pelican/tests/output/custom_locale/theme/images/icons/gitorious.png -> build/lib/pelican/tests/output/custom_locale/theme/images/icons copying pelican/tests/output/custom_locale/theme/images/icons/gittip.png -> build/lib/pelican/tests/output/custom_locale/theme/images/icons copying pelican/tests/output/custom_locale/theme/images/icons/google-groups.png -> build/lib/pelican/tests/output/custom_locale/theme/images/icons copying pelican/tests/output/custom_locale/theme/images/icons/google-plus.png -> build/lib/pelican/tests/output/custom_locale/theme/images/icons copying pelican/tests/output/custom_locale/theme/images/icons/hackernews.png -> build/lib/pelican/tests/output/custom_locale/theme/images/icons copying pelican/tests/output/custom_locale/theme/images/icons/lastfm.png -> build/lib/pelican/tests/output/custom_locale/theme/images/icons copying pelican/tests/output/custom_locale/theme/images/icons/linkedin.png -> build/lib/pelican/tests/output/custom_locale/theme/images/icons copying pelican/tests/output/custom_locale/theme/images/icons/reddit.png -> build/lib/pelican/tests/output/custom_locale/theme/images/icons copying pelican/tests/output/custom_locale/theme/images/icons/rss.png -> build/lib/pelican/tests/output/custom_locale/theme/images/icons copying pelican/tests/output/custom_locale/theme/images/icons/slideshare.png -> build/lib/pelican/tests/output/custom_locale/theme/images/icons copying pelican/tests/output/custom_locale/theme/images/icons/speakerdeck.png -> build/lib/pelican/tests/output/custom_locale/theme/images/icons copying pelican/tests/output/custom_locale/theme/images/icons/stackoverflow.png -> build/lib/pelican/tests/output/custom_locale/theme/images/icons copying pelican/tests/output/custom_locale/theme/images/icons/twitter.png -> build/lib/pelican/tests/output/custom_locale/theme/images/icons copying pelican/tests/output/custom_locale/theme/images/icons/vimeo.png -> build/lib/pelican/tests/output/custom_locale/theme/images/icons copying pelican/tests/output/custom_locale/theme/images/icons/youtube.png -> build/lib/pelican/tests/output/custom_locale/theme/images/icons creating build/lib/pelican/tests/parse_error copying pelican/tests/parse_error/parse_error.rst -> build/lib/pelican/tests/parse_error creating build/lib/pelican/tests/theme_overrides creating build/lib/pelican/tests/theme_overrides/level1 copying pelican/tests/theme_overrides/level1/article.html -> build/lib/pelican/tests/theme_overrides/level1 creating build/lib/pelican/tests/theme_overrides/level2 copying pelican/tests/theme_overrides/level2/article.html -> build/lib/pelican/tests/theme_overrides/level2 copying pelican/tests/theme_overrides/level2/authors.html -> build/lib/pelican/tests/theme_overrides/level2 creating build/lib/pelican/tools/templates copying pelican/tools/templates/Makefile.jinja2 -> build/lib/pelican/tools/templates copying pelican/tools/templates/pelicanconf.py.jinja2 -> build/lib/pelican/tools/templates copying pelican/tools/templates/publishconf.py.jinja2 -> build/lib/pelican/tools/templates copying pelican/tools/templates/tasks.py.jinja2 -> build/lib/pelican/tools/templates 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/pelican copying build/lib/pelican/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican copying build/lib/pelican/__main__.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican copying build/lib/pelican/cache.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican copying build/lib/pelican/contents.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican copying build/lib/pelican/generators.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican copying build/lib/pelican/log.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican copying build/lib/pelican/paginator.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican copying build/lib/pelican/readers.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican copying build/lib/pelican/rstdirectives.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican copying build/lib/pelican/server.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican copying build/lib/pelican/settings.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican copying build/lib/pelican/signals.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican copying build/lib/pelican/urlwrappers.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican copying build/lib/pelican/utils.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican copying build/lib/pelican/writers.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests copying build/lib/pelican/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests copying build/lib/pelican/tests/default_conf.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests copying build/lib/pelican/tests/support.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests copying build/lib/pelican/tests/test_cache.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests copying build/lib/pelican/tests/test_cli.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests copying build/lib/pelican/tests/test_contents.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests copying build/lib/pelican/tests/test_generators.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests copying build/lib/pelican/tests/test_importer.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests copying build/lib/pelican/tests/test_log.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests copying build/lib/pelican/tests/test_paginator.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests copying build/lib/pelican/tests/test_pelican.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests copying build/lib/pelican/tests/test_plugins.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests copying build/lib/pelican/tests/test_readers.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests copying build/lib/pelican/tests/test_rstdirectives.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests copying build/lib/pelican/tests/test_server.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests copying build/lib/pelican/tests/test_settings.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests copying build/lib/pelican/tests/test_testsuite.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests copying build/lib/pelican/tests/test_urlwrappers.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests copying build/lib/pelican/tests/test_utils.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/bad_page.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/draft_page.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/draft_page_markdown.md -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/draft_page_with_template.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/hidden_page.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/hidden_page_markdown.md -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/hidden_page_with_template.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/page.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/page_markdown.md -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/page_used_for_sorting_test.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/page_with_category_and_tag_links.md -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/page_with_static_links.md -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/page_with_template.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/TestPages creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/2012-11-29_rst_w_filename_meta#foo-bar.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/2012-11-30_md_w_filename_meta#foo-bar.md -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_draft.md -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_hidden.md -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_attributes_containing_double_quotes.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_capitalized_metadata.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_code_block.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_comments.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_duplicate_tags_authors.md -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_inline_svg.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_keywords.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_markdown_and_empty_tags.md -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_markdown_and_footnote.md -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_markdown_and_nested_metadata.md -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_markdown_and_nonascii_summary.md -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_markdown_and_summary_metadata_multi.md -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_markdown_and_summary_metadata_single.md -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_markdown_extension.markdown -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_markdown_markup_extensions.md -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_md_extension.md -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_metadata.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_metadata.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_metadata_and_contents.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_metadata_explicit_date_implicit_modified.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_metadata_explicit_dates.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_metadata_implicit_date_explicit_modified.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_metadata_implicit_dates.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_mkd_extension.mkd -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_multiple_authors.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_multiple_authors.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_multiple_authors_list.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_multiple_authors_semicolon.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_multiple_metadata_tags.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_nonconformant_meta_tags.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_null_attributes.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_template.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_typogrify_dashes.md -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_typogrify_dashes.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_uppercase_metadata.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_with_uppercase_metadata.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/article_without_category.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/bloggerexport.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/empty.md -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/empty_with_bom.md -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content copying build/lib/pelican/tests/content/wordpressexport.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content/TestCategory copying build/lib/pelican/tests/content/TestCategory/article_with_category.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content/TestCategory copying build/lib/pelican/tests/content/TestCategory/article_without_category.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/content/TestCategory creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/cyclic_intersite_links copying build/lib/pelican/tests/cyclic_intersite_links/first-article.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/cyclic_intersite_links copying build/lib/pelican/tests/cyclic_intersite_links/second-article.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/cyclic_intersite_links copying build/lib/pelican/tests/cyclic_intersite_links/third-article.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/cyclic_intersite_links creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/dummy_plugins creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/dummy_plugins/namespace_plugin creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/dummy_plugins/namespace_plugin/pelican creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins/ns_plugin copying build/lib/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins/ns_plugin/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins/ns_plugin creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/dummy_plugins/normal_plugin creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/dummy_plugins/normal_plugin/normal_plugin copying build/lib/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/dummy_plugins/normal_plugin/normal_plugin copying build/lib/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/submodule.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/dummy_plugins/normal_plugin/normal_plugin creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin copying build/lib/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin copying build/lib/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subplugin.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage copying build/lib/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage copying build/lib/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/subpackage.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/mixed_content copying build/lib/pelican/tests/mixed_content/short_page.md -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/mixed_content creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/nested_content creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/nested_content/maindir copying build/lib/pelican/tests/nested_content/maindir/maindir.md -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/nested_content/maindir creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/nested_content/maindir/subdir copying build/lib/pelican/tests/nested_content/maindir/subdir/subdir.md -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/nested_content/maindir/subdir creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/a-markdown-powered-article.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/archives.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/article-1.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/article-2.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/article-3.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/authors.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/categories.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/filename_metadata-example.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/index.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/oh-yeah-fr.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/oh-yeah.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/second-article-fr.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/second-article.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/tags.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/this-is-a-super-article.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/unbelievable.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/author copying build/lib/pelican/tests/output/basic/author/alexis-metaireau.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/author creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/category copying build/lib/pelican/tests/output/basic/category/bar.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/category copying build/lib/pelican/tests/output/basic/category/cat1.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/category copying build/lib/pelican/tests/output/basic/category/misc.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/category copying build/lib/pelican/tests/output/basic/category/yeah.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/category creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/tag copying build/lib/pelican/tests/output/basic/tag/bar.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/tag copying build/lib/pelican/tests/output/basic/tag/baz.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/tag copying build/lib/pelican/tests/output/basic/tag/foo.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/tag copying build/lib/pelican/tests/output/basic/tag/foobar.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/tag copying build/lib/pelican/tests/output/basic/tag/oh.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/tag copying build/lib/pelican/tests/output/basic/tag/yeah.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/tag creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/drafts copying build/lib/pelican/tests/output/basic/drafts/a-draft-article-without-date.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/drafts copying build/lib/pelican/tests/output/basic/drafts/a-draft-article.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/drafts creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/feeds copying build/lib/pelican/tests/output/basic/feeds/alexis-metaireau.atom.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/feeds copying build/lib/pelican/tests/output/basic/feeds/alexis-metaireau.rss.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/feeds copying build/lib/pelican/tests/output/basic/feeds/all-en.atom.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/feeds copying build/lib/pelican/tests/output/basic/feeds/all-fr.atom.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/feeds copying build/lib/pelican/tests/output/basic/feeds/all.atom.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/feeds copying build/lib/pelican/tests/output/basic/feeds/bar.atom.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/feeds copying build/lib/pelican/tests/output/basic/feeds/cat1.atom.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/feeds copying build/lib/pelican/tests/output/basic/feeds/misc.atom.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/feeds copying build/lib/pelican/tests/output/basic/feeds/yeah.atom.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/feeds creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/override copying build/lib/pelican/tests/output/basic/override/index.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/override creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/pages copying build/lib/pelican/tests/output/basic/pages/this-is-a-test-hidden-page.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/pages copying build/lib/pelican/tests/output/basic/pages/this-is-a-test-page.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/pages creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/css copying build/lib/pelican/tests/output/basic/theme/css/fonts.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/css copying build/lib/pelican/tests/output/basic/theme/css/main.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/css copying build/lib/pelican/tests/output/basic/theme/css/pygment.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/css copying build/lib/pelican/tests/output/basic/theme/css/reset.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/css copying build/lib/pelican/tests/output/basic/theme/css/typogrify.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/css copying build/lib/pelican/tests/output/basic/theme/css/wide.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/css creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/fonts copying build/lib/pelican/tests/output/basic/theme/fonts/font.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/fonts creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/images creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/aboutme.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/bitbucket.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/delicious.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/facebook.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/github.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/gitorious.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/gittip.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/google-groups.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/google-plus.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/hackernews.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/lastfm.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/linkedin.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/reddit.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/rss.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/slideshare.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/speakerdeck.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/stackoverflow.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/twitter.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/vimeo.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/youtube.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/basic/theme/images/icons creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/a-markdown-powered-article.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/archives.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/article-1.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/article-2.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/article-3.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/authors.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/categories.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/filename_metadata-example.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/index.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/index2.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/index3.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/jinja2_template.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/oh-yeah-fr.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/oh-yeah.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/second-article-fr.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/second-article.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/tags.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/this-is-a-super-article.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/unbelievable.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/author copying build/lib/pelican/tests/output/custom/author/alexis-metaireau.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/author copying build/lib/pelican/tests/output/custom/author/alexis-metaireau2.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/author copying build/lib/pelican/tests/output/custom/author/alexis-metaireau3.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/author creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/category copying build/lib/pelican/tests/output/custom/category/bar.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/category copying build/lib/pelican/tests/output/custom/category/cat1.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/category copying build/lib/pelican/tests/output/custom/category/misc.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/category copying build/lib/pelican/tests/output/custom/category/yeah.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/category creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/drafts copying build/lib/pelican/tests/output/custom/drafts/a-draft-article-without-date.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/drafts copying build/lib/pelican/tests/output/custom/drafts/a-draft-article.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/drafts creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/alexis-metaireau.atom.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/alexis-metaireau.rss.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/all-en.atom.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/all-fr.atom.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/all.atom.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/all.rss.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/bar.atom.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/bar.rss.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/cat1.atom.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/cat1.rss.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/misc.atom.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/misc.rss.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/yeah.atom.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/yeah.rss.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/feeds creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/override copying build/lib/pelican/tests/output/custom/override/index.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/override creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/pages copying build/lib/pelican/tests/output/custom/pages/this-is-a-test-hidden-page.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/pages copying build/lib/pelican/tests/output/custom/pages/this-is-a-test-page.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/pages creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/tag copying build/lib/pelican/tests/output/custom/tag/bar.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/tag copying build/lib/pelican/tests/output/custom/tag/baz.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/tag copying build/lib/pelican/tests/output/custom/tag/foo.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/tag copying build/lib/pelican/tests/output/custom/tag/foobar.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/tag copying build/lib/pelican/tests/output/custom/tag/oh.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/tag copying build/lib/pelican/tests/output/custom/tag/yeah.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/tag creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/css copying build/lib/pelican/tests/output/custom/theme/css/fonts.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/css copying build/lib/pelican/tests/output/custom/theme/css/main.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/css copying build/lib/pelican/tests/output/custom/theme/css/pygment.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/css copying build/lib/pelican/tests/output/custom/theme/css/reset.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/css copying build/lib/pelican/tests/output/custom/theme/css/typogrify.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/css copying build/lib/pelican/tests/output/custom/theme/css/wide.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/css creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/fonts copying build/lib/pelican/tests/output/custom/theme/fonts/font.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/fonts creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/images creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/aboutme.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/bitbucket.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/delicious.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/facebook.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/github.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/gitorious.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/gittip.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/google-groups.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/google-plus.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/hackernews.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/lastfm.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/linkedin.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/reddit.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/rss.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/slideshare.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/speakerdeck.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/stackoverflow.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/twitter.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/vimeo.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/youtube.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom/theme/images/icons creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale copying build/lib/pelican/tests/output/custom_locale/archives.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale copying build/lib/pelican/tests/output/custom_locale/authors.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale copying build/lib/pelican/tests/output/custom_locale/categories.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale copying build/lib/pelican/tests/output/custom_locale/index.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale copying build/lib/pelican/tests/output/custom_locale/index2.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale copying build/lib/pelican/tests/output/custom_locale/index3.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale copying build/lib/pelican/tests/output/custom_locale/jinja2_template.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale copying build/lib/pelican/tests/output/custom_locale/oh-yeah-fr.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale copying build/lib/pelican/tests/output/custom_locale/second-article-fr.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale copying build/lib/pelican/tests/output/custom_locale/tags.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/author copying build/lib/pelican/tests/output/custom_locale/author/alexis-metaireau.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/author copying build/lib/pelican/tests/output/custom_locale/author/alexis-metaireau2.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/author copying build/lib/pelican/tests/output/custom_locale/author/alexis-metaireau3.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/author creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/category copying build/lib/pelican/tests/output/custom_locale/category/bar.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/category copying build/lib/pelican/tests/output/custom_locale/category/cat1.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/category copying build/lib/pelican/tests/output/custom_locale/category/misc.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/category copying build/lib/pelican/tests/output/custom_locale/category/yeah.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/category creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/drafts copying build/lib/pelican/tests/output/custom_locale/drafts/a-draft-article-without-date.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/drafts copying build/lib/pelican/tests/output/custom_locale/drafts/a-draft-article.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/drafts creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/alexis-metaireau.atom.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/alexis-metaireau.rss.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/all-en.atom.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/all-fr.atom.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/all.atom.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/all.rss.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/bar.atom.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/bar.rss.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/cat1.atom.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/cat1.rss.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/misc.atom.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/misc.rss.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/yeah.atom.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/yeah.rss.xml -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/feeds creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/override copying build/lib/pelican/tests/output/custom_locale/override/index.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/override creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/pages copying build/lib/pelican/tests/output/custom_locale/pages/this-is-a-test-hidden-page.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/pages copying build/lib/pelican/tests/output/custom_locale/pages/this-is-a-test-page.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/pages creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2010 creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2010/décembre creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2010/décembre/02 creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2010/décembre/02/this-is-a-super-article copying build/lib/pelican/tests/output/custom_locale/posts/2010/décembre/02/this-is-a-super-article/index.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2010/décembre/02/this-is-a-super-article creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2010/octobre creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2010/octobre/15 creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2010/octobre/15/unbelievable copying build/lib/pelican/tests/output/custom_locale/posts/2010/octobre/15/unbelievable/index.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2010/octobre/15/unbelievable creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2010/octobre/20 creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2010/octobre/20/oh-yeah copying build/lib/pelican/tests/output/custom_locale/posts/2010/octobre/20/oh-yeah/index.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2010/octobre/20/oh-yeah creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2011 creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2011/avril creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2011/avril/20 creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2011/avril/20/a-markdown-powered-article copying build/lib/pelican/tests/output/custom_locale/posts/2011/avril/20/a-markdown-powered-article/index.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2011/avril/20/a-markdown-powered-article creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2011/février creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2011/février/17 creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2011/février/17/article-1 copying build/lib/pelican/tests/output/custom_locale/posts/2011/février/17/article-1/index.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2011/février/17/article-1 creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2011/février/17/article-2 copying build/lib/pelican/tests/output/custom_locale/posts/2011/février/17/article-2/index.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2011/février/17/article-2 creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2011/février/17/article-3 copying build/lib/pelican/tests/output/custom_locale/posts/2011/février/17/article-3/index.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2011/février/17/article-3 creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2012 creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2012/février creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2012/février/29 creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2012/février/29/second-article copying build/lib/pelican/tests/output/custom_locale/posts/2012/février/29/second-article/index.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2012/février/29/second-article creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2012/novembre creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2012/novembre/30 creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2012/novembre/30/filename_metadata-example copying build/lib/pelican/tests/output/custom_locale/posts/2012/novembre/30/filename_metadata-example/index.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/posts/2012/novembre/30/filename_metadata-example creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/tag copying build/lib/pelican/tests/output/custom_locale/tag/bar.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/tag copying build/lib/pelican/tests/output/custom_locale/tag/baz.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/tag copying build/lib/pelican/tests/output/custom_locale/tag/foo.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/tag copying build/lib/pelican/tests/output/custom_locale/tag/foobar.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/tag copying build/lib/pelican/tests/output/custom_locale/tag/oh.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/tag copying build/lib/pelican/tests/output/custom_locale/tag/yeah.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/tag creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/css copying build/lib/pelican/tests/output/custom_locale/theme/css/fonts.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/css copying build/lib/pelican/tests/output/custom_locale/theme/css/main.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/css copying build/lib/pelican/tests/output/custom_locale/theme/css/pygment.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/css copying build/lib/pelican/tests/output/custom_locale/theme/css/reset.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/css copying build/lib/pelican/tests/output/custom_locale/theme/css/typogrify.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/css copying build/lib/pelican/tests/output/custom_locale/theme/css/wide.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/css creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/fonts copying build/lib/pelican/tests/output/custom_locale/theme/fonts/font.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/fonts creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/images creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/aboutme.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/bitbucket.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/delicious.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/facebook.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/github.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/gitorious.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/gittip.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/google-groups.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/google-plus.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/hackernews.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/lastfm.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/linkedin.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/reddit.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/rss.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/slideshare.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/speakerdeck.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/stackoverflow.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/twitter.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/vimeo.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/youtube.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/output/custom_locale/theme/images/icons creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/parse_error copying build/lib/pelican/tests/parse_error/parse_error.rst -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/parse_error creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/theme_overrides creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/theme_overrides/level1 copying build/lib/pelican/tests/theme_overrides/level1/article.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/theme_overrides/level1 creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/theme_overrides/level2 copying build/lib/pelican/tests/theme_overrides/level2/article.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/theme_overrides/level2 copying build/lib/pelican/tests/theme_overrides/level2/authors.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tests/theme_overrides/level2 creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tools copying build/lib/pelican/tools/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tools copying build/lib/pelican/tools/pelican_import.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tools copying build/lib/pelican/tools/pelican_quickstart.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tools copying build/lib/pelican/tools/pelican_themes.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tools creating build/bdist.openbsd-7.5-amd64/wheel/pelican/tools/templates copying build/lib/pelican/tools/templates/Makefile.jinja2 -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tools/templates copying build/lib/pelican/tools/templates/pelicanconf.py.jinja2 -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tools/templates copying build/lib/pelican/tools/templates/publishconf.py.jinja2 -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tools/templates copying build/lib/pelican/tools/templates/tasks.py.jinja2 -> build/bdist.openbsd-7.5-amd64/wheel/pelican/tools/templates creating build/bdist.openbsd-7.5-amd64/wheel/pelican/plugins copying build/lib/pelican/plugins/_utils.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/plugins copying build/lib/pelican/plugins/signals.py -> build/bdist.openbsd-7.5-amd64/wheel/pelican/plugins creating build/bdist.openbsd-7.5-amd64/wheel/pelican/themes creating build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea creating build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static creating build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/css copying build/lib/pelican/themes/notmyidea/static/css/fonts.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/css copying build/lib/pelican/themes/notmyidea/static/css/main.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/css copying build/lib/pelican/themes/notmyidea/static/css/pygment.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/css copying build/lib/pelican/themes/notmyidea/static/css/reset.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/css copying build/lib/pelican/themes/notmyidea/static/css/typogrify.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/css copying build/lib/pelican/themes/notmyidea/static/css/wide.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/css creating build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/fonts copying build/lib/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.eot -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/fonts copying build/lib/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.svg -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/fonts copying build/lib/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.ttf -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/fonts copying build/lib/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.woff -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/fonts copying build/lib/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.woff2 -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/fonts copying build/lib/pelican/themes/notmyidea/static/fonts/font.css -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/fonts creating build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/images creating build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/aboutme.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/bitbucket.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/delicious.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/facebook.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/github.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/gitorious.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/gittip.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/google-groups.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/google-plus.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/hackernews.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/lastfm.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/linkedin.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/reddit.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/rss.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/slideshare.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/speakerdeck.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/stackoverflow.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/twitter.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/vimeo.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/youtube.png -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/static/images/icons creating build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/analytics.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/archives.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/article.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/article_infos.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/author.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/authors.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/base.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/categories.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/category.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/comments.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/disqus_script.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/github.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/index.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/page.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/period_archives.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/tag.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/taglist.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/tags.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/translations.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/twitter.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/notmyidea/templates creating build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/simple creating build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/archives.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/article.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/author.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/authors.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/base.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/categories.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/category.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/gosquared.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/index.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/page.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/pagination.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/period_archives.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/tag.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/tags.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/translations.html -> build/bdist.openbsd-7.5-amd64/wheel/pelican/themes/simple/templates running install_egg_info Copying pelican.egg-info to build/bdist.openbsd-7.5-amd64/wheel/pelican-4.7.2-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/pelican-4.7.2.dist-info/WHEEL creating '/exopi-obj/pobj/pelican-4.7.2/pelican-4.7.2/dist/.tmp-3cfv8yph/pelican-4.7.2-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.5-amd64/wheel' to it adding 'pelican/__init__.py' adding 'pelican/__main__.py' adding 'pelican/cache.py' adding 'pelican/contents.py' adding 'pelican/generators.py' adding 'pelican/log.py' adding 'pelican/paginator.py' adding 'pelican/readers.py' adding 'pelican/rstdirectives.py' adding 'pelican/server.py' adding 'pelican/settings.py' adding 'pelican/signals.py' adding 'pelican/urlwrappers.py' adding 'pelican/utils.py' adding 'pelican/writers.py' adding 'pelican/plugins/_utils.py' adding 'pelican/plugins/signals.py' adding 'pelican/tests/__init__.py' adding 'pelican/tests/default_conf.py' adding 'pelican/tests/support.py' adding 'pelican/tests/test_cache.py' adding 'pelican/tests/test_cli.py' adding 'pelican/tests/test_contents.py' adding 'pelican/tests/test_generators.py' adding 'pelican/tests/test_importer.py' adding 'pelican/tests/test_log.py' adding 'pelican/tests/test_paginator.py' adding 'pelican/tests/test_pelican.py' adding 'pelican/tests/test_plugins.py' adding 'pelican/tests/test_readers.py' adding 'pelican/tests/test_rstdirectives.py' adding 'pelican/tests/test_server.py' adding 'pelican/tests/test_settings.py' adding 'pelican/tests/test_testsuite.py' adding 'pelican/tests/test_urlwrappers.py' adding 'pelican/tests/test_utils.py' adding 'pelican/tests/TestPages/bad_page.rst' adding 'pelican/tests/TestPages/draft_page.rst' adding 'pelican/tests/TestPages/draft_page_markdown.md' adding 'pelican/tests/TestPages/draft_page_with_template.rst' adding 'pelican/tests/TestPages/hidden_page.rst' adding 'pelican/tests/TestPages/hidden_page_markdown.md' adding 'pelican/tests/TestPages/hidden_page_with_template.rst' adding 'pelican/tests/TestPages/page.rst' adding 'pelican/tests/TestPages/page_markdown.md' adding 'pelican/tests/TestPages/page_used_for_sorting_test.rst' adding 'pelican/tests/TestPages/page_with_category_and_tag_links.md' adding 'pelican/tests/TestPages/page_with_static_links.md' adding 'pelican/tests/TestPages/page_with_template.rst' adding 'pelican/tests/content/2012-11-29_rst_w_filename_meta#foo-bar.rst' adding 'pelican/tests/content/2012-11-30_md_w_filename_meta#foo-bar.md' adding 'pelican/tests/content/article.rst' adding 'pelican/tests/content/article_draft.md' adding 'pelican/tests/content/article_hidden.md' adding 'pelican/tests/content/article_with_attributes_containing_double_quotes.html' adding 'pelican/tests/content/article_with_capitalized_metadata.rst' adding 'pelican/tests/content/article_with_code_block.rst' adding 'pelican/tests/content/article_with_comments.html' adding 'pelican/tests/content/article_with_duplicate_tags_authors.md' adding 'pelican/tests/content/article_with_inline_svg.html' adding 'pelican/tests/content/article_with_keywords.html' adding 'pelican/tests/content/article_with_markdown_and_empty_tags.md' adding 'pelican/tests/content/article_with_markdown_and_footnote.md' adding 'pelican/tests/content/article_with_markdown_and_nested_metadata.md' adding 'pelican/tests/content/article_with_markdown_and_nonascii_summary.md' adding 'pelican/tests/content/article_with_markdown_and_summary_metadata_multi.md' adding 'pelican/tests/content/article_with_markdown_and_summary_metadata_single.md' adding 'pelican/tests/content/article_with_markdown_extension.markdown' adding 'pelican/tests/content/article_with_markdown_markup_extensions.md' adding 'pelican/tests/content/article_with_md_extension.md' adding 'pelican/tests/content/article_with_metadata.html' adding 'pelican/tests/content/article_with_metadata.rst' adding 'pelican/tests/content/article_with_metadata_and_contents.html' adding 'pelican/tests/content/article_with_metadata_explicit_date_implicit_modified.html' adding 'pelican/tests/content/article_with_metadata_explicit_dates.html' adding 'pelican/tests/content/article_with_metadata_implicit_date_explicit_modified.html' adding 'pelican/tests/content/article_with_metadata_implicit_dates.html' adding 'pelican/tests/content/article_with_mkd_extension.mkd' adding 'pelican/tests/content/article_with_multiple_authors.html' adding 'pelican/tests/content/article_with_multiple_authors.rst' adding 'pelican/tests/content/article_with_multiple_authors_list.rst' adding 'pelican/tests/content/article_with_multiple_authors_semicolon.rst' adding 'pelican/tests/content/article_with_multiple_metadata_tags.html' adding 'pelican/tests/content/article_with_nonconformant_meta_tags.html' adding 'pelican/tests/content/article_with_null_attributes.html' adding 'pelican/tests/content/article_with_template.rst' adding 'pelican/tests/content/article_with_typogrify_dashes.md' adding 'pelican/tests/content/article_with_typogrify_dashes.rst' adding 'pelican/tests/content/article_with_uppercase_metadata.html' adding 'pelican/tests/content/article_with_uppercase_metadata.rst' adding 'pelican/tests/content/article_without_category.rst' adding 'pelican/tests/content/bloggerexport.xml' adding 'pelican/tests/content/empty.md' adding 'pelican/tests/content/empty_with_bom.md' adding 'pelican/tests/content/wordpressexport.xml' adding 'pelican/tests/content/TestCategory/article_with_category.rst' adding 'pelican/tests/content/TestCategory/article_without_category.rst' adding 'pelican/tests/cyclic_intersite_links/first-article.rst' adding 'pelican/tests/cyclic_intersite_links/second-article.rst' adding 'pelican/tests/cyclic_intersite_links/third-article.rst' adding 'pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins/ns_plugin/__init__.py' adding 'pelican/tests/dummy_plugins/normal_plugin/normal_plugin/__init__.py' adding 'pelican/tests/dummy_plugins/normal_plugin/normal_plugin/submodule.py' adding 'pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/__init__.py' adding 'pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subplugin.py' adding 'pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/__init__.py' adding 'pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/subpackage.py' adding 'pelican/tests/mixed_content/short_page.md' adding 'pelican/tests/nested_content/maindir/maindir.md' adding 'pelican/tests/nested_content/maindir/subdir/subdir.md' adding 'pelican/tests/output/basic/a-markdown-powered-article.html' adding 'pelican/tests/output/basic/archives.html' adding 'pelican/tests/output/basic/article-1.html' adding 'pelican/tests/output/basic/article-2.html' adding 'pelican/tests/output/basic/article-3.html' adding 'pelican/tests/output/basic/authors.html' adding 'pelican/tests/output/basic/categories.html' adding 'pelican/tests/output/basic/filename_metadata-example.html' adding 'pelican/tests/output/basic/index.html' adding 'pelican/tests/output/basic/oh-yeah-fr.html' adding 'pelican/tests/output/basic/oh-yeah.html' adding 'pelican/tests/output/basic/second-article-fr.html' adding 'pelican/tests/output/basic/second-article.html' adding 'pelican/tests/output/basic/tags.html' adding 'pelican/tests/output/basic/this-is-a-super-article.html' adding 'pelican/tests/output/basic/unbelievable.html' adding 'pelican/tests/output/basic/author/alexis-metaireau.html' adding 'pelican/tests/output/basic/category/bar.html' adding 'pelican/tests/output/basic/category/cat1.html' adding 'pelican/tests/output/basic/category/misc.html' adding 'pelican/tests/output/basic/category/yeah.html' adding 'pelican/tests/output/basic/drafts/a-draft-article-without-date.html' adding 'pelican/tests/output/basic/drafts/a-draft-article.html' adding 'pelican/tests/output/basic/feeds/alexis-metaireau.atom.xml' adding 'pelican/tests/output/basic/feeds/alexis-metaireau.rss.xml' adding 'pelican/tests/output/basic/feeds/all-en.atom.xml' adding 'pelican/tests/output/basic/feeds/all-fr.atom.xml' adding 'pelican/tests/output/basic/feeds/all.atom.xml' adding 'pelican/tests/output/basic/feeds/bar.atom.xml' adding 'pelican/tests/output/basic/feeds/cat1.atom.xml' adding 'pelican/tests/output/basic/feeds/misc.atom.xml' adding 'pelican/tests/output/basic/feeds/yeah.atom.xml' adding 'pelican/tests/output/basic/override/index.html' adding 'pelican/tests/output/basic/pages/this-is-a-test-hidden-page.html' adding 'pelican/tests/output/basic/pages/this-is-a-test-page.html' adding 'pelican/tests/output/basic/tag/bar.html' adding 'pelican/tests/output/basic/tag/baz.html' adding 'pelican/tests/output/basic/tag/foo.html' adding 'pelican/tests/output/basic/tag/foobar.html' adding 'pelican/tests/output/basic/tag/oh.html' adding 'pelican/tests/output/basic/tag/yeah.html' adding 'pelican/tests/output/basic/theme/css/fonts.css' adding 'pelican/tests/output/basic/theme/css/main.css' adding 'pelican/tests/output/basic/theme/css/pygment.css' adding 'pelican/tests/output/basic/theme/css/reset.css' adding 'pelican/tests/output/basic/theme/css/typogrify.css' adding 'pelican/tests/output/basic/theme/css/wide.css' adding 'pelican/tests/output/basic/theme/fonts/font.css' adding 'pelican/tests/output/basic/theme/images/icons/aboutme.png' adding 'pelican/tests/output/basic/theme/images/icons/bitbucket.png' adding 'pelican/tests/output/basic/theme/images/icons/delicious.png' adding 'pelican/tests/output/basic/theme/images/icons/facebook.png' adding 'pelican/tests/output/basic/theme/images/icons/github.png' adding 'pelican/tests/output/basic/theme/images/icons/gitorious.png' adding 'pelican/tests/output/basic/theme/images/icons/gittip.png' adding 'pelican/tests/output/basic/theme/images/icons/google-groups.png' adding 'pelican/tests/output/basic/theme/images/icons/google-plus.png' adding 'pelican/tests/output/basic/theme/images/icons/hackernews.png' adding 'pelican/tests/output/basic/theme/images/icons/lastfm.png' adding 'pelican/tests/output/basic/theme/images/icons/linkedin.png' adding 'pelican/tests/output/basic/theme/images/icons/reddit.png' adding 'pelican/tests/output/basic/theme/images/icons/rss.png' adding 'pelican/tests/output/basic/theme/images/icons/slideshare.png' adding 'pelican/tests/output/basic/theme/images/icons/speakerdeck.png' adding 'pelican/tests/output/basic/theme/images/icons/stackoverflow.png' adding 'pelican/tests/output/basic/theme/images/icons/twitter.png' adding 'pelican/tests/output/basic/theme/images/icons/vimeo.png' adding 'pelican/tests/output/basic/theme/images/icons/youtube.png' adding 'pelican/tests/output/custom/a-markdown-powered-article.html' adding 'pelican/tests/output/custom/archives.html' adding 'pelican/tests/output/custom/article-1.html' adding 'pelican/tests/output/custom/article-2.html' adding 'pelican/tests/output/custom/article-3.html' adding 'pelican/tests/output/custom/authors.html' adding 'pelican/tests/output/custom/categories.html' adding 'pelican/tests/output/custom/filename_metadata-example.html' adding 'pelican/tests/output/custom/index.html' adding 'pelican/tests/output/custom/index2.html' adding 'pelican/tests/output/custom/index3.html' adding 'pelican/tests/output/custom/jinja2_template.html' adding 'pelican/tests/output/custom/oh-yeah-fr.html' adding 'pelican/tests/output/custom/oh-yeah.html' adding 'pelican/tests/output/custom/second-article-fr.html' adding 'pelican/tests/output/custom/second-article.html' adding 'pelican/tests/output/custom/tags.html' adding 'pelican/tests/output/custom/this-is-a-super-article.html' adding 'pelican/tests/output/custom/unbelievable.html' adding 'pelican/tests/output/custom/author/alexis-metaireau.html' adding 'pelican/tests/output/custom/author/alexis-metaireau2.html' adding 'pelican/tests/output/custom/author/alexis-metaireau3.html' adding 'pelican/tests/output/custom/category/bar.html' adding 'pelican/tests/output/custom/category/cat1.html' adding 'pelican/tests/output/custom/category/misc.html' adding 'pelican/tests/output/custom/category/yeah.html' adding 'pelican/tests/output/custom/drafts/a-draft-article-without-date.html' adding 'pelican/tests/output/custom/drafts/a-draft-article.html' adding 'pelican/tests/output/custom/feeds/alexis-metaireau.atom.xml' adding 'pelican/tests/output/custom/feeds/alexis-metaireau.rss.xml' adding 'pelican/tests/output/custom/feeds/all-en.atom.xml' adding 'pelican/tests/output/custom/feeds/all-fr.atom.xml' adding 'pelican/tests/output/custom/feeds/all.atom.xml' adding 'pelican/tests/output/custom/feeds/all.rss.xml' adding 'pelican/tests/output/custom/feeds/bar.atom.xml' adding 'pelican/tests/output/custom/feeds/bar.rss.xml' adding 'pelican/tests/output/custom/feeds/cat1.atom.xml' adding 'pelican/tests/output/custom/feeds/cat1.rss.xml' adding 'pelican/tests/output/custom/feeds/misc.atom.xml' adding 'pelican/tests/output/custom/feeds/misc.rss.xml' adding 'pelican/tests/output/custom/feeds/yeah.atom.xml' adding 'pelican/tests/output/custom/feeds/yeah.rss.xml' adding 'pelican/tests/output/custom/override/index.html' adding 'pelican/tests/output/custom/pages/this-is-a-test-hidden-page.html' adding 'pelican/tests/output/custom/pages/this-is-a-test-page.html' adding 'pelican/tests/output/custom/tag/bar.html' adding 'pelican/tests/output/custom/tag/baz.html' adding 'pelican/tests/output/custom/tag/foo.html' adding 'pelican/tests/output/custom/tag/foobar.html' adding 'pelican/tests/output/custom/tag/oh.html' adding 'pelican/tests/output/custom/tag/yeah.html' adding 'pelican/tests/output/custom/theme/css/fonts.css' adding 'pelican/tests/output/custom/theme/css/main.css' adding 'pelican/tests/output/custom/theme/css/pygment.css' adding 'pelican/tests/output/custom/theme/css/reset.css' adding 'pelican/tests/output/custom/theme/css/typogrify.css' adding 'pelican/tests/output/custom/theme/css/wide.css' adding 'pelican/tests/output/custom/theme/fonts/font.css' adding 'pelican/tests/output/custom/theme/images/icons/aboutme.png' adding 'pelican/tests/output/custom/theme/images/icons/bitbucket.png' adding 'pelican/tests/output/custom/theme/images/icons/delicious.png' adding 'pelican/tests/output/custom/theme/images/icons/facebook.png' adding 'pelican/tests/output/custom/theme/images/icons/github.png' adding 'pelican/tests/output/custom/theme/images/icons/gitorious.png' adding 'pelican/tests/output/custom/theme/images/icons/gittip.png' adding 'pelican/tests/output/custom/theme/images/icons/google-groups.png' adding 'pelican/tests/output/custom/theme/images/icons/google-plus.png' adding 'pelican/tests/output/custom/theme/images/icons/hackernews.png' adding 'pelican/tests/output/custom/theme/images/icons/lastfm.png' adding 'pelican/tests/output/custom/theme/images/icons/linkedin.png' adding 'pelican/tests/output/custom/theme/images/icons/reddit.png' adding 'pelican/tests/output/custom/theme/images/icons/rss.png' adding 'pelican/tests/output/custom/theme/images/icons/slideshare.png' adding 'pelican/tests/output/custom/theme/images/icons/speakerdeck.png' adding 'pelican/tests/output/custom/theme/images/icons/stackoverflow.png' adding 'pelican/tests/output/custom/theme/images/icons/twitter.png' adding 'pelican/tests/output/custom/theme/images/icons/vimeo.png' adding 'pelican/tests/output/custom/theme/images/icons/youtube.png' adding 'pelican/tests/output/custom_locale/archives.html' adding 'pelican/tests/output/custom_locale/authors.html' adding 'pelican/tests/output/custom_locale/categories.html' adding 'pelican/tests/output/custom_locale/index.html' adding 'pelican/tests/output/custom_locale/index2.html' adding 'pelican/tests/output/custom_locale/index3.html' adding 'pelican/tests/output/custom_locale/jinja2_template.html' adding 'pelican/tests/output/custom_locale/oh-yeah-fr.html' adding 'pelican/tests/output/custom_locale/second-article-fr.html' adding 'pelican/tests/output/custom_locale/tags.html' adding 'pelican/tests/output/custom_locale/author/alexis-metaireau.html' adding 'pelican/tests/output/custom_locale/author/alexis-metaireau2.html' adding 'pelican/tests/output/custom_locale/author/alexis-metaireau3.html' adding 'pelican/tests/output/custom_locale/category/bar.html' adding 'pelican/tests/output/custom_locale/category/cat1.html' adding 'pelican/tests/output/custom_locale/category/misc.html' adding 'pelican/tests/output/custom_locale/category/yeah.html' adding 'pelican/tests/output/custom_locale/drafts/a-draft-article-without-date.html' adding 'pelican/tests/output/custom_locale/drafts/a-draft-article.html' adding 'pelican/tests/output/custom_locale/feeds/alexis-metaireau.atom.xml' adding 'pelican/tests/output/custom_locale/feeds/alexis-metaireau.rss.xml' adding 'pelican/tests/output/custom_locale/feeds/all-en.atom.xml' adding 'pelican/tests/output/custom_locale/feeds/all-fr.atom.xml' adding 'pelican/tests/output/custom_locale/feeds/all.atom.xml' adding 'pelican/tests/output/custom_locale/feeds/all.rss.xml' adding 'pelican/tests/output/custom_locale/feeds/bar.atom.xml' adding 'pelican/tests/output/custom_locale/feeds/bar.rss.xml' adding 'pelican/tests/output/custom_locale/feeds/cat1.atom.xml' adding 'pelican/tests/output/custom_locale/feeds/cat1.rss.xml' adding 'pelican/tests/output/custom_locale/feeds/misc.atom.xml' adding 'pelican/tests/output/custom_locale/feeds/misc.rss.xml' adding 'pelican/tests/output/custom_locale/feeds/yeah.atom.xml' adding 'pelican/tests/output/custom_locale/feeds/yeah.rss.xml' adding 'pelican/tests/output/custom_locale/override/index.html' adding 'pelican/tests/output/custom_locale/pages/this-is-a-test-hidden-page.html' adding 'pelican/tests/output/custom_locale/pages/this-is-a-test-page.html' adding 'pelican/tests/output/custom_locale/posts/2010/décembre/02/this-is-a-super-article/index.html' adding 'pelican/tests/output/custom_locale/posts/2010/octobre/15/unbelievable/index.html' adding 'pelican/tests/output/custom_locale/posts/2010/octobre/20/oh-yeah/index.html' adding 'pelican/tests/output/custom_locale/posts/2011/avril/20/a-markdown-powered-article/index.html' adding 'pelican/tests/output/custom_locale/posts/2011/février/17/article-1/index.html' adding 'pelican/tests/output/custom_locale/posts/2011/février/17/article-2/index.html' adding 'pelican/tests/output/custom_locale/posts/2011/février/17/article-3/index.html' adding 'pelican/tests/output/custom_locale/posts/2012/février/29/second-article/index.html' adding 'pelican/tests/output/custom_locale/posts/2012/novembre/30/filename_metadata-example/index.html' adding 'pelican/tests/output/custom_locale/tag/bar.html' adding 'pelican/tests/output/custom_locale/tag/baz.html' adding 'pelican/tests/output/custom_locale/tag/foo.html' adding 'pelican/tests/output/custom_locale/tag/foobar.html' adding 'pelican/tests/output/custom_locale/tag/oh.html' adding 'pelican/tests/output/custom_locale/tag/yeah.html' adding 'pelican/tests/output/custom_locale/theme/css/fonts.css' adding 'pelican/tests/output/custom_locale/theme/css/main.css' adding 'pelican/tests/output/custom_locale/theme/css/pygment.css' adding 'pelican/tests/output/custom_locale/theme/css/reset.css' adding 'pelican/tests/output/custom_locale/theme/css/typogrify.css' adding 'pelican/tests/output/custom_locale/theme/css/wide.css' adding 'pelican/tests/output/custom_locale/theme/fonts/font.css' adding 'pelican/tests/output/custom_locale/theme/images/icons/aboutme.png' adding 'pelican/tests/output/custom_locale/theme/images/icons/bitbucket.png' adding 'pelican/tests/output/custom_locale/theme/images/icons/delicious.png' adding 'pelican/tests/output/custom_locale/theme/images/icons/facebook.png' adding 'pelican/tests/output/custom_locale/theme/images/icons/github.png' adding 'pelican/tests/output/custom_locale/theme/images/icons/gitorious.png' adding 'pelican/tests/output/custom_locale/theme/images/icons/gittip.png' adding 'pelican/tests/output/custom_locale/theme/images/icons/google-groups.png' adding 'pelican/tests/output/custom_locale/theme/images/icons/google-plus.png' adding 'pelican/tests/output/custom_locale/theme/images/icons/hackernews.png' adding 'pelican/tests/output/custom_locale/theme/images/icons/lastfm.png' adding 'pelican/tests/output/custom_locale/theme/images/icons/linkedin.png' adding 'pelican/tests/output/custom_locale/theme/images/icons/reddit.png' adding 'pelican/tests/output/custom_locale/theme/images/icons/rss.png' adding 'pelican/tests/output/custom_locale/theme/images/icons/slideshare.png' adding 'pelican/tests/output/custom_locale/theme/images/icons/speakerdeck.png' adding 'pelican/tests/output/custom_locale/theme/images/icons/stackoverflow.png' adding 'pelican/tests/output/custom_locale/theme/images/icons/twitter.png' adding 'pelican/tests/output/custom_locale/theme/images/icons/vimeo.png' adding 'pelican/tests/output/custom_locale/theme/images/icons/youtube.png' adding 'pelican/tests/parse_error/parse_error.rst' adding 'pelican/tests/theme_overrides/level1/article.html' adding 'pelican/tests/theme_overrides/level2/article.html' adding 'pelican/tests/theme_overrides/level2/authors.html' adding 'pelican/themes/notmyidea/static/css/fonts.css' adding 'pelican/themes/notmyidea/static/css/main.css' adding 'pelican/themes/notmyidea/static/css/pygment.css' adding 'pelican/themes/notmyidea/static/css/reset.css' adding 'pelican/themes/notmyidea/static/css/typogrify.css' adding 'pelican/themes/notmyidea/static/css/wide.css' adding 'pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.eot' adding 'pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.svg' adding 'pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.ttf' adding 'pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.woff' adding 'pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.woff2' adding 'pelican/themes/notmyidea/static/fonts/font.css' adding 'pelican/themes/notmyidea/static/images/icons/aboutme.png' adding 'pelican/themes/notmyidea/static/images/icons/bitbucket.png' adding 'pelican/themes/notmyidea/static/images/icons/delicious.png' adding 'pelican/themes/notmyidea/static/images/icons/facebook.png' adding 'pelican/themes/notmyidea/static/images/icons/github.png' adding 'pelican/themes/notmyidea/static/images/icons/gitorious.png' adding 'pelican/themes/notmyidea/static/images/icons/gittip.png' adding 'pelican/themes/notmyidea/static/images/icons/google-groups.png' adding 'pelican/themes/notmyidea/static/images/icons/google-plus.png' adding 'pelican/themes/notmyidea/static/images/icons/hackernews.png' adding 'pelican/themes/notmyidea/static/images/icons/lastfm.png' adding 'pelican/themes/notmyidea/static/images/icons/linkedin.png' adding 'pelican/themes/notmyidea/static/images/icons/reddit.png' adding 'pelican/themes/notmyidea/static/images/icons/rss.png' adding 'pelican/themes/notmyidea/static/images/icons/slideshare.png' adding 'pelican/themes/notmyidea/static/images/icons/speakerdeck.png' adding 'pelican/themes/notmyidea/static/images/icons/stackoverflow.png' adding 'pelican/themes/notmyidea/static/images/icons/twitter.png' adding 'pelican/themes/notmyidea/static/images/icons/vimeo.png' adding 'pelican/themes/notmyidea/static/images/icons/youtube.png' adding 'pelican/themes/notmyidea/templates/analytics.html' adding 'pelican/themes/notmyidea/templates/archives.html' adding 'pelican/themes/notmyidea/templates/article.html' adding 'pelican/themes/notmyidea/templates/article_infos.html' adding 'pelican/themes/notmyidea/templates/author.html' adding 'pelican/themes/notmyidea/templates/authors.html' adding 'pelican/themes/notmyidea/templates/base.html' adding 'pelican/themes/notmyidea/templates/categories.html' adding 'pelican/themes/notmyidea/templates/category.html' adding 'pelican/themes/notmyidea/templates/comments.html' adding 'pelican/themes/notmyidea/templates/disqus_script.html' adding 'pelican/themes/notmyidea/templates/github.html' adding 'pelican/themes/notmyidea/templates/index.html' adding 'pelican/themes/notmyidea/templates/page.html' adding 'pelican/themes/notmyidea/templates/period_archives.html' adding 'pelican/themes/notmyidea/templates/tag.html' adding 'pelican/themes/notmyidea/templates/taglist.html' adding 'pelican/themes/notmyidea/templates/tags.html' adding 'pelican/themes/notmyidea/templates/translations.html' adding 'pelican/themes/notmyidea/templates/twitter.html' adding 'pelican/themes/simple/templates/archives.html' adding 'pelican/themes/simple/templates/article.html' adding 'pelican/themes/simple/templates/author.html' adding 'pelican/themes/simple/templates/authors.html' adding 'pelican/themes/simple/templates/base.html' adding 'pelican/themes/simple/templates/categories.html' adding 'pelican/themes/simple/templates/category.html' adding 'pelican/themes/simple/templates/gosquared.html' adding 'pelican/themes/simple/templates/index.html' adding 'pelican/themes/simple/templates/page.html' adding 'pelican/themes/simple/templates/pagination.html' adding 'pelican/themes/simple/templates/period_archives.html' adding 'pelican/themes/simple/templates/tag.html' adding 'pelican/themes/simple/templates/tags.html' adding 'pelican/themes/simple/templates/translations.html' adding 'pelican/tools/__init__.py' adding 'pelican/tools/pelican_import.py' adding 'pelican/tools/pelican_quickstart.py' adding 'pelican/tools/pelican_themes.py' adding 'pelican/tools/templates/Makefile.jinja2' adding 'pelican/tools/templates/pelicanconf.py.jinja2' adding 'pelican/tools/templates/publishconf.py.jinja2' adding 'pelican/tools/templates/tasks.py.jinja2' adding 'pelican-4.7.2.dist-info/LICENSE' adding 'pelican-4.7.2.dist-info/METADATA' adding 'pelican-4.7.2.dist-info/WHEEL' adding 'pelican-4.7.2.dist-info/entry_points.txt' adding 'pelican-4.7.2.dist-info/top_level.txt' adding 'pelican-4.7.2.dist-info/RECORD' removing build/bdist.openbsd-7.5-amd64/wheel Successfully built pelican-4.7.2-py2.py3-none-any.whl >>> Running package in www/pelican at 1714747326.98 ===> www/pelican ===> Faking installation for pelican-4.7.2p1 ===> Building package for pelican-4.7.2p1 Create /exopi-cvs/ports/packages/amd64/all/pelican-4.7.2p1.tgz Creating package pelican-4.7.2p1 reading plist| checking dependencies| checking dependencies|devel/py-blinker,python3 checking dependencies|devel/py-dateutil,python3 checking dependencies|devel/py-rich,python3 checking dependencies|devel/py-tz,python3 checking dependencies|lang/python/3.10,-main checking dependencies|textproc/py-docutils,python3 checking dependencies|textproc/py-markdown,python3 checking dependencies|textproc/py-pygments,python3 checking dependencies|textproc/py-unidecode,python3 checking dependencies|www/py-feedgenerator,python3 checking dependencies|www/py-jinja2,python3 checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|****** | 11% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********* | 16% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|******************** | 34% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************* | 52% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|********************************** | 57% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|******************************************************** | 93% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% 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|** | 3% archiving|** | 4% archiving|*** | 5% archiving|**** | 6% archiving|**** | 7% archiving|***** | 7% archiving|***** | 8% archiving|***** | 9% archiving|****** | 9% archiving|****** | 10% archiving|******* | 11% archiving|******* | 12% archiving|******** | 12% archiving|******** | 13% archiving|********* | 14% archiving|********** | 15% archiving|*********** | 17% archiving|*********** | 18% archiving|************ | 19% archiving|************ | 20% archiving|************* | 20% archiving|************* | 21% archiving|************** | 22% archiving|************** | 23% archiving|*************** | 23% archiving|*************** | 24% archiving|**************** | 25% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 28% archiving|****************** | 29% archiving|******************* | 29% archiving|******************** | 31% archiving|********************* | 33% archiving|********************** | 34% archiving|*********************** | 36% archiving|************************ | 37% archiving|************************ | 38% archiving|************************* | 39% archiving|*************************** | 42% archiving|**************************** | 44% archiving|***************************** | 45% archiving|***************************** | 46% archiving|****************************** | 47% archiving|******************************* | 48% archiving|******************************* | 49% archiving|******************************** | 49% archiving|******************************** | 50% archiving|******************************** | 51% archiving|********************************* | 51% archiving|********************************* | 52% archiving|********************************** | 52% archiving|********************************** | 53% archiving|********************************** | 54% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 55% archiving|************************************ | 56% archiving|************************************ | 57% archiving|************************************* | 57% archiving|************************************* | 58% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|*************************************** | 62% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 64% archiving|***************************************** | 65% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************ | 76% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 77% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|***************************************************** | 82% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 85% archiving|******************************************************* | 86% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 89% archiving|*********************************************************** | 92% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/pelican-4.7.2p1.tgz >>> Running clean in www/pelican at 1714747333.04 ===> www/pelican ===> Cleaning for pelican-4.7.2p1 >>> Ended at 1714747333.45 max_stuck=0.00/depends=1.75/show-prepare-results=1.43/build=5.38/package=6.05/clean=0.44