=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Installing for py312-pelican-4.8.0 => Generating pre-install file lists => Creating installation directories => Creating installation directories from PLIST files (cd /Users/pbulk/build/www/py-pelican/work/pelican-4.8.0/ && /usr/bin/env DESTDIR=/Users/pbulk/build/www/py-pelican/work/.destdir USETOOLS=no GOTMPDIR=/Users/pbulk/build PTHREAD_CFLAGS=\ -D_REENTRANT PTHREAD_LDFLAGS= PTHREAD_LIBS=-lpthread PTHREADBASE= DL_CFLAGS= DL_LDFLAGS= DL_LIBS= MACOSX_DEPLOYMENT_TARGET=12.3 PYTHON=/opt/pkg/bin/python3.12 CC=clang CFLAGS=-pipe\ -Os\ -I/opt/pkg/include/python3.12 CPPFLAGS=-I/opt/pkg/include/python3.12 CXX=clang++ CXXFLAGS=-pipe\ -Os\ -I/opt/pkg/include/python3.12 COMPILER_RPATH_FLAG=-L F77=f77 FC=f77 FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/opt/pkg/lib LINKER_RPATH_FLAG=-L PATH=/Users/pbulk/build/www/py-pelican/work/.cwrapper/bin:/Users/pbulk/build/www/py-pelican/work/.buildlink/bin:/Users/pbulk/build/www/py-pelican/work/.tools/bin:/opt/pkg/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/pkg/bin:/opt/pkg/bin PREFIX=/opt/pkg MAKELEVEL=0 CONFIG_SITE= ftp_proxy=downloads-forbidden-except-during-fetch http_proxy=downloads-forbidden-except-during-fetch https_proxy=downloads-forbidden-except-during-fetch no_proxy= PKG_SYSCONFDIR=/opt/pkg/etc CXXCPP=clang\ -E HOME=/Users/pbulk/build/www/py-pelican/work/.home CWRAPPERS_CONFIG_DIR=/Users/pbulk/build/www/py-pelican/work/.cwrapper/config CPP=clang\ -E LOCALBASE=/opt/pkg X11BASE=/opt/pkg PKGMANDIR=share/man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=Mach-O USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ \ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ \ -o\ pbulk\ -g\ staff\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 775 INSTALL_INFO= MAKEINFO=/Users/pbulk/build/www/py-pelican/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/Users/pbulk/build/www/py-pelican/work/.tools/bin/itstool GDBUS_CODEGEN=/Users/pbulk/build/www/py-pelican/work/.tools/bin/gdbus-codegen PKG_CONFIG=/Users/pbulk/build/www/py-pelican/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/Users/pbulk/build/www/py-pelican/work/.buildlink/lib/pkgconfig:/Users/pbulk/build/www/py-pelican/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/Users/pbulk/build/www/py-pelican/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/Users/pbulk/build/www/py-pelican/work/.cwrapper/config /opt/pkg/bin/python3.12 setup.py "install" -c -O1 --root=/Users/pbulk/build/www/py-pelican/work/.destdir) running install /opt/pkg/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running build running build_py 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 warning: no previously-included files matching '*.py[co]' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'pelican.egg-info/SOURCES.txt' /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) /opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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) running install_lib creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican copying build/lib/pelican/__init__.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican copying build/lib/pelican/__main__.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican copying build/lib/pelican/cache.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican copying build/lib/pelican/contents.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican copying build/lib/pelican/generators.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican copying build/lib/pelican/log.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican copying build/lib/pelican/paginator.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/plugins copying build/lib/pelican/plugins/_utils.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/plugins copying build/lib/pelican/plugins/signals.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/plugins copying build/lib/pelican/readers.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican copying build/lib/pelican/rstdirectives.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican copying build/lib/pelican/server.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican copying build/lib/pelican/settings.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican copying build/lib/pelican/signals.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/bad_page.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/draft_page.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/draft_page_markdown.md -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/draft_page_with_template.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/hidden_page.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/hidden_page_markdown.md -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/hidden_page_with_template.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/page.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/page_markdown.md -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/page_used_for_sorting_test.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/page_with_category_and_tag_links.md -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/page_with_static_links.md -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/TestPages copying build/lib/pelican/tests/TestPages/page_with_template.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/TestPages copying build/lib/pelican/tests/__init__.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/2012-11-29_rst_w_filename_meta#foo-bar.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/2012-11-30_md_w_filename_meta#foo-bar.md -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content/TestCategory copying build/lib/pelican/tests/content/TestCategory/article_with_category.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content/TestCategory copying build/lib/pelican/tests/content/TestCategory/article_without_category.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content/TestCategory copying build/lib/pelican/tests/content/article.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_draft.md -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_hidden.md -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_attributes_containing_double_quotes.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_capitalized_metadata.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_code_block.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_comments.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_duplicate_tags_authors.md -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_inline_svg.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_keywords.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_markdown_and_empty_tags.md -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_markdown_and_footnote.md -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_markdown_and_nested_metadata.md -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_markdown_and_nonascii_summary.md -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_markdown_and_summary_metadata_multi.md -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_markdown_and_summary_metadata_single.md -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_markdown_extension.markdown -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_markdown_markup_extensions.md -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_md_extension.md -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_metadata.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_metadata.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_metadata_and_contents.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_metadata_explicit_date_implicit_modified.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_metadata_explicit_dates.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_metadata_implicit_date_explicit_modified.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_metadata_implicit_dates.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_mkd_extension.mkd -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_multiple_authors.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_multiple_authors.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_multiple_authors_list.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_multiple_authors_semicolon.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_multiple_metadata_tags.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_nonconformant_meta_tags.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_null_attributes.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_template.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_typogrify_dashes.md -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_typogrify_dashes.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_uppercase_metadata.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_with_uppercase_metadata.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/article_without_category.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/bloggerexport.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/empty.md -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/empty_with_bom.md -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content copying build/lib/pelican/tests/content/wordpressexport.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/content creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/cyclic_intersite_links copying build/lib/pelican/tests/cyclic_intersite_links/first-article.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/cyclic_intersite_links copying build/lib/pelican/tests/cyclic_intersite_links/second-article.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/cyclic_intersite_links copying build/lib/pelican/tests/cyclic_intersite_links/third-article.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/cyclic_intersite_links copying build/lib/pelican/tests/default_conf.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/dummy_plugins creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/dummy_plugins/namespace_plugin creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/dummy_plugins/namespace_plugin/pelican creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/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 -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins/ns_plugin creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_plugin copying build/lib/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/__init__.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_plugin copying build/lib/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/submodule.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_plugin creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin copying build/lib/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/__init__.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/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 -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/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 -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage copying build/lib/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subplugin.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/mixed_content copying build/lib/pelican/tests/mixed_content/short_page.md -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/mixed_content creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/nested_content creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/nested_content/maindir copying build/lib/pelican/tests/nested_content/maindir/maindir.md -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/nested_content/maindir creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/nested_content/maindir/subdir copying build/lib/pelican/tests/nested_content/maindir/subdir/subdir.md -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/nested_content/maindir/subdir creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/a-markdown-powered-article.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/archives.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/article-1.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/article-2.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/article-3.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/author copying build/lib/pelican/tests/output/basic/author/alexis-metaireau.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/author copying build/lib/pelican/tests/output/basic/authors.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/categories.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/category copying build/lib/pelican/tests/output/basic/category/bar.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/category copying build/lib/pelican/tests/output/basic/category/cat1.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/category copying build/lib/pelican/tests/output/basic/category/misc.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/category copying build/lib/pelican/tests/output/basic/category/yeah.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/category creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/drafts copying build/lib/pelican/tests/output/basic/drafts/a-draft-article-without-date.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/drafts copying build/lib/pelican/tests/output/basic/drafts/a-draft-article.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/drafts creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/feeds copying build/lib/pelican/tests/output/basic/feeds/alexis-metaireau.atom.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/feeds copying build/lib/pelican/tests/output/basic/feeds/alexis-metaireau.rss.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/feeds copying build/lib/pelican/tests/output/basic/feeds/all-en.atom.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/feeds copying build/lib/pelican/tests/output/basic/feeds/all-fr.atom.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/feeds copying build/lib/pelican/tests/output/basic/feeds/all.atom.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/feeds copying build/lib/pelican/tests/output/basic/feeds/bar.atom.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/feeds copying build/lib/pelican/tests/output/basic/feeds/cat1.atom.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/feeds copying build/lib/pelican/tests/output/basic/feeds/misc.atom.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/feeds copying build/lib/pelican/tests/output/basic/feeds/yeah.atom.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/feeds copying build/lib/pelican/tests/output/basic/filename_metadata-example.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/index.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/oh-yeah-fr.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/oh-yeah.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/override copying build/lib/pelican/tests/output/basic/override/index.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/override creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/pages copying build/lib/pelican/tests/output/basic/pages/this-is-a-test-hidden-page.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/pages copying build/lib/pelican/tests/output/basic/pages/this-is-a-test-page.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/pages copying build/lib/pelican/tests/output/basic/second-article-fr.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/second-article.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/tag copying build/lib/pelican/tests/output/basic/tag/bar.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/tag copying build/lib/pelican/tests/output/basic/tag/baz.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/tag copying build/lib/pelican/tests/output/basic/tag/foo.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/tag copying build/lib/pelican/tests/output/basic/tag/foobar.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/tag copying build/lib/pelican/tests/output/basic/tag/oh.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/tag copying build/lib/pelican/tests/output/basic/tag/yeah.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/tag copying build/lib/pelican/tests/output/basic/tags.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/css copying build/lib/pelican/tests/output/basic/theme/css/fonts.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/css copying build/lib/pelican/tests/output/basic/theme/css/main.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/css copying build/lib/pelican/tests/output/basic/theme/css/pygment.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/css copying build/lib/pelican/tests/output/basic/theme/css/reset.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/css copying build/lib/pelican/tests/output/basic/theme/css/typogrify.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/css copying build/lib/pelican/tests/output/basic/theme/css/wide.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/css creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/fonts copying build/lib/pelican/tests/output/basic/theme/fonts/font.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/fonts creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/images creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/aboutme.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/bitbucket.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/delicious.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/facebook.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/github.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/gitorious.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/gittip.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/google-groups.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/google-plus.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/hackernews.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/lastfm.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/linkedin.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/reddit.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/rss.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/slideshare.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/speakerdeck.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/stackoverflow.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/twitter.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/vimeo.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/theme/images/icons/youtube.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic/theme/images/icons copying build/lib/pelican/tests/output/basic/this-is-a-super-article.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic copying build/lib/pelican/tests/output/basic/unbelievable.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/basic creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/a-markdown-powered-article.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/archives.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/article-1.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/article-2.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/article-3.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/author copying build/lib/pelican/tests/output/custom/author/alexis-metaireau.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/author copying build/lib/pelican/tests/output/custom/author/alexis-metaireau2.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/author copying build/lib/pelican/tests/output/custom/author/alexis-metaireau3.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/author copying build/lib/pelican/tests/output/custom/authors.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/categories.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/category copying build/lib/pelican/tests/output/custom/category/bar.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/category copying build/lib/pelican/tests/output/custom/category/cat1.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/category copying build/lib/pelican/tests/output/custom/category/misc.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/category copying build/lib/pelican/tests/output/custom/category/yeah.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/category creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/drafts copying build/lib/pelican/tests/output/custom/drafts/a-draft-article-without-date.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/drafts copying build/lib/pelican/tests/output/custom/drafts/a-draft-article.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/drafts creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/alexis-metaireau.atom.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/alexis-metaireau.rss.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/all-en.atom.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/all-fr.atom.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/all.atom.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/all.rss.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/bar.atom.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/bar.rss.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/cat1.atom.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/cat1.rss.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/misc.atom.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/misc.rss.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/yeah.atom.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/feeds/yeah.rss.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/feeds copying build/lib/pelican/tests/output/custom/filename_metadata-example.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/index.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/index2.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/index3.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/jinja2_template.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/oh-yeah-fr.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/oh-yeah.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/override copying build/lib/pelican/tests/output/custom/override/index.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/override creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/pages copying build/lib/pelican/tests/output/custom/pages/this-is-a-test-hidden-page.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/pages copying build/lib/pelican/tests/output/custom/pages/this-is-a-test-page.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/pages copying build/lib/pelican/tests/output/custom/second-article-fr.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/second-article.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/tag copying build/lib/pelican/tests/output/custom/tag/bar.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/tag copying build/lib/pelican/tests/output/custom/tag/baz.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/tag copying build/lib/pelican/tests/output/custom/tag/foo.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/tag copying build/lib/pelican/tests/output/custom/tag/foobar.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/tag copying build/lib/pelican/tests/output/custom/tag/oh.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/tag copying build/lib/pelican/tests/output/custom/tag/yeah.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/tag copying build/lib/pelican/tests/output/custom/tags.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/css copying build/lib/pelican/tests/output/custom/theme/css/fonts.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/css copying build/lib/pelican/tests/output/custom/theme/css/main.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/css copying build/lib/pelican/tests/output/custom/theme/css/pygment.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/css copying build/lib/pelican/tests/output/custom/theme/css/reset.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/css copying build/lib/pelican/tests/output/custom/theme/css/typogrify.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/css copying build/lib/pelican/tests/output/custom/theme/css/wide.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/css creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/fonts copying build/lib/pelican/tests/output/custom/theme/fonts/font.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/fonts creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/images creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/aboutme.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/bitbucket.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/delicious.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/facebook.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/github.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/gitorious.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/gittip.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/google-groups.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/google-plus.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/hackernews.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/lastfm.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/linkedin.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/reddit.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/rss.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/slideshare.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/speakerdeck.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/stackoverflow.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/twitter.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/vimeo.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/theme/images/icons/youtube.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom/theme/images/icons copying build/lib/pelican/tests/output/custom/this-is-a-super-article.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom copying build/lib/pelican/tests/output/custom/unbelievable.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale copying build/lib/pelican/tests/output/custom_locale/archives.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/author copying build/lib/pelican/tests/output/custom_locale/author/alexis-metaireau.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/author copying build/lib/pelican/tests/output/custom_locale/author/alexis-metaireau2.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/author copying build/lib/pelican/tests/output/custom_locale/author/alexis-metaireau3.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/author copying build/lib/pelican/tests/output/custom_locale/authors.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale copying build/lib/pelican/tests/output/custom_locale/categories.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/category copying build/lib/pelican/tests/output/custom_locale/category/bar.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/category copying build/lib/pelican/tests/output/custom_locale/category/cat1.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/category copying build/lib/pelican/tests/output/custom_locale/category/misc.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/category copying build/lib/pelican/tests/output/custom_locale/category/yeah.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/category creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/drafts copying build/lib/pelican/tests/output/custom_locale/drafts/a-draft-article-without-date.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/drafts copying build/lib/pelican/tests/output/custom_locale/drafts/a-draft-article.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/drafts creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/alexis-metaireau.atom.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/alexis-metaireau.rss.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/all-en.atom.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/all-fr.atom.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/all.atom.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/all.rss.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/bar.atom.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/bar.rss.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/cat1.atom.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/cat1.rss.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/misc.atom.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/misc.rss.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/yeah.atom.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/feeds/yeah.rss.xml -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds copying build/lib/pelican/tests/output/custom_locale/index.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale copying build/lib/pelican/tests/output/custom_locale/index2.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale copying build/lib/pelican/tests/output/custom_locale/index3.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale copying build/lib/pelican/tests/output/custom_locale/jinja2_template.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale copying build/lib/pelican/tests/output/custom_locale/oh-yeah-fr.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/override copying build/lib/pelican/tests/output/custom_locale/override/index.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/override creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/pages copying build/lib/pelican/tests/output/custom_locale/pages/this-is-a-test-hidden-page.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/pages copying build/lib/pelican/tests/output/custom_locale/pages/this-is-a-test-page.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/pages creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2010 creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2010/deÌcembre creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2010/deÌcembre/02 creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2010/deÌcembre/02/this-is-a-super-article copying build/lib/pelican/tests/output/custom_locale/posts/2010/deÌcembre/02/this-is-a-super-article/index.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2010/deÌcembre/02/this-is-a-super-article creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2010/octobre creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2010/octobre/15 creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/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 -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2010/octobre/15/unbelievable creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2010/octobre/20 creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/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 -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2010/octobre/20/oh-yeah creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011 creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/avril creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/avril/20 creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/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 -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/avril/20/a-markdown-powered-article creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/feÌvrier creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/feÌvrier/17 creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/feÌvrier/17/article-1 copying build/lib/pelican/tests/output/custom_locale/posts/2011/feÌvrier/17/article-1/index.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/feÌvrier/17/article-1 creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/feÌvrier/17/article-2 copying build/lib/pelican/tests/output/custom_locale/posts/2011/feÌvrier/17/article-2/index.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/feÌvrier/17/article-2 creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/feÌvrier/17/article-3 copying build/lib/pelican/tests/output/custom_locale/posts/2011/feÌvrier/17/article-3/index.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/feÌvrier/17/article-3 creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2012 creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2012/feÌvrier creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2012/feÌvrier/29 creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2012/feÌvrier/29/second-article copying build/lib/pelican/tests/output/custom_locale/posts/2012/feÌvrier/29/second-article/index.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2012/feÌvrier/29/second-article creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2012/novembre creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2012/novembre/30 creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/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 -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2012/novembre/30/filename_metadata-example copying build/lib/pelican/tests/output/custom_locale/second-article-fr.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/tag copying build/lib/pelican/tests/output/custom_locale/tag/bar.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/tag copying build/lib/pelican/tests/output/custom_locale/tag/baz.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/tag copying build/lib/pelican/tests/output/custom_locale/tag/foo.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/tag copying build/lib/pelican/tests/output/custom_locale/tag/foobar.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/tag copying build/lib/pelican/tests/output/custom_locale/tag/oh.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/tag copying build/lib/pelican/tests/output/custom_locale/tag/yeah.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/tag copying build/lib/pelican/tests/output/custom_locale/tags.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/css copying build/lib/pelican/tests/output/custom_locale/theme/css/fonts.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/css copying build/lib/pelican/tests/output/custom_locale/theme/css/main.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/css copying build/lib/pelican/tests/output/custom_locale/theme/css/pygment.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/css copying build/lib/pelican/tests/output/custom_locale/theme/css/reset.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/css copying build/lib/pelican/tests/output/custom_locale/theme/css/typogrify.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/css copying build/lib/pelican/tests/output/custom_locale/theme/css/wide.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/css creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/fonts copying build/lib/pelican/tests/output/custom_locale/theme/fonts/font.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/fonts creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/images creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/aboutme.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/bitbucket.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/delicious.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/facebook.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/github.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/gitorious.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/gittip.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/google-groups.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/google-plus.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/hackernews.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/lastfm.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/linkedin.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/reddit.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/rss.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/slideshare.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/speakerdeck.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/stackoverflow.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/twitter.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/vimeo.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/images/icons copying build/lib/pelican/tests/output/custom_locale/theme/images/icons/youtube.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/images/icons creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/parse_error copying build/lib/pelican/tests/parse_error/parse_error.rst -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/parse_error copying build/lib/pelican/tests/support.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests copying build/lib/pelican/tests/test_cache.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests copying build/lib/pelican/tests/test_cli.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests copying build/lib/pelican/tests/test_contents.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests copying build/lib/pelican/tests/test_generators.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests copying build/lib/pelican/tests/test_importer.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests copying build/lib/pelican/tests/test_log.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests copying build/lib/pelican/tests/test_paginator.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests copying build/lib/pelican/tests/test_pelican.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests copying build/lib/pelican/tests/test_plugins.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests copying build/lib/pelican/tests/test_readers.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests copying build/lib/pelican/tests/test_rstdirectives.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests copying build/lib/pelican/tests/test_server.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests copying build/lib/pelican/tests/test_settings.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests copying build/lib/pelican/tests/test_testsuite.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests copying build/lib/pelican/tests/test_urlwrappers.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests copying build/lib/pelican/tests/test_utils.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/theme_overrides creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/theme_overrides/level1 copying build/lib/pelican/tests/theme_overrides/level1/article.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/theme_overrides/level1 creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/theme_overrides/level2 copying build/lib/pelican/tests/theme_overrides/level2/article.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/theme_overrides/level2 copying build/lib/pelican/tests/theme_overrides/level2/authors.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/theme_overrides/level2 creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/css copying build/lib/pelican/themes/notmyidea/static/css/fonts.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/css copying build/lib/pelican/themes/notmyidea/static/css/main.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/css copying build/lib/pelican/themes/notmyidea/static/css/pygment.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/css copying build/lib/pelican/themes/notmyidea/static/css/reset.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/css copying build/lib/pelican/themes/notmyidea/static/css/typogrify.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/css copying build/lib/pelican/themes/notmyidea/static/css/wide.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/css creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/fonts copying build/lib/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.eot -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/fonts copying build/lib/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.svg -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/fonts copying build/lib/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.ttf -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/fonts copying build/lib/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.woff -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/fonts copying build/lib/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.woff2 -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/fonts copying build/lib/pelican/themes/notmyidea/static/fonts/font.css -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/fonts creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/images creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/aboutme.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/bitbucket.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/delicious.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/facebook.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/github.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/gitorious.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/gittip.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/google-groups.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/google-plus.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/hackernews.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/lastfm.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/linkedin.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/reddit.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/rss.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/slideshare.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/speakerdeck.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/stackoverflow.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/twitter.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/vimeo.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/images/icons copying build/lib/pelican/themes/notmyidea/static/images/icons/youtube.png -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/static/images/icons creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/analytics.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/archives.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/article.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/article_infos.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/author.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/authors.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/base.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/categories.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/category.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/comments.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/disqus_script.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/github.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/index.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/page.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/period_archives.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/tag.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/taglist.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/tags.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/translations.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/templates copying build/lib/pelican/themes/notmyidea/templates/twitter.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/notmyidea/templates creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/simple creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/archives.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/article.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/author.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/authors.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/base.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/categories.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/category.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/gosquared.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/index.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/page.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/pagination.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/period_archives.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/tag.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/tags.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/simple/templates copying build/lib/pelican/themes/simple/templates/translations.html -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/themes/simple/templates creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tools copying build/lib/pelican/tools/__init__.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tools copying build/lib/pelican/tools/pelican_import.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tools copying build/lib/pelican/tools/pelican_quickstart.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tools copying build/lib/pelican/tools/pelican_themes.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tools creating /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tools/templates copying build/lib/pelican/tools/templates/Makefile.jinja2 -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tools/templates copying build/lib/pelican/tools/templates/pelicanconf.py.jinja2 -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tools/templates copying build/lib/pelican/tools/templates/publishconf.py.jinja2 -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tools/templates copying build/lib/pelican/tools/templates/tasks.py.jinja2 -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tools/templates copying build/lib/pelican/urlwrappers.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican copying build/lib/pelican/utils.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican copying build/lib/pelican/writers.py -> /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/__init__.py to __init__.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/__main__.py to __main__.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/cache.py to cache.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/contents.py to contents.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/generators.py to generators.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/log.py to log.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/paginator.py to paginator.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/plugins/_utils.py to _utils.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/plugins/signals.py to signals.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/readers.py to readers.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/rstdirectives.py to rstdirectives.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/server.py to server.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/settings.py to settings.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/signals.py to signals.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/__init__.py to __init__.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/default_conf.py to default_conf.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins/ns_plugin/__init__.py to __init__.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/__init__.py to __init__.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/submodule.py to submodule.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/__init__.py to __init__.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/__init__.py to __init__.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/subpackage.py to subpackage.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subplugin.py to subplugin.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/support.py to support.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/test_cache.py to test_cache.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/test_cli.py to test_cli.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/test_contents.py to test_contents.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/test_generators.py to test_generators.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/test_importer.py to test_importer.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/test_log.py to test_log.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/test_paginator.py to test_paginator.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/test_pelican.py to test_pelican.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/test_plugins.py to test_plugins.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/test_readers.py to test_readers.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/test_rstdirectives.py to test_rstdirectives.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/test_server.py to test_server.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/test_settings.py to test_settings.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/test_testsuite.py to test_testsuite.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/test_urlwrappers.py to test_urlwrappers.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/test_utils.py to test_utils.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tools/__init__.py to __init__.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tools/pelican_import.py to pelican_import.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tools/pelican_quickstart.py to pelican_quickstart.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tools/pelican_themes.py to pelican_themes.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/urlwrappers.py to urlwrappers.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/utils.py to utils.cpython-312.pyc byte-compiling /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/writers.py to writers.cpython-312.pyc writing byte-compilation script '/tmp/tmpf892zm8w.py' /opt/pkg/bin/python3.12 /tmp/tmpf892zm8w.py removing /tmp/tmpf892zm8w.py running install_egg_info Copying pelican.egg-info to /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican-4.8.0-py3.12.egg-info running install_scripts Installing pelican script to /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/bin Installing pelican-import script to /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/bin Installing pelican-plugins script to /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/bin Installing pelican-quickstart script to /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/bin Installing pelican-themes script to /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/bin /usr/bin/install -c -o pbulk -g staff -m 644 /Users/pbulk/build/www/py-pelican/work/pelican-4.8.0/docs/_build/man/pelican-themes.1 /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/share/man/man1/ /usr/bin/install -c -o pbulk -g staff -m 644 /Users/pbulk/build/www/py-pelican/work/pelican-4.8.0/docs/_build/man/pelican-theming.1 /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/share/man/man1/ /usr/bin/install -c -o pbulk -g staff -m 644 /Users/pbulk/build/www/py-pelican/work/pelican-4.8.0/docs/_build/man/pelican.1 /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/share/man/man1/ /usr/bin/install -c -o pbulk -g staff -m 644 /Users/pbulk/build/www/py-pelican/work/pelican-4.8.0/docs/_build/text/changelog.txt /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/share/doc/pelican/ /usr/bin/install -c -o pbulk -g staff -m 644 /Users/pbulk/build/www/py-pelican/work/pelican-4.8.0/docs/_build/text/content.txt /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/share/doc/pelican/ /usr/bin/install -c -o pbulk -g staff -m 644 /Users/pbulk/build/www/py-pelican/work/pelican-4.8.0/docs/_build/text/contribute.txt /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/share/doc/pelican/ /usr/bin/install -c -o pbulk -g staff -m 644 /Users/pbulk/build/www/py-pelican/work/pelican-4.8.0/docs/_build/text/faq.txt /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/share/doc/pelican/ /usr/bin/install -c -o pbulk -g staff -m 644 /Users/pbulk/build/www/py-pelican/work/pelican-4.8.0/docs/_build/text/importer.txt /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/share/doc/pelican/ /usr/bin/install -c -o pbulk -g staff -m 644 /Users/pbulk/build/www/py-pelican/work/pelican-4.8.0/docs/_build/text/index.txt /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/share/doc/pelican/ /usr/bin/install -c -o pbulk -g staff -m 644 /Users/pbulk/build/www/py-pelican/work/pelican-4.8.0/docs/_build/text/install.txt /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/share/doc/pelican/ /usr/bin/install -c -o pbulk -g staff -m 644 /Users/pbulk/build/www/py-pelican/work/pelican-4.8.0/docs/_build/text/internals.txt /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/share/doc/pelican/ /usr/bin/install -c -o pbulk -g staff -m 644 /Users/pbulk/build/www/py-pelican/work/pelican-4.8.0/docs/_build/text/pelican-themes.txt /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/share/doc/pelican/ /usr/bin/install -c -o pbulk -g staff -m 644 /Users/pbulk/build/www/py-pelican/work/pelican-4.8.0/docs/_build/text/plugins.txt /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/share/doc/pelican/ /usr/bin/install -c -o pbulk -g staff -m 644 /Users/pbulk/build/www/py-pelican/work/pelican-4.8.0/docs/_build/text/publish.txt /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/share/doc/pelican/ /usr/bin/install -c -o pbulk -g staff -m 644 /Users/pbulk/build/www/py-pelican/work/pelican-4.8.0/docs/_build/text/quickstart.txt /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/share/doc/pelican/ /usr/bin/install -c -o pbulk -g staff -m 644 /Users/pbulk/build/www/py-pelican/work/pelican-4.8.0/docs/_build/text/report.txt /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/share/doc/pelican/ /usr/bin/install -c -o pbulk -g staff -m 644 /Users/pbulk/build/www/py-pelican/work/pelican-4.8.0/docs/_build/text/settings.txt /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/share/doc/pelican/ /usr/bin/install -c -o pbulk -g staff -m 644 /Users/pbulk/build/www/py-pelican/work/pelican-4.8.0/docs/_build/text/themes.txt /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/share/doc/pelican/ /usr/bin/install -c -o pbulk -g staff -m 644 /Users/pbulk/build/www/py-pelican/work/pelican-4.8.0/docs/_build/text/tips.txt /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/share/doc/pelican/ => Automatic manual page handling => Generating post-install file lists if test -d "/Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican-4.8.0-py3.12.egg-info"; then /usr/bin/find /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican-4.8.0-py3.12.egg-info -type f -exec /bin/chmod 644 '{}' ';' ; fi => Checking file-check results for py312-pelican-4.8.0 ERROR: ************************************************************ ERROR: The following files are in /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg but not in the PLIST: ERROR: /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2010/deÌcembre/02/this-is-a-super-article/index.html ERROR: /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/feÌvrier/17/article-1/index.html ERROR: /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/feÌvrier/17/article-2/index.html ERROR: /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/feÌvrier/17/article-3/index.html ERROR: /Users/pbulk/build/www/py-pelican/work/.destdir/opt/pkg/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2012/feÌvrier/29/second-article/index.html *** Error code 1 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/www/py-pelican *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/www/py-pelican