>>> Building on exopi-5 under sysutils/py-croniter BDEPENDS = [devel/py-installer;devel/py-wheel;lang/python/3;devel/py-setuptools;devel/py-build] DIST = [sysutils/py-croniter:croniter-6.0.0.tar.gz] FULLPKGNAME = py3-croniter-6.0.0p0 RDEPENDS = [devel/py-dateutil;devel/py-tz;lang/python/3] (Junk lock obtained for exopi-5 at 1764447368.43) >>> Running depends in sysutils/py-croniter at 1764447368.47 last junk was in sysutils/py-apscheduler /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 >>> Running show-prepare-results in sysutils/py-croniter at 1764447370.71 ===> sysutils/py-croniter ===> Building from scratch py3-croniter-6.0.0p0 ===> py3-croniter-6.0.0p0 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> py3-croniter-6.0.0p0 depends on: py3-build-* -> py3-build-1.3.0 ===> py3-croniter-6.0.0p0 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-croniter-6.0.0p0 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> py3-croniter-6.0.0p0 depends on: py3-wheel-* -> py3-wheel-0.46.1 py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 (Junk lock released for exopi-5 at 1764447371.82) distfiles size=64481 >>> Running extract in sysutils/py-croniter at 1764447371.86 ===> sysutils/py-croniter ===> Checking files for py3-croniter-6.0.0p0 `/exopi-cvs/ports/distfiles/croniter-6.0.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-croniter-6.0.0p0 >>> Running build in sysutils/py-croniter at 1764447372.38 ===> sysutils/py-croniter ===> Patching for py3-croniter-6.0.0p0 ===> 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-6.0.0p0 ===> Configuring for py3-croniter-6.0.0p0 ===> Building for py3-croniter-6.0.0p0 * Getting build dependencies for wheel... /usr/local/lib/python3.13/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 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 '*' 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... /usr/local/lib/python3.13/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 /usr/local/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() running build running build_py creating build/lib/croniter copying src/croniter/__init__.py -> build/lib/croniter copying src/croniter/croniter.py -> build/lib/croniter running egg_info file src/croniter.py (for module croniter) not found 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 '*' 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.13/site-packages/setuptools/command/build_py.py:212: _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.8-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.8-amd64/wheel creating build/bdist.openbsd-7.8-amd64/wheel/croniter copying build/lib/croniter/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./croniter copying build/lib/croniter/croniter.py -> build/bdist.openbsd-7.8-amd64/wheel/./croniter running install_egg_info Copying src/croniter.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./croniter-6.0.0-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/croniter-6.0.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-croniter-6.0.0/croniter-6.0.0/dist/.tmp-8sdf7h2h/croniter-6.0.0-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'croniter/__init__.py' adding 'croniter/croniter.py' adding 'croniter-6.0.0.dist-info/licenses/LICENSE' adding 'croniter-6.0.0.dist-info/METADATA' adding 'croniter-6.0.0.dist-info/WHEEL' adding 'croniter-6.0.0.dist-info/top_level.txt' adding 'croniter-6.0.0.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built croniter-6.0.0-py2.py3-none-any.whl >>> Running package in sysutils/py-croniter at 1764447374.76 ===> sysutils/py-croniter ===> Faking installation for py3-croniter-6.0.0p0 ===> Building package for py3-croniter-6.0.0p0 Create /exopi-cvs/ports/packages/amd64/all/py3-croniter-6.0.0p0.tgz Creating package py3-croniter-6.0.0p0 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|********* | 15% checksumming|************ | 19% checksumming|************** | 23% checksumming|**************** | 27% checksumming|******************* | 31% checksumming|********************* | 35% checksumming|*********************** | 38% checksumming|************************** | 42% checksumming|**************************** | 46% checksumming|******************************* | 50% checksumming|********************************* | 54% checksumming|*********************************** | 58% checksumming|************************************** | 62% checksumming|**************************************** | 65% checksumming|****************************************** | 69% checksumming|********************************************* | 73% checksumming|*********************************************** | 77% checksumming|************************************************* | 81% checksumming|**************************************************** | 85% checksumming|****************************************************** | 88% checksumming|******************************************************** | 92% checksumming|*********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|****************** | 28% archiving|*********************************** | 55% archiving|********************************************** | 72% archiving|********************************************** | 73% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-croniter-6.0.0p0.tgz >>> Running clean in sysutils/py-croniter at 1764447377.09 ===> sysutils/py-croniter ===> Cleaning for py3-croniter-6.0.0p0 >>> Ended at 1764447377.32 max_stuck=1.99/depends=2.19/show-prepare-results=1.19/extract=0.53/build=2.38/package=2.32/clean=0.26