>>> Building on exopi-6 under devel/py-enrich BDEPENDS = [devel/py-build;lang/python/3;devel/py-setuptools_scm;devel/py-setuptools;devel/py-wheel;devel/py-installer] DIST = [devel/py-enrich:enrich-1.2.7.tar.gz] FULLPKGNAME = py3-enrich-1.2.7p4 RDEPENDS = [lang/python/3;devel/py-rich] (Junk lock obtained for exopi-6 at 1738574961.14) >>> Running depends in devel/py-enrich at 1738574961.19 last junk was in devel/py-test-subtests /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-75.6.0p0v0 py3-setuptools_scm-8.1.0 py3-wheel-0.45.1p0 python-3.12.8p2 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-75.6.0p0v0 py3-setuptools_scm-8.1.0 py3-wheel-0.45.1p0 python-3.12.8p2 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-75.6.0p0v0 py3-setuptools_scm-8.1.0 py3-wheel-0.45.1p0 python-3.12.8p2 >>> Running show-prepare-results in devel/py-enrich at 1738574963.44 ===> devel/py-enrich ===> Building from scratch py3-enrich-1.2.7p4 ===> py3-enrich-1.2.7p4 depends on: python->=3.12,<3.13 -> python-3.12.8p2 ===> py3-enrich-1.2.7p4 depends on: py3-build-* -> py3-build-1.2.2.post1p0 ===> py3-enrich-1.2.7p4 depends on: py3-installer-* -> py3-installer-0.7.0p1 ===> py3-enrich-1.2.7p4 depends on: py3-setuptools-* -> py3-setuptools-75.6.0p0v0 ===> py3-enrich-1.2.7p4 depends on: py3-wheel-* -> py3-wheel-0.45.1p0 ===> py3-enrich-1.2.7p4 depends on: py3-setuptools_scm-* -> py3-setuptools_scm-8.1.0 py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-75.6.0p0v0 py3-setuptools_scm-8.1.0 py3-wheel-0.45.1p0 python-3.12.8p2 Still tainted: no >>> Running junk in devel/py-enrich at 1738574965.61 /usr/sbin/pkg_delete -aIXq bison-3.8.2 gas-2.31.1p0 gmake-4.4.1 gmp-6.3.0 libmpc-1.2.1 mpfr-4.2.1 py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-75.6.0p0v0 py3-setuptools_scm-8.1.0 py3-wheel-0.45.1p0 python-3.12.8p2 riscv-elf-binutils-2.40p1 xz-5.6.4 (Junk lock released for exopi-6 at 1738574966.02) distfiles size=16918 >>> Running build in devel/py-enrich at 1738574966.07 ===> devel/py-enrich ===> Checking files for py3-enrich-1.2.7p4 `/exopi-cvs/ports/distfiles/enrich-1.2.7.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-enrich-1.2.7p4 ===> Patching for py3-enrich-1.2.7p4 ===> Applying OpenBSD patch patch-pyproject_toml Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: pyproject.toml |--- pyproject.toml.orig |+++ pyproject.toml -------------------------- Patching file pyproject.toml using Plan A... Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-setup_py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: setup.py |--- setup.py.orig |+++ setup.py -------------------------- Patching file setup.py using Plan A... Hunk #1 succeeded at 13. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for py3-enrich-1.2.7p4 ===> Configuring for py3-enrich-1.2.7p4 ===> Building for py3-enrich-1.2.7p4 * Getting build dependencies for wheel... * Building wheel... running bdist_wheel running build running build_py creating build/lib/enrich copying src/enrich/__init__.py -> build/lib/enrich copying src/enrich/console.py -> build/lib/enrich copying src/enrich/logging.py -> build/lib/enrich running egg_info writing src/enrich.egg-info/PKG-INFO writing dependency_links to src/enrich.egg-info/dependency_links.txt writing requirements to src/enrich.egg-info/requires.txt writing top-level names to src/enrich.egg-info/top_level.txt reading manifest file 'src/enrich.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'asset' adding license file 'LICENSE' writing manifest file 'src/enrich.egg-info/SOURCES.txt' /usr/local/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'enrich.test' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'enrich.test' 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 'enrich.test' 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 'enrich.test' to be distributed and are already explicitly excluding 'enrich.test' 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/enrich/py.typed -> build/lib/enrich creating build/lib/enrich/test copying src/enrich/test/test_console.py -> build/lib/enrich/test copying src/enrich/test/test_logging.py -> build/lib/enrich/test installing to build/bdist.openbsd-7.6-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.6-amd64/wheel creating build/bdist.openbsd-7.6-amd64/wheel/enrich copying build/lib/enrich/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/./enrich copying build/lib/enrich/console.py -> build/bdist.openbsd-7.6-amd64/wheel/./enrich copying build/lib/enrich/logging.py -> build/bdist.openbsd-7.6-amd64/wheel/./enrich copying build/lib/enrich/py.typed -> build/bdist.openbsd-7.6-amd64/wheel/./enrich creating build/bdist.openbsd-7.6-amd64/wheel/enrich/test copying build/lib/enrich/test/test_console.py -> build/bdist.openbsd-7.6-amd64/wheel/./enrich/test copying build/lib/enrich/test/test_logging.py -> build/bdist.openbsd-7.6-amd64/wheel/./enrich/test running install_egg_info Copying src/enrich.egg-info to build/bdist.openbsd-7.6-amd64/wheel/./enrich-1.2.7-py3.12.egg-info running install_scripts creating build/bdist.openbsd-7.6-amd64/wheel/enrich-1.2.7.dist-info/WHEEL creating '/exopi-obj/pobj/py-enrich-1.2.7/enrich-1.2.7/dist/.tmp-0f9s318z/enrich-1.2.7-py3-none-any.whl' and adding 'build/bdist.openbsd-7.6-amd64/wheel' to it adding 'enrich/__init__.py' adding 'enrich/console.py' adding 'enrich/logging.py' adding 'enrich/py.typed' adding 'enrich/test/test_console.py' adding 'enrich/test/test_logging.py' adding 'enrich-1.2.7.dist-info/LICENSE' adding 'enrich-1.2.7.dist-info/METADATA' adding 'enrich-1.2.7.dist-info/WHEEL' adding 'enrich-1.2.7.dist-info/top_level.txt' adding 'enrich-1.2.7.dist-info/RECORD' removing build/bdist.openbsd-7.6-amd64/wheel Successfully built enrich-1.2.7-py3-none-any.whl >>> Running package in devel/py-enrich at 1738574968.94 ===> devel/py-enrich ===> Faking installation for py3-enrich-1.2.7p4 ===> Building package for py3-enrich-1.2.7p4 Create /exopi-cvs/ports/packages/amd64/all/py3-enrich-1.2.7p4.tgz Creating package py3-enrich-1.2.7p4 reading plist| checking dependencies| checking dependencies|devel/py-rich checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|** | 3% checksumming|*** | 6% checksumming|***** | 8% checksumming|******* | 11% checksumming|******** | 14% checksumming|********** | 17% checksumming|************ | 19% checksumming|************** | 22% checksumming|*************** | 25% checksumming|***************** | 28% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************** | 36% checksumming|************************ | 39% checksumming|************************* | 42% checksumming|*************************** | 44% checksumming|***************************** | 47% checksumming|******************************* | 50% checksumming|******************************** | 53% checksumming|********************************** | 56% checksumming|************************************ | 58% checksumming|************************************* | 61% checksumming|*************************************** | 64% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************** | 72% checksumming|********************************************** | 75% checksumming|*********************************************** | 78% checksumming|************************************************* | 81% checksumming|*************************************************** | 83% checksumming|***************************************************** | 86% checksumming|****************************************************** | 89% checksumming|******************************************************** | 92% checksumming|********************************************************** | 94% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|****** | 9% archiving|********** | 16% archiving|*************** | 24% archiving|******************** | 31% archiving|************************** | 40% archiving|******************************** | 50% archiving|************************************ | 56% archiving|***************************************** | 63% archiving|****************************************** | 65% archiving|******************************************* | 67% archiving|************************************************ | 75% archiving|***************************************************** | 82% archiving|********************************************************* | 88% archiving|************************************************************* | 95% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-enrich-1.2.7p4.tgz >>> Running clean in devel/py-enrich at 1738574971.30 ===> devel/py-enrich ===> Cleaning for py3-enrich-1.2.7p4 >>> Ended at 1738574971.75 max_stuck=1.80/depends=2.25/show-prepare-results=2.17/junk=0.45/build=2.87/package=2.37/clean=0.49