>>> Building on exopi-4 under devel/py-hass-pyscript-jupyter BDEPENDS = [devel/py-setuptools;devel/py-installer;devel/py-wheel;lang/python/3;devel/py-build] DIST = [devel/py-hass-pyscript-jupyter:hass-pyscript-jupyter-1.0.0.tar.gz] FULLPKGNAME = py3-hass-pyscript-jupyter-1.0.0 RDEPENDS = [devel/py-jupyter_core;www/py-aiohttp;lang/python/3;devel/py-jupyter_client] Avoided depends for py3-build-1.4.0 py3-installer-0.7.0p2 py3-setuptools-80.9.0v0 py3-wheel-0.46.3 python-3.13.11p2 distfiles size=34535 >>> Running extract in devel/py-hass-pyscript-jupyter at 1773441303.29 ===> devel/py-hass-pyscript-jupyter ===> Building from scratch py3-hass-pyscript-jupyter-1.0.0 ===> Checking files for py3-hass-pyscript-jupyter-1.0.0 `/exopi-cvs/ports/distfiles/hass-pyscript-jupyter-1.0.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> py3-hass-pyscript-jupyter-1.0.0 depends on: python->=3.13,<3.14 -> python-3.13.11p2 ===> py3-hass-pyscript-jupyter-1.0.0 depends on: py3-build-* -> py3-build-1.4.0 ===> py3-hass-pyscript-jupyter-1.0.0 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-hass-pyscript-jupyter-1.0.0 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0 ===> py3-hass-pyscript-jupyter-1.0.0 depends on: py3-wheel-* -> py3-wheel-0.46.3 ===> Extracting for py3-hass-pyscript-jupyter-1.0.0 >>> Running patch in devel/py-hass-pyscript-jupyter at 1773441304.48 ===> devel/py-hass-pyscript-jupyter ===> Patching for py3-hass-pyscript-jupyter-1.0.0 ===> Applying OpenBSD patch patch-hass_pyscript_kernel_shim_py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |handle not having aiohttp_socks | |Index: hass_pyscript_kernel/shim.py |--- hass_pyscript_kernel/shim.py.orig |+++ hass_pyscript_kernel/shim.py -------------------------- Patching file hass_pyscript_kernel/shim.py using Plan A... Hunk #1 succeeded at 23. Hunk #2 succeeded at 109. 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++ >>> Running configure in devel/py-hass-pyscript-jupyter at 1773441304.92 ===> devel/py-hass-pyscript-jupyter ===> Generating configure for py3-hass-pyscript-jupyter-1.0.0 ===> Configuring for py3-hass-pyscript-jupyter-1.0.0 >>> Running build in devel/py-hass-pyscript-jupyter at 1773441305.17 ===> devel/py-hass-pyscript-jupyter ===> Building for py3-hass-pyscript-jupyter-1.0.0 * Getting build dependencies for wheel... running egg_info creating hass_pyscript_kernel.egg-info writing hass_pyscript_kernel.egg-info/PKG-INFO writing dependency_links to hass_pyscript_kernel.egg-info/dependency_links.txt writing entry points to hass_pyscript_kernel.egg-info/entry_points.txt writing requirements to hass_pyscript_kernel.egg-info/requires.txt writing top-level names to hass_pyscript_kernel.egg-info/top_level.txt writing manifest file 'hass_pyscript_kernel.egg-info/SOURCES.txt' reading manifest file 'hass_pyscript_kernel.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'hass_pyscript_kernel.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build/lib/hass_pyscript_kernel copying hass_pyscript_kernel/__init__.py -> build/lib/hass_pyscript_kernel copying hass_pyscript_kernel/__main__.py -> build/lib/hass_pyscript_kernel copying hass_pyscript_kernel/install.py -> build/lib/hass_pyscript_kernel copying hass_pyscript_kernel/shim.py -> build/lib/hass_pyscript_kernel copying hass_pyscript_kernel/version.py -> build/lib/hass_pyscript_kernel running egg_info writing hass_pyscript_kernel.egg-info/PKG-INFO writing dependency_links to hass_pyscript_kernel.egg-info/dependency_links.txt writing entry points to hass_pyscript_kernel.egg-info/entry_points.txt writing requirements to hass_pyscript_kernel.egg-info/requires.txt writing top-level names to hass_pyscript_kernel.egg-info/top_level.txt reading manifest file 'hass_pyscript_kernel.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'hass_pyscript_kernel.egg-info/SOURCES.txt' /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'hass_pyscript_kernel.kernel_files' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'hass_pyscript_kernel.kernel_files' 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 'hass_pyscript_kernel.kernel_files' 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 'hass_pyscript_kernel.kernel_files' to be distributed and are already explicitly excluding 'hass_pyscript_kernel.kernel_files' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib/hass_pyscript_kernel/kernel_files copying hass_pyscript_kernel/kernel_files/logo-32x32.png -> build/lib/hass_pyscript_kernel/kernel_files copying hass_pyscript_kernel/kernel_files/logo-64x64.png -> build/lib/hass_pyscript_kernel/kernel_files copying hass_pyscript_kernel/kernel_files/pyscript.conf -> build/lib/hass_pyscript_kernel/kernel_files installing to build/bdist.openbsd-7.9-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.9-amd64/wheel creating build/bdist.openbsd-7.9-amd64/wheel/hass_pyscript_kernel copying build/lib/hass_pyscript_kernel/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./hass_pyscript_kernel copying build/lib/hass_pyscript_kernel/__main__.py -> build/bdist.openbsd-7.9-amd64/wheel/./hass_pyscript_kernel copying build/lib/hass_pyscript_kernel/install.py -> build/bdist.openbsd-7.9-amd64/wheel/./hass_pyscript_kernel copying build/lib/hass_pyscript_kernel/shim.py -> build/bdist.openbsd-7.9-amd64/wheel/./hass_pyscript_kernel copying build/lib/hass_pyscript_kernel/version.py -> build/bdist.openbsd-7.9-amd64/wheel/./hass_pyscript_kernel creating build/bdist.openbsd-7.9-amd64/wheel/hass_pyscript_kernel/kernel_files copying build/lib/hass_pyscript_kernel/kernel_files/logo-32x32.png -> build/bdist.openbsd-7.9-amd64/wheel/./hass_pyscript_kernel/kernel_files copying build/lib/hass_pyscript_kernel/kernel_files/logo-64x64.png -> build/bdist.openbsd-7.9-amd64/wheel/./hass_pyscript_kernel/kernel_files copying build/lib/hass_pyscript_kernel/kernel_files/pyscript.conf -> build/bdist.openbsd-7.9-amd64/wheel/./hass_pyscript_kernel/kernel_files running install_egg_info Copying hass_pyscript_kernel.egg-info to build/bdist.openbsd-7.9-amd64/wheel/./hass_pyscript_kernel-1.0.0-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.9-amd64/wheel/hass_pyscript_kernel-1.0.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-hass-pyscript-jupyter-1.0.0/hass-pyscript-jupyter-1.0.0/dist/.tmp-9c2s_mg1/hass_pyscript_kernel-1.0.0-py3-none-any.whl' and adding 'build/bdist.openbsd-7.9-amd64/wheel' to it adding 'hass_pyscript_kernel/__init__.py' adding 'hass_pyscript_kernel/__main__.py' adding 'hass_pyscript_kernel/install.py' adding 'hass_pyscript_kernel/shim.py' adding 'hass_pyscript_kernel/version.py' adding 'hass_pyscript_kernel/kernel_files/logo-32x32.png' adding 'hass_pyscript_kernel/kernel_files/logo-64x64.png' adding 'hass_pyscript_kernel/kernel_files/pyscript.conf' adding 'hass_pyscript_kernel-1.0.0.dist-info/licenses/LICENSE' adding 'hass_pyscript_kernel-1.0.0.dist-info/METADATA' adding 'hass_pyscript_kernel-1.0.0.dist-info/WHEEL' adding 'hass_pyscript_kernel-1.0.0.dist-info/entry_points.txt' adding 'hass_pyscript_kernel-1.0.0.dist-info/top_level.txt' adding 'hass_pyscript_kernel-1.0.0.dist-info/RECORD' removing build/bdist.openbsd-7.9-amd64/wheel Successfully built hass_pyscript_kernel-1.0.0-py3-none-any.whl >>> Running fake in devel/py-hass-pyscript-jupyter at 1773441306.79 ===> devel/py-hass-pyscript-jupyter ===> Faking installation for py3-hass-pyscript-jupyter-1.0.0 /exopi-obj/pobj/py-hass-pyscript-jupyter-1.0.0/bin/install -d -m 755 /exopi-obj/pobj/py-hass-pyscript-jupyter-1.0.0/fake-amd64/usr/local/share/jupyter/kernels/pyscript/ /exopi-obj/pobj/py-hass-pyscript-jupyter-1.0.0/bin/install -c -m 644 /exopi-cvs/ports/devel/py-hass-pyscript-jupyter/files/kernel.json /exopi-obj/pobj/py-hass-pyscript-jupyter-1.0.0/fake-amd64/usr/local/share/jupyter/kernels/pyscript/ /exopi-obj/pobj/py-hass-pyscript-jupyter-1.0.0/bin/install -d -m 755 /exopi-obj/pobj/py-hass-pyscript-jupyter-1.0.0/fake-amd64/usr/local/share/doc/hass-pyscript-jupyter/ /exopi-obj/pobj/py-hass-pyscript-jupyter-1.0.0/bin/install -c -m 644 /exopi-obj/pobj/py-hass-pyscript-jupyter-1.0.0/hass-pyscript-jupyter-1.0.0/{README.md,pyscript_tutorial.ipynb} /exopi-obj/pobj/py-hass-pyscript-jupyter-1.0.0/fake-amd64/usr/local/share/doc/hass-pyscript-jupyter/ >>> Running package in devel/py-hass-pyscript-jupyter at 1773441307.56 ===> devel/py-hass-pyscript-jupyter `/exopi-obj/pobj/py-hass-pyscript-jupyter-1.0.0/fake-amd64/.fake_done' is up to date. Installing /exopi-cvs/ports/devel/py-hass-pyscript-jupyter/pkg/README as /exopi-obj/pobj/py-hass-pyscript-jupyter-1.0.0/fake-amd64/usr/local/share/doc/pkg-readmes/py3-hass-pyscript-jupyter ===> Building package for py3-hass-pyscript-jupyter-1.0.0 Create /exopi-cvs/ports/packages/amd64/all/py3-hass-pyscript-jupyter-1.0.0.tgz Creating package py3-hass-pyscript-jupyter-1.0.0 reading plist| checking dependencies| checking dependencies|devel/py-jupyter_client checking dependencies|devel/py-jupyter_core checking dependencies|lang/python/3,-main checking dependencies|www/py-aiohttp checksumming| checksumming| | 0% checksumming|* | 2% checksumming|** | 4% checksumming|**** | 6% checksumming|***** | 8% checksumming|****** | 10% checksumming|******* | 12% checksumming|******** | 13% checksumming|********* | 15% checksumming|*********** | 17% checksumming|************ | 19% checksumming|************* | 21% checksumming|************** | 23% checksumming|*************** | 25% checksumming|**************** | 27% checksumming|****************** | 29% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************* | 35% checksumming|********************** | 37% checksumming|*********************** | 38% checksumming|************************* | 40% checksumming|************************** | 42% checksumming|*************************** | 44% checksumming|**************************** | 46% checksumming|***************************** | 48% checksumming|******************************* | 50% checksumming|******************************** | 52% checksumming|********************************* | 54% checksumming|********************************** | 56% checksumming|*********************************** | 58% checksumming|************************************ | 60% checksumming|************************************** | 62% checksumming|*************************************** | 63% checksumming|**************************************** | 65% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************* | 71% checksumming|********************************************* | 73% checksumming|********************************************** | 75% checksumming|*********************************************** | 77% checksumming|************************************************ | 79% checksumming|************************************************* | 81% checksumming|************************************************** | 83% checksumming|**************************************************** | 85% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|******************************************************* | 90% checksumming|******************************************************** | 92% checksumming|********************************************************* | 94% checksumming|*********************************************************** | 96% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|**** | 7% archiving|***** | 8% archiving|********* | 15% archiving|********** | 15% archiving|************ | 19% archiving|************** | 22% archiving|********************** | 34% archiving|****************************** | 47% archiving|******************************** | 50% archiving|********************************* | 51% archiving|************************************ | 56% archiving|****************************************** | 66% archiving|********************************************** | 71% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-hass-pyscript-jupyter-1.0.0.tgz >>> Running clean in devel/py-hass-pyscript-jupyter at 1773441318.57 ===> devel/py-hass-pyscript-jupyter ===> Cleaning for py3-hass-pyscript-jupyter-1.0.0 >>> Ended at 1773441318.92 max_stuck=3.93/extract=1.19/patch=0.45/configure=0.26/build=1.61/fake=0.77/package=10.97/clean=0.43