>>> Building on exopi-3 under sysutils/py-croniter BDEPENDS = [lang/python/3;devel/py-build;devel/py-setuptools;devel/py-installer;devel/py-wheel] DIST = [sysutils/py-croniter:croniter-2.0.1.tar.gz] FULLPKGNAME = py3-croniter-2.0.1p1 RDEPENDS = [devel/py-tz;devel/py-dateutil;lang/python/3] (Junk lock obtained for exopi-3 at 1735136045.24) >>> Running depends in sysutils/py-croniter at 1735136045.29 last junk was in devel/py-straight.plugin /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 >>> Running show-prepare-results in sysutils/py-croniter at 1735136046.86 ===> sysutils/py-croniter ===> Building from scratch py3-croniter-2.0.1p1 ===> py3-croniter-2.0.1p1 depends on: python->=3.12,<3.13 -> python-3.12.8p0 ===> py3-croniter-2.0.1p1 depends on: py3-build-* -> py3-build-1.2.2.post1p0 ===> py3-croniter-2.0.1p1 depends on: py3-installer-* -> py3-installer-0.7.0p1 ===> py3-croniter-2.0.1p1 depends on: py3-setuptools-* -> py3-setuptools-69.5.1p0v0 ===> py3-croniter-2.0.1p1 depends on: py3-wheel-* -> py3-wheel-0.45.1p0 py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 (Junk lock released for exopi-3 at 1735136047.73) distfiles size=42599 >>> Running build in sysutils/py-croniter at 1735136047.77 ===> sysutils/py-croniter ===> Checking files for py3-croniter-2.0.1p1 `/exopi-cvs/ports/distfiles/croniter-2.0.1.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-croniter-2.0.1p1 ===> Patching for py3-croniter-2.0.1p1 ===> 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.1p1 ===> Configuring for py3-croniter-2.0.1p1 ===> Building for py3-croniter-2.0.1p1 * 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' adding license file 'LICENSE' writing manifest file 'src/croniter.egg-info/SOURCES.txt' 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 * 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.12/site-packages/setuptools/command/build_py.py:207: _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.6-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.6-amd64 creating build/bdist.openbsd-7.6-amd64/wheel creating build/bdist.openbsd-7.6-amd64/wheel/croniter copying build/lib/croniter/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/croniter copying build/lib/croniter/croniter.py -> build/bdist.openbsd-7.6-amd64/wheel/croniter running install_egg_info Copying src/croniter.egg-info to build/bdist.openbsd-7.6-amd64/wheel/croniter-2.0.1-py3.12.egg-info running install_scripts creating build/bdist.openbsd-7.6-amd64/wheel/croniter-2.0.1.dist-info/WHEEL creating '/exopi-obj/pobj/py-croniter-2.0.1/croniter-2.0.1/dist/.tmp-zn0g3f0v/croniter-2.0.1-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.6-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.6-amd64/wheel Successfully built croniter-2.0.1-py2.py3-none-any.whl >>> Running package in sysutils/py-croniter at 1735136049.96 ===> sysutils/py-croniter ===> Faking installation for py3-croniter-2.0.1p1 ===> Building package for py3-croniter-2.0.1p1 Create /exopi-cvs/ports/packages/amd64/all/py3-croniter-2.0.1p1.tgz Creating package py3-croniter-2.0.1p1 reading plist| checking dependencies| checking dependencies|devel/py-dateutil checking dependencies|devel/py-tz checking dependencies|lang/python/3,-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|****************** | 28% archiving|************************************ | 56% archiving|************************************ | 57% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-croniter-2.0.1p1.tgz >>> Running clean in sysutils/py-croniter at 1735136051.73 ===> sysutils/py-croniter ===> Cleaning for py3-croniter-2.0.1p1 >>> Ended at 1735136051.92 max_stuck=1.07/depends=1.58/show-prepare-results=0.91/build=2.18/package=1.78/clean=0.22