=> 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 py312-xdis-6.1.3 * Building wheel... /usr/pkg/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /usr/pkg/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /usr/pkg/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib/xdis copying xdis/__init__.py -> build/lib/xdis copying xdis/__main__.py -> build/lib/xdis copying xdis/bytecode.py -> build/lib/xdis copying xdis/cross_dis.py -> build/lib/xdis copying xdis/cross_types.py -> build/lib/xdis copying xdis/disasm.py -> build/lib/xdis copying xdis/instruction.py -> build/lib/xdis copying xdis/jvm.py -> build/lib/xdis copying xdis/lineoffsets.py -> build/lib/xdis copying xdis/load.py -> build/lib/xdis copying xdis/magics.py -> build/lib/xdis copying xdis/marsh.py -> build/lib/xdis copying xdis/op_imports.py -> build/lib/xdis copying xdis/std.py -> build/lib/xdis copying xdis/unmarshal.py -> build/lib/xdis copying xdis/util.py -> build/lib/xdis copying xdis/verify.py -> build/lib/xdis copying xdis/version.py -> build/lib/xdis copying xdis/version_info.py -> build/lib/xdis copying xdis/wordcode.py -> build/lib/xdis running egg_info writing xdis.egg-info/PKG-INFO writing dependency_links to xdis.egg-info/dependency_links.txt writing entry points to xdis.egg-info/entry_points.txt writing requirements to xdis.egg-info/requires.txt writing top-level names to xdis.egg-info/top_level.txt reading manifest file 'xdis.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory 'test' adding license file 'COPYING' writing manifest file 'xdis.egg-info/SOURCES.txt' /usr/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'xdis.bin' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'xdis.bin' 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 'xdis.bin' 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 'xdis.bin' to be distributed and are already explicitly excluding 'xdis.bin' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'xdis.codetype' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'xdis.codetype' 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 'xdis.codetype' 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 'xdis.codetype' to be distributed and are already explicitly excluding 'xdis.codetype' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'xdis.dropbox' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'xdis.dropbox' 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 'xdis.dropbox' 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 'xdis.dropbox' to be distributed and are already explicitly excluding 'xdis.dropbox' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'xdis.opcodes' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'xdis.opcodes' 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 'xdis.opcodes' 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 'xdis.opcodes' to be distributed and are already explicitly excluding 'xdis.opcodes' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'xdis.opcodes.format' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'xdis.opcodes.format' 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 'xdis.opcodes.format' 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 'xdis.opcodes.format' to be distributed and are already explicitly excluding 'xdis.opcodes.format' 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 xdis/.gitignore -> build/lib/xdis creating build/lib/xdis/bin copying xdis/bin/__init__.py -> build/lib/xdis/bin copying xdis/bin/pydisasm.py -> build/lib/xdis/bin creating build/lib/xdis/codetype copying xdis/codetype/.gitignore -> build/lib/xdis/codetype copying xdis/codetype/__init__.py -> build/lib/xdis/codetype copying xdis/codetype/base.py -> build/lib/xdis/codetype copying xdis/codetype/code13.py -> build/lib/xdis/codetype copying xdis/codetype/code15.py -> build/lib/xdis/codetype copying xdis/codetype/code20.py -> build/lib/xdis/codetype copying xdis/codetype/code30.py -> build/lib/xdis/codetype copying xdis/codetype/code310.py -> build/lib/xdis/codetype copying xdis/codetype/code311.py -> build/lib/xdis/codetype copying xdis/codetype/code38.py -> build/lib/xdis/codetype creating build/lib/xdis/dropbox copying xdis/dropbox/__init__.py -> build/lib/xdis/dropbox copying xdis/dropbox/decrypt25.py -> build/lib/xdis/dropbox creating build/lib/xdis/opcodes copying xdis/opcodes/__init__.py -> build/lib/xdis/opcodes copying xdis/opcodes/base.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_10.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_11.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_12.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_13.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_14.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_15.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_16.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_1x.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_20.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_21.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_22.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_23.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_24.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_25.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_26.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_26pypy.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_27.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_27pypy.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_2x.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_30.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_31.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_310.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_310graal.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_310pypy.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_311.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_312.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_313.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_32.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_32pypy.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_33.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_33pypy.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_34.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_35.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_35pypy.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_36.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_36pypy.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_37.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_37pypy.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_38.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_38pypy.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_39.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_39pypy.py -> build/lib/xdis/opcodes copying xdis/opcodes/opcode_3x.py -> build/lib/xdis/opcodes creating build/lib/xdis/opcodes/format copying xdis/opcodes/format/__init__.py -> build/lib/xdis/opcodes/format copying xdis/opcodes/format/basic.py -> build/lib/xdis/opcodes/format copying xdis/opcodes/format/extended.py -> build/lib/xdis/opcodes/format installing to build/bdist.netbsd-10.0-i386/wheel running install running install_lib creating build/bdist.netbsd-10.0-i386/wheel creating build/bdist.netbsd-10.0-i386/wheel/xdis copying build/lib/xdis/__init__.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis copying build/lib/xdis/__main__.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis copying build/lib/xdis/bytecode.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis copying build/lib/xdis/cross_dis.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis copying build/lib/xdis/cross_types.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis copying build/lib/xdis/disasm.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis copying build/lib/xdis/instruction.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis copying build/lib/xdis/jvm.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis copying build/lib/xdis/lineoffsets.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis copying build/lib/xdis/load.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis copying build/lib/xdis/magics.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis copying build/lib/xdis/marsh.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis copying build/lib/xdis/op_imports.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis copying build/lib/xdis/std.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis copying build/lib/xdis/unmarshal.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis copying build/lib/xdis/util.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis copying build/lib/xdis/verify.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis copying build/lib/xdis/version.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis copying build/lib/xdis/version_info.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis copying build/lib/xdis/wordcode.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis copying build/lib/xdis/.gitignore -> build/bdist.netbsd-10.0-i386/wheel/./xdis creating build/bdist.netbsd-10.0-i386/wheel/xdis/bin copying build/lib/xdis/bin/__init__.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/bin copying build/lib/xdis/bin/pydisasm.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/bin creating build/bdist.netbsd-10.0-i386/wheel/xdis/codetype copying build/lib/xdis/codetype/.gitignore -> build/bdist.netbsd-10.0-i386/wheel/./xdis/codetype copying build/lib/xdis/codetype/__init__.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/codetype copying build/lib/xdis/codetype/base.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/codetype copying build/lib/xdis/codetype/code13.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/codetype copying build/lib/xdis/codetype/code15.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/codetype copying build/lib/xdis/codetype/code20.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/codetype copying build/lib/xdis/codetype/code30.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/codetype copying build/lib/xdis/codetype/code310.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/codetype copying build/lib/xdis/codetype/code311.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/codetype copying build/lib/xdis/codetype/code38.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/codetype creating build/bdist.netbsd-10.0-i386/wheel/xdis/dropbox copying build/lib/xdis/dropbox/__init__.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/dropbox copying build/lib/xdis/dropbox/decrypt25.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/dropbox creating build/bdist.netbsd-10.0-i386/wheel/xdis/opcodes copying build/lib/xdis/opcodes/__init__.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/base.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_10.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_11.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_12.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_13.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_14.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_15.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_16.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_1x.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_20.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_21.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_22.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_23.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_24.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_25.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_26.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_26pypy.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_27.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_27pypy.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_2x.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_30.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_31.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_310.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_310graal.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_310pypy.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_311.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_312.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_313.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_32.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_32pypy.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_33.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_33pypy.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_34.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_35.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_35pypy.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_36.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_36pypy.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_37.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_37pypy.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_38.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_38pypy.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_39.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_39pypy.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes copying build/lib/xdis/opcodes/opcode_3x.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes creating build/bdist.netbsd-10.0-i386/wheel/xdis/opcodes/format copying build/lib/xdis/opcodes/format/__init__.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes/format copying build/lib/xdis/opcodes/format/basic.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes/format copying build/lib/xdis/opcodes/format/extended.py -> build/bdist.netbsd-10.0-i386/wheel/./xdis/opcodes/format running install_egg_info Copying xdis.egg-info to build/bdist.netbsd-10.0-i386/wheel/./xdis-6.1.3-py3.12.egg-info running install_scripts creating build/bdist.netbsd-10.0-i386/wheel/xdis-6.1.3.dist-info/WHEEL creating '/pbulk/work/devel/py-xdis/work/xdis-6.1.3/dist/.tmp-n786sjs4/xdis-6.1.3-py3-none-any.whl' and adding 'build/bdist.netbsd-10.0-i386/wheel' to it adding 'xdis/.gitignore' adding 'xdis/__init__.py' adding 'xdis/__main__.py' adding 'xdis/bytecode.py' adding 'xdis/cross_dis.py' adding 'xdis/cross_types.py' adding 'xdis/disasm.py' adding 'xdis/instruction.py' adding 'xdis/jvm.py' adding 'xdis/lineoffsets.py' adding 'xdis/load.py' adding 'xdis/magics.py' adding 'xdis/marsh.py' adding 'xdis/op_imports.py' adding 'xdis/std.py' adding 'xdis/unmarshal.py' adding 'xdis/util.py' adding 'xdis/verify.py' adding 'xdis/version.py' adding 'xdis/version_info.py' adding 'xdis/wordcode.py' adding 'xdis/bin/__init__.py' adding 'xdis/bin/pydisasm.py' adding 'xdis/codetype/.gitignore' adding 'xdis/codetype/__init__.py' adding 'xdis/codetype/base.py' adding 'xdis/codetype/code13.py' adding 'xdis/codetype/code15.py' adding 'xdis/codetype/code20.py' adding 'xdis/codetype/code30.py' adding 'xdis/codetype/code310.py' adding 'xdis/codetype/code311.py' adding 'xdis/codetype/code38.py' adding 'xdis/dropbox/__init__.py' adding 'xdis/dropbox/decrypt25.py' adding 'xdis/opcodes/__init__.py' adding 'xdis/opcodes/base.py' adding 'xdis/opcodes/opcode_10.py' adding 'xdis/opcodes/opcode_11.py' adding 'xdis/opcodes/opcode_12.py' adding 'xdis/opcodes/opcode_13.py' adding 'xdis/opcodes/opcode_14.py' adding 'xdis/opcodes/opcode_15.py' adding 'xdis/opcodes/opcode_16.py' adding 'xdis/opcodes/opcode_1x.py' adding 'xdis/opcodes/opcode_20.py' adding 'xdis/opcodes/opcode_21.py' adding 'xdis/opcodes/opcode_22.py' adding 'xdis/opcodes/opcode_23.py' adding 'xdis/opcodes/opcode_24.py' adding 'xdis/opcodes/opcode_25.py' adding 'xdis/opcodes/opcode_26.py' adding 'xdis/opcodes/opcode_26pypy.py' adding 'xdis/opcodes/opcode_27.py' adding 'xdis/opcodes/opcode_27pypy.py' adding 'xdis/opcodes/opcode_2x.py' adding 'xdis/opcodes/opcode_30.py' adding 'xdis/opcodes/opcode_31.py' adding 'xdis/opcodes/opcode_310.py' adding 'xdis/opcodes/opcode_310graal.py' adding 'xdis/opcodes/opcode_310pypy.py' adding 'xdis/opcodes/opcode_311.py' adding 'xdis/opcodes/opcode_312.py' adding 'xdis/opcodes/opcode_313.py' adding 'xdis/opcodes/opcode_32.py' adding 'xdis/opcodes/opcode_32pypy.py' adding 'xdis/opcodes/opcode_33.py' adding 'xdis/opcodes/opcode_33pypy.py' adding 'xdis/opcodes/opcode_34.py' adding 'xdis/opcodes/opcode_35.py' adding 'xdis/opcodes/opcode_35pypy.py' adding 'xdis/opcodes/opcode_36.py' adding 'xdis/opcodes/opcode_36pypy.py' adding 'xdis/opcodes/opcode_37.py' adding 'xdis/opcodes/opcode_37pypy.py' adding 'xdis/opcodes/opcode_38.py' adding 'xdis/opcodes/opcode_38pypy.py' adding 'xdis/opcodes/opcode_39.py' adding 'xdis/opcodes/opcode_39pypy.py' adding 'xdis/opcodes/opcode_3x.py' adding 'xdis/opcodes/format/__init__.py' adding 'xdis/opcodes/format/basic.py' adding 'xdis/opcodes/format/extended.py' adding 'xdis-6.1.3.dist-info/licenses/COPYING' adding 'xdis-6.1.3.dist-info/METADATA' adding 'xdis-6.1.3.dist-info/WHEEL' adding 'xdis-6.1.3.dist-info/entry_points.txt' adding 'xdis-6.1.3.dist-info/top_level.txt' adding 'xdis-6.1.3.dist-info/RECORD' removing build/bdist.netbsd-10.0-i386/wheel Successfully built xdis-6.1.3-py3-none-any.whl