=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for py313-zconfig-4.2 * Building wheel... running bdist_wheel running build running build_py creating build/lib/ZConfig copying src/ZConfig/__init__.py -> build/lib/ZConfig copying src/ZConfig/_schema_utils.py -> build/lib/ZConfig copying src/ZConfig/cfgparser.py -> build/lib/ZConfig copying src/ZConfig/cmdline.py -> build/lib/ZConfig copying src/ZConfig/datatypes.py -> build/lib/ZConfig copying src/ZConfig/info.py -> build/lib/ZConfig copying src/ZConfig/loader.py -> build/lib/ZConfig copying src/ZConfig/matcher.py -> build/lib/ZConfig copying src/ZConfig/pygments.py -> build/lib/ZConfig copying src/ZConfig/schema.py -> build/lib/ZConfig copying src/ZConfig/schema2html.py -> build/lib/ZConfig copying src/ZConfig/schemaless.py -> build/lib/ZConfig copying src/ZConfig/sphinx.py -> build/lib/ZConfig copying src/ZConfig/substitution.py -> build/lib/ZConfig copying src/ZConfig/url.py -> build/lib/ZConfig copying src/ZConfig/validator.py -> build/lib/ZConfig creating build/lib/ZConfig/components copying src/ZConfig/components/__init__.py -> build/lib/ZConfig/components creating build/lib/ZConfig/components/basic copying src/ZConfig/components/basic/__init__.py -> build/lib/ZConfig/components/basic copying src/ZConfig/components/basic/mapping.py -> build/lib/ZConfig/components/basic creating build/lib/ZConfig/components/basic/tests copying src/ZConfig/components/basic/tests/__init__.py -> build/lib/ZConfig/components/basic/tests copying src/ZConfig/components/basic/tests/test_mapping.py -> build/lib/ZConfig/components/basic/tests creating build/lib/ZConfig/components/logger copying src/ZConfig/components/logger/__init__.py -> build/lib/ZConfig/components/logger copying src/ZConfig/components/logger/datatypes.py -> build/lib/ZConfig/components/logger copying src/ZConfig/components/logger/factory.py -> build/lib/ZConfig/components/logger copying src/ZConfig/components/logger/formatter.py -> build/lib/ZConfig/components/logger copying src/ZConfig/components/logger/handlers.py -> build/lib/ZConfig/components/logger copying src/ZConfig/components/logger/logger.py -> build/lib/ZConfig/components/logger copying src/ZConfig/components/logger/loghandler.py -> build/lib/ZConfig/components/logger creating build/lib/ZConfig/components/logger/tests copying src/ZConfig/components/logger/tests/__init__.py -> build/lib/ZConfig/components/logger/tests copying src/ZConfig/components/logger/tests/support.py -> build/lib/ZConfig/components/logger/tests copying src/ZConfig/components/logger/tests/test_formatter.py -> build/lib/ZConfig/components/logger/tests copying src/ZConfig/components/logger/tests/test_logger.py -> build/lib/ZConfig/components/logger/tests creating build/lib/ZConfig/tests copying src/ZConfig/tests/__init__.py -> build/lib/ZConfig/tests copying src/ZConfig/tests/support.py -> build/lib/ZConfig/tests copying src/ZConfig/tests/test_cfgimports.py -> build/lib/ZConfig/tests copying src/ZConfig/tests/test_cmdline.py -> build/lib/ZConfig/tests copying src/ZConfig/tests/test_config.py -> build/lib/ZConfig/tests copying src/ZConfig/tests/test_cookbook.py -> build/lib/ZConfig/tests copying src/ZConfig/tests/test_datatypes.py -> build/lib/ZConfig/tests copying src/ZConfig/tests/test_info.py -> build/lib/ZConfig/tests copying src/ZConfig/tests/test_loader.py -> build/lib/ZConfig/tests copying src/ZConfig/tests/test_matcher.py -> build/lib/ZConfig/tests copying src/ZConfig/tests/test_pygments.py -> build/lib/ZConfig/tests copying src/ZConfig/tests/test_readme.py -> build/lib/ZConfig/tests copying src/ZConfig/tests/test_schema.py -> build/lib/ZConfig/tests copying src/ZConfig/tests/test_schema2html.py -> build/lib/ZConfig/tests copying src/ZConfig/tests/test_schemaless.py -> build/lib/ZConfig/tests copying src/ZConfig/tests/test_subst.py -> build/lib/ZConfig/tests copying src/ZConfig/tests/test_validator.py -> build/lib/ZConfig/tests creating build/lib/ZConfig/tests/library copying src/ZConfig/tests/library/__init__.py -> build/lib/ZConfig/tests/library creating build/lib/ZConfig/tests/library/thing copying src/ZConfig/tests/library/thing/__init__.py -> build/lib/ZConfig/tests/library/thing creating build/lib/ZConfig/tests/library/widget copying src/ZConfig/tests/library/widget/__init__.py -> build/lib/ZConfig/tests/library/widget running egg_info writing src/ZConfig.egg-info/PKG-INFO writing dependency_links to src/ZConfig.egg-info/dependency_links.txt writing entry points to src/ZConfig.egg-info/entry_points.txt writing requirements to src/ZConfig.egg-info/requires.txt writing top-level names to src/ZConfig.egg-info/top_level.txt reading manifest file 'src/ZConfig.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'src/ZConfig.egg-info/SOURCES.txt' /usr/pkg/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'ZConfig.tests.input' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'ZConfig.tests.input' 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 'ZConfig.tests.input' 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 'ZConfig.tests.input' to be distributed and are already explicitly excluding 'ZConfig.tests.input' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'ZConfig.tests.library.thing.extras' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'ZConfig.tests.library.thing.extras' 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 'ZConfig.tests.library.thing.extras' 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 'ZConfig.tests.library.thing.extras' to be distributed and are already explicitly excluding 'ZConfig.tests.library.thing.extras' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'ZConfig.tests.zipsource' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'ZConfig.tests.zipsource' 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 'ZConfig.tests.zipsource' 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 'ZConfig.tests.zipsource' to be distributed and are already explicitly excluding 'ZConfig.tests.zipsource' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'ZConfig.tests.zipsource.foo' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'ZConfig.tests.zipsource.foo' 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 'ZConfig.tests.zipsource.foo' 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 'ZConfig.tests.zipsource.foo' to be distributed and are already explicitly excluding 'ZConfig.tests.zipsource.foo' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'ZConfig.tests.zipsource.foo.sample' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'ZConfig.tests.zipsource.foo.sample' 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 'ZConfig.tests.zipsource.foo.sample' 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 'ZConfig.tests.zipsource.foo.sample' to be distributed and are already explicitly excluding 'ZConfig.tests.zipsource.foo.sample' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) copying src/ZConfig/schemaless.txt -> build/lib/ZConfig copying src/ZConfig/components/basic/component.xml -> build/lib/ZConfig/components/basic copying src/ZConfig/components/basic/mapping.xml -> build/lib/ZConfig/components/basic copying src/ZConfig/components/logger/abstract.xml -> build/lib/ZConfig/components/logger copying src/ZConfig/components/logger/base-logger.xml -> build/lib/ZConfig/components/logger copying src/ZConfig/components/logger/component.xml -> build/lib/ZConfig/components/logger copying src/ZConfig/components/logger/eventlog.xml -> build/lib/ZConfig/components/logger copying src/ZConfig/components/logger/handlers.xml -> build/lib/ZConfig/components/logger copying src/ZConfig/components/logger/logger.xml -> build/lib/ZConfig/components/logger copying src/ZConfig/tests/bad-component.xml -> build/lib/ZConfig/tests copying src/ZConfig/tests/bad-component2.xml -> build/lib/ZConfig/tests copying src/ZConfig/tests/foosample.zip -> build/lib/ZConfig/tests copying src/ZConfig/tests/sphinx_test_schema.xml -> build/lib/ZConfig/tests creating build/lib/ZConfig/tests/input copying src/ZConfig/tests/input/base-datatype1.xml -> build/lib/ZConfig/tests/input copying src/ZConfig/tests/input/base-datatype2.xml -> build/lib/ZConfig/tests/input copying src/ZConfig/tests/input/base-keytype1.xml -> build/lib/ZConfig/tests/input copying src/ZConfig/tests/input/base-keytype2.xml -> build/lib/ZConfig/tests/input copying src/ZConfig/tests/input/base.xml -> build/lib/ZConfig/tests/input copying src/ZConfig/tests/input/include.conf -> build/lib/ZConfig/tests/input copying src/ZConfig/tests/input/inner.conf -> build/lib/ZConfig/tests/input copying src/ZConfig/tests/input/library.xml -> build/lib/ZConfig/tests/input copying src/ZConfig/tests/input/logger.xml -> build/lib/ZConfig/tests/input copying src/ZConfig/tests/input/non-ascii.txt -> build/lib/ZConfig/tests/input copying src/ZConfig/tests/input/outer.conf -> build/lib/ZConfig/tests/input copying src/ZConfig/tests/input/simple.conf -> build/lib/ZConfig/tests/input copying src/ZConfig/tests/input/simple.xml -> build/lib/ZConfig/tests/input copying src/ZConfig/tests/input/simplesections.conf -> build/lib/ZConfig/tests/input copying src/ZConfig/tests/input/simplesections.xml -> build/lib/ZConfig/tests/input creating build/lib/ZConfig/tests/zipsource copying src/ZConfig/tests/zipsource/README.txt -> build/lib/ZConfig/tests/zipsource creating build/lib/ZConfig/tests/zipsource/foo copying src/ZConfig/tests/zipsource/foo/__init__.py -> build/lib/ZConfig/tests/zipsource/foo creating build/lib/ZConfig/tests/zipsource/foo/sample copying src/ZConfig/tests/zipsource/foo/sample/__init__.py -> build/lib/ZConfig/tests/zipsource/foo/sample copying src/ZConfig/tests/zipsource/foo/sample/component.xml -> build/lib/ZConfig/tests/zipsource/foo/sample copying src/ZConfig/tests/zipsource/foo/sample/datatypes.py -> build/lib/ZConfig/tests/zipsource/foo/sample copying src/ZConfig/tests/library/README.txt -> build/lib/ZConfig/tests/library copying src/ZConfig/tests/library/thing/component.xml -> build/lib/ZConfig/tests/library/thing creating build/lib/ZConfig/tests/library/thing/extras copying src/ZConfig/tests/library/thing/extras/extras.xml -> build/lib/ZConfig/tests/library/thing/extras copying src/ZConfig/tests/library/widget/component.xml -> build/lib/ZConfig/tests/library/widget copying src/ZConfig/tests/library/widget/extra.xml -> build/lib/ZConfig/tests/library/widget installing to build/bdist.netbsd-9.3-amd64/wheel running install running install_lib creating build/bdist.netbsd-9.3-amd64/wheel creating build/bdist.netbsd-9.3-amd64/wheel/ZConfig copying build/lib/ZConfig/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig copying build/lib/ZConfig/_schema_utils.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig copying build/lib/ZConfig/cfgparser.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig copying build/lib/ZConfig/cmdline.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig copying build/lib/ZConfig/datatypes.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig copying build/lib/ZConfig/info.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig copying build/lib/ZConfig/loader.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig copying build/lib/ZConfig/matcher.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig copying build/lib/ZConfig/pygments.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig copying build/lib/ZConfig/schema.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig copying build/lib/ZConfig/schema2html.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig copying build/lib/ZConfig/schemaless.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig copying build/lib/ZConfig/sphinx.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig copying build/lib/ZConfig/substitution.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig copying build/lib/ZConfig/url.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig copying build/lib/ZConfig/validator.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig creating build/bdist.netbsd-9.3-amd64/wheel/ZConfig/components copying build/lib/ZConfig/components/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/components creating build/bdist.netbsd-9.3-amd64/wheel/ZConfig/components/basic copying build/lib/ZConfig/components/basic/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/components/basic copying build/lib/ZConfig/components/basic/mapping.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/components/basic creating build/bdist.netbsd-9.3-amd64/wheel/ZConfig/components/basic/tests copying build/lib/ZConfig/components/basic/tests/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/components/basic/tests copying build/lib/ZConfig/components/basic/tests/test_mapping.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/components/basic/tests copying build/lib/ZConfig/components/basic/component.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/components/basic copying build/lib/ZConfig/components/basic/mapping.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/components/basic creating build/bdist.netbsd-9.3-amd64/wheel/ZConfig/components/logger copying build/lib/ZConfig/components/logger/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/components/logger copying build/lib/ZConfig/components/logger/datatypes.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/components/logger copying build/lib/ZConfig/components/logger/factory.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/components/logger copying build/lib/ZConfig/components/logger/formatter.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/components/logger copying build/lib/ZConfig/components/logger/handlers.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/components/logger copying build/lib/ZConfig/components/logger/logger.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/components/logger copying build/lib/ZConfig/components/logger/loghandler.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/components/logger creating build/bdist.netbsd-9.3-amd64/wheel/ZConfig/components/logger/tests copying build/lib/ZConfig/components/logger/tests/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/components/logger/tests copying build/lib/ZConfig/components/logger/tests/support.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/components/logger/tests copying build/lib/ZConfig/components/logger/tests/test_formatter.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/components/logger/tests copying build/lib/ZConfig/components/logger/tests/test_logger.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/components/logger/tests copying build/lib/ZConfig/components/logger/abstract.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/components/logger copying build/lib/ZConfig/components/logger/base-logger.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/components/logger copying build/lib/ZConfig/components/logger/component.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/components/logger copying build/lib/ZConfig/components/logger/eventlog.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/components/logger copying build/lib/ZConfig/components/logger/handlers.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/components/logger copying build/lib/ZConfig/components/logger/logger.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/components/logger creating build/bdist.netbsd-9.3-amd64/wheel/ZConfig/tests copying build/lib/ZConfig/tests/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests copying build/lib/ZConfig/tests/support.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests copying build/lib/ZConfig/tests/test_cfgimports.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests copying build/lib/ZConfig/tests/test_cmdline.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests copying build/lib/ZConfig/tests/test_config.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests copying build/lib/ZConfig/tests/test_cookbook.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests copying build/lib/ZConfig/tests/test_datatypes.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests copying build/lib/ZConfig/tests/test_info.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests copying build/lib/ZConfig/tests/test_loader.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests copying build/lib/ZConfig/tests/test_matcher.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests copying build/lib/ZConfig/tests/test_pygments.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests copying build/lib/ZConfig/tests/test_readme.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests copying build/lib/ZConfig/tests/test_schema.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests copying build/lib/ZConfig/tests/test_schema2html.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests copying build/lib/ZConfig/tests/test_schemaless.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests copying build/lib/ZConfig/tests/test_subst.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests copying build/lib/ZConfig/tests/test_validator.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests creating build/bdist.netbsd-9.3-amd64/wheel/ZConfig/tests/library copying build/lib/ZConfig/tests/library/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/library creating build/bdist.netbsd-9.3-amd64/wheel/ZConfig/tests/library/thing copying build/lib/ZConfig/tests/library/thing/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/library/thing copying build/lib/ZConfig/tests/library/thing/component.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/library/thing creating build/bdist.netbsd-9.3-amd64/wheel/ZConfig/tests/library/thing/extras copying build/lib/ZConfig/tests/library/thing/extras/extras.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/library/thing/extras creating build/bdist.netbsd-9.3-amd64/wheel/ZConfig/tests/library/widget copying build/lib/ZConfig/tests/library/widget/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/library/widget copying build/lib/ZConfig/tests/library/widget/component.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/library/widget copying build/lib/ZConfig/tests/library/widget/extra.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/library/widget copying build/lib/ZConfig/tests/library/README.txt -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/library copying build/lib/ZConfig/tests/bad-component.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests copying build/lib/ZConfig/tests/bad-component2.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests copying build/lib/ZConfig/tests/foosample.zip -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests copying build/lib/ZConfig/tests/sphinx_test_schema.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests creating build/bdist.netbsd-9.3-amd64/wheel/ZConfig/tests/input copying build/lib/ZConfig/tests/input/base-datatype1.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/input copying build/lib/ZConfig/tests/input/base-datatype2.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/input copying build/lib/ZConfig/tests/input/base-keytype1.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/input copying build/lib/ZConfig/tests/input/base-keytype2.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/input copying build/lib/ZConfig/tests/input/base.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/input copying build/lib/ZConfig/tests/input/include.conf -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/input copying build/lib/ZConfig/tests/input/inner.conf -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/input copying build/lib/ZConfig/tests/input/library.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/input copying build/lib/ZConfig/tests/input/logger.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/input copying build/lib/ZConfig/tests/input/non-ascii.txt -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/input copying build/lib/ZConfig/tests/input/outer.conf -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/input copying build/lib/ZConfig/tests/input/simple.conf -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/input copying build/lib/ZConfig/tests/input/simple.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/input copying build/lib/ZConfig/tests/input/simplesections.conf -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/input copying build/lib/ZConfig/tests/input/simplesections.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/input creating build/bdist.netbsd-9.3-amd64/wheel/ZConfig/tests/zipsource copying build/lib/ZConfig/tests/zipsource/README.txt -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/zipsource creating build/bdist.netbsd-9.3-amd64/wheel/ZConfig/tests/zipsource/foo copying build/lib/ZConfig/tests/zipsource/foo/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/zipsource/foo creating build/bdist.netbsd-9.3-amd64/wheel/ZConfig/tests/zipsource/foo/sample copying build/lib/ZConfig/tests/zipsource/foo/sample/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/zipsource/foo/sample copying build/lib/ZConfig/tests/zipsource/foo/sample/component.xml -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/zipsource/foo/sample copying build/lib/ZConfig/tests/zipsource/foo/sample/datatypes.py -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig/tests/zipsource/foo/sample copying build/lib/ZConfig/schemaless.txt -> build/bdist.netbsd-9.3-amd64/wheel/./ZConfig running install_egg_info Copying src/ZConfig.egg-info to build/bdist.netbsd-9.3-amd64/wheel/./ZConfig-4.2-py3.13.egg-info running install_scripts creating build/bdist.netbsd-9.3-amd64/wheel/zconfig-4.2.dist-info/WHEEL creating '/tmp/devel/py-zconfig/work/zconfig-4.2/dist/.tmp-dsqukmzy/zconfig-4.2-py3-none-any.whl' and adding 'build/bdist.netbsd-9.3-amd64/wheel' to it adding 'ZConfig/__init__.py' adding 'ZConfig/_schema_utils.py' adding 'ZConfig/cfgparser.py' adding 'ZConfig/cmdline.py' adding 'ZConfig/datatypes.py' adding 'ZConfig/info.py' adding 'ZConfig/loader.py' adding 'ZConfig/matcher.py' adding 'ZConfig/pygments.py' adding 'ZConfig/schema.py' adding 'ZConfig/schema2html.py' adding 'ZConfig/schemaless.py' adding 'ZConfig/schemaless.txt' adding 'ZConfig/sphinx.py' adding 'ZConfig/substitution.py' adding 'ZConfig/url.py' adding 'ZConfig/validator.py' adding 'ZConfig/components/__init__.py' adding 'ZConfig/components/basic/__init__.py' adding 'ZConfig/components/basic/component.xml' adding 'ZConfig/components/basic/mapping.py' adding 'ZConfig/components/basic/mapping.xml' adding 'ZConfig/components/basic/tests/__init__.py' adding 'ZConfig/components/basic/tests/test_mapping.py' adding 'ZConfig/components/logger/__init__.py' adding 'ZConfig/components/logger/abstract.xml' adding 'ZConfig/components/logger/base-logger.xml' adding 'ZConfig/components/logger/component.xml' adding 'ZConfig/components/logger/datatypes.py' adding 'ZConfig/components/logger/eventlog.xml' adding 'ZConfig/components/logger/factory.py' adding 'ZConfig/components/logger/formatter.py' adding 'ZConfig/components/logger/handlers.py' adding 'ZConfig/components/logger/handlers.xml' adding 'ZConfig/components/logger/logger.py' adding 'ZConfig/components/logger/logger.xml' adding 'ZConfig/components/logger/loghandler.py' adding 'ZConfig/components/logger/tests/__init__.py' adding 'ZConfig/components/logger/tests/support.py' adding 'ZConfig/components/logger/tests/test_formatter.py' adding 'ZConfig/components/logger/tests/test_logger.py' adding 'ZConfig/tests/__init__.py' adding 'ZConfig/tests/bad-component.xml' adding 'ZConfig/tests/bad-component2.xml' adding 'ZConfig/tests/foosample.zip' adding 'ZConfig/tests/sphinx_test_schema.xml' adding 'ZConfig/tests/support.py' adding 'ZConfig/tests/test_cfgimports.py' adding 'ZConfig/tests/test_cmdline.py' adding 'ZConfig/tests/test_config.py' adding 'ZConfig/tests/test_cookbook.py' adding 'ZConfig/tests/test_datatypes.py' adding 'ZConfig/tests/test_info.py' adding 'ZConfig/tests/test_loader.py' adding 'ZConfig/tests/test_matcher.py' adding 'ZConfig/tests/test_pygments.py' adding 'ZConfig/tests/test_readme.py' adding 'ZConfig/tests/test_schema.py' adding 'ZConfig/tests/test_schema2html.py' adding 'ZConfig/tests/test_schemaless.py' adding 'ZConfig/tests/test_subst.py' adding 'ZConfig/tests/test_validator.py' adding 'ZConfig/tests/input/base-datatype1.xml' adding 'ZConfig/tests/input/base-datatype2.xml' adding 'ZConfig/tests/input/base-keytype1.xml' adding 'ZConfig/tests/input/base-keytype2.xml' adding 'ZConfig/tests/input/base.xml' adding 'ZConfig/tests/input/include.conf' adding 'ZConfig/tests/input/inner.conf' adding 'ZConfig/tests/input/library.xml' adding 'ZConfig/tests/input/logger.xml' adding 'ZConfig/tests/input/non-ascii.txt' adding 'ZConfig/tests/input/outer.conf' adding 'ZConfig/tests/input/simple.conf' adding 'ZConfig/tests/input/simple.xml' adding 'ZConfig/tests/input/simplesections.conf' adding 'ZConfig/tests/input/simplesections.xml' adding 'ZConfig/tests/library/README.txt' adding 'ZConfig/tests/library/__init__.py' adding 'ZConfig/tests/library/thing/__init__.py' adding 'ZConfig/tests/library/thing/component.xml' adding 'ZConfig/tests/library/thing/extras/extras.xml' adding 'ZConfig/tests/library/widget/__init__.py' adding 'ZConfig/tests/library/widget/component.xml' adding 'ZConfig/tests/library/widget/extra.xml' adding 'ZConfig/tests/zipsource/README.txt' adding 'ZConfig/tests/zipsource/foo/__init__.py' adding 'ZConfig/tests/zipsource/foo/sample/__init__.py' adding 'ZConfig/tests/zipsource/foo/sample/component.xml' adding 'ZConfig/tests/zipsource/foo/sample/datatypes.py' adding 'zconfig-4.2.dist-info/LICENSE.txt' adding 'zconfig-4.2.dist-info/METADATA' adding 'zconfig-4.2.dist-info/WHEEL' adding 'zconfig-4.2.dist-info/entry_points.txt' adding 'zconfig-4.2.dist-info/top_level.txt' adding 'zconfig-4.2.dist-info/RECORD' removing build/bdist.netbsd-9.3-amd64/wheel Successfully built zconfig-4.2-py3-none-any.whl