>>> Building on exopi-3 under sysutils/py-croniter,python3 BDEPENDS = [devel/py-installer,python3;devel/py-build,python3;devel/py-setuptools,python3;devel/py-wheel,python3;lang/python/3.10] DIST = [sysutils/py-croniter,python3:croniter-2.0.1.tar.gz] FULLPKGNAME = py3-croniter-2.0.1 RDEPENDS = [devel/py-dateutil,python3;devel/py-tz,python3;lang/python/3.10] (Junk lock obtained for exopi-3 at 1714746067.64) >>> Running depends in sysutils/py-croniter,python3 at 1714746067.68 last junk was in audio/libcdio-paranoia /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 >>> Running show-prepare-results in sysutils/py-croniter,python3 at 1714746069.51 ===> sysutils/py-croniter,python3 ===> Building from scratch py3-croniter-2.0.1 ===> py3-croniter-2.0.1 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> py3-croniter-2.0.1 depends on: py3-build-* -> py3-build-1.2.1 ===> py3-croniter-2.0.1 depends on: py3-installer-* -> py3-installer-0.7.0 ===> py3-croniter-2.0.1 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> py3-croniter-2.0.1 depends on: py3-wheel-* -> py3-wheel-0.43.0 py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 (Junk lock released for exopi-3 at 1714746071.19) distfiles size=42599 >>> Running build in sysutils/py-croniter,python3 at 1714746071.22 ===> sysutils/py-croniter,python3 ===> Checking files for py3-croniter-2.0.1 `/exopi-cvs/ports/distfiles/croniter-2.0.1.tar.gz' is up to date. >> (SHA256) croniter-2.0.1.tar.gz: OK ===> Extracting for py3-croniter-2.0.1 ===> Patching for py3-croniter-2.0.1 ===> 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-croniter-2.0.1 ===> Configuring for py3-croniter-2.0.1 ===> Building for py3-croniter-2.0.1 * Getting build dependencies for wheel... running egg_info writing src/croniter.egg-info/PKG-INFO writing dependency_links to src/croniter.egg-info/dependency_links.txt writing requirements to src/croniter.egg-info/requires.txt writing top-level names to src/croniter.egg-info/top_level.txt file src/croniter.py (for module croniter) not found reading manifest file 'src/croniter.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.txt' warning: no files found matching '*' under directory 'docs' warning: no previously-included files matching '*pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'src/croniter.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py file src/croniter.py (for module croniter) not found creating build creating build/lib creating build/lib/croniter copying src/croniter/__init__.py -> build/lib/croniter copying src/croniter/croniter.py -> build/lib/croniter running egg_info writing src/croniter.egg-info/PKG-INFO writing dependency_links to src/croniter.egg-info/dependency_links.txt writing requirements to src/croniter.egg-info/requires.txt writing top-level names to src/croniter.egg-info/top_level.txt file src/croniter.py (for module croniter) not found reading manifest file 'src/croniter.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.txt' warning: no files found matching '*' under directory 'docs' warning: no previously-included files matching '*pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'src/croniter.egg-info/SOURCES.txt' /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'croniter.tests' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'croniter.tests' 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 'croniter.tests' 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 'croniter.tests' to be distributed and are already explicitly excluding 'croniter.tests' 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) file src/croniter.py (for module croniter) not found installing to build/bdist.openbsd-7.5-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.5-amd64 creating build/bdist.openbsd-7.5-amd64/wheel creating build/bdist.openbsd-7.5-amd64/wheel/croniter copying build/lib/croniter/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/croniter copying build/lib/croniter/croniter.py -> build/bdist.openbsd-7.5-amd64/wheel/croniter running install_egg_info Copying src/croniter.egg-info to build/bdist.openbsd-7.5-amd64/wheel/croniter-2.0.1-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/croniter-2.0.1.dist-info/WHEEL creating '/exopi-obj/pobj/py-croniter-2.0.1-python3/croniter-2.0.1/dist/.tmp-6xc23t7q/croniter-2.0.1-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.5-amd64/wheel' to it adding 'croniter/__init__.py' adding 'croniter/croniter.py' adding 'croniter-2.0.1.dist-info/LICENSE' adding 'croniter-2.0.1.dist-info/METADATA' adding 'croniter-2.0.1.dist-info/WHEEL' adding 'croniter-2.0.1.dist-info/top_level.txt' adding 'croniter-2.0.1.dist-info/RECORD' removing build/bdist.openbsd-7.5-amd64/wheel Successfully built croniter-2.0.1-py2.py3-none-any.whl >>> Running package in sysutils/py-croniter,python3 at 1714746074.31 ===> sysutils/py-croniter,python3 ===> Faking installation for py3-croniter-2.0.1 ===> Building package for py3-croniter-2.0.1 Create /exopi-cvs/ports/packages/amd64/all/py3-croniter-2.0.1.tgz Creating package py3-croniter-2.0.1 reading plist| checking dependencies| checking dependencies|devel/py-dateutil,python3 checking dependencies|devel/py-tz,python3 checking dependencies|lang/python/3.10,-main checksumming| checksumming| | 0% checksumming|** | 4% checksumming|***** | 8% checksumming|******* | 12% checksumming|********** | 16% checksumming|************ | 20% checksumming|*************** | 24% checksumming|***************** | 28% checksumming|******************** | 32% checksumming|********************** | 36% checksumming|************************ | 40% checksumming|*************************** | 44% checksumming|***************************** | 48% checksumming|******************************** | 52% checksumming|********************************** | 56% checksumming|************************************* | 60% checksumming|*************************************** | 64% checksumming|***************************************** | 68% checksumming|******************************************** | 72% checksumming|********************************************** | 76% checksumming|************************************************* | 80% checksumming|*************************************************** | 84% checksumming|****************************************************** | 88% checksumming|******************************************************** | 92% checksumming|*********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|************** | 22% archiving|**************************** | 44% archiving|***************************** | 45% archiving|******************************************* | 67% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-croniter-2.0.1.tgz >>> Running clean in sysutils/py-croniter,python3 at 1714746077.54 ===> sysutils/py-croniter,python3 ===> Cleaning for py3-croniter-2.0.1 >>> Ended at 1714746077.91 max_stuck=1.39/depends=1.85/show-prepare-results=1.70/build=3.08/package=3.24/clean=0.40