>>> Building on exopi-2 under astro/py-skyfield-data BDEPENDS = [devel/py-build;devel/py-setuptools;devel/py-wheel;lang/python/3;devel/py-installer] DIST = [astro/py-skyfield-data:skyfield-data-6.0.0.tar.gz] FULLPKGNAME = py3-skyfield-data-6.0.0p0 RDEPENDS = [astro/py-astropy-iers-data;lang/python/3;astro/py-skyfield] (Junk lock obtained for exopi-2 at 1764448159.72) >>> Running depends in astro/py-skyfield-data at 1764448159.76 last junk was in archivers/py-lzo /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 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 >>> Running show-prepare-results in astro/py-skyfield-data at 1764448161.27 ===> astro/py-skyfield-data ===> Building from scratch py3-skyfield-data-6.0.0p0 ===> py3-skyfield-data-6.0.0p0 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> py3-skyfield-data-6.0.0p0 depends on: py3-build-* -> py3-build-1.3.0 ===> py3-skyfield-data-6.0.0p0 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-skyfield-data-6.0.0p0 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> py3-skyfield-data-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-2 at 1764448162.20) distfiles size=16961564 >>> Running extract in astro/py-skyfield-data at 1764448162.23 ===> astro/py-skyfield-data ===> Checking files for py3-skyfield-data-6.0.0p0 `/exopi-cvs/ports/distfiles/skyfield-data-6.0.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-skyfield-data-6.0.0p0 >>> Running build in astro/py-skyfield-data at 1764448162.88 ===> astro/py-skyfield-data ===> Patching for py3-skyfield-data-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-skyfield-data-6.0.0p0 ===> Configuring for py3-skyfield-data-6.0.0p0 ===> Building for py3-skyfield-data-6.0.0p0 * Getting build dependencies for wheel... /usr/local/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'author-email' in 'metadata' (setup.cfg), please use the underscore name 'author_email' instead. !! ******************************************************************************** Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/local/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'home-page' in 'metadata' (setup.cfg), please use the underscore name 'home_page' instead. !! ******************************************************************************** Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/local/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'long-description' in 'metadata' (setup.cfg), please use the underscore name 'long_description' instead. !! ******************************************************************************** Usage of dash-separated 'long-description' will not be supported in future versions. Please use the underscore name 'long_description' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/local/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'long-description-content-type' in 'metadata' (setup.cfg), please use the underscore name 'long_description_content_type' instead. !! ******************************************************************************** Usage of dash-separated 'long-description-content-type' will not be supported in future versions. Please use the underscore name 'long_description_content_type' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/local/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'license-file' in 'metadata' (setup.cfg), please use the underscore name 'license_file' instead. !! ******************************************************************************** Usage of dash-separated 'license-file' will not be supported in future versions. Please use the underscore name 'license_file' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /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() * Building wheel... /usr/local/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'author-email' in 'metadata' (setup.cfg), please use the underscore name 'author_email' instead. !! ******************************************************************************** Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/local/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'home-page' in 'metadata' (setup.cfg), please use the underscore name 'home_page' instead. !! ******************************************************************************** Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/local/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'long-description' in 'metadata' (setup.cfg), please use the underscore name 'long_description' instead. !! ******************************************************************************** Usage of dash-separated 'long-description' will not be supported in future versions. Please use the underscore name 'long_description' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/local/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'long-description-content-type' in 'metadata' (setup.cfg), please use the underscore name 'long_description_content_type' instead. !! ******************************************************************************** Usage of dash-separated 'long-description-content-type' will not be supported in future versions. Please use the underscore name 'long_description_content_type' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/local/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'license-file' in 'metadata' (setup.cfg), please use the underscore name 'license_file' instead. !! ******************************************************************************** Usage of dash-separated 'license-file' will not be supported in future versions. Please use the underscore name 'license_file' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /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/skyfield_data copying skyfield_data/__init__.py -> build/lib/skyfield_data copying skyfield_data/expiration_data.py -> build/lib/skyfield_data copying skyfield_data/expirations.py -> build/lib/skyfield_data running egg_info writing skyfield_data.egg-info/PKG-INFO writing dependency_links to skyfield_data.egg-info/dependency_links.txt writing requirements to skyfield_data.egg-info/requires.txt writing top-level names to skyfield_data.egg-info/top_level.txt reading manifest file 'skyfield_data.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'COPYING' writing manifest file 'skyfield_data.egg-info/SOURCES.txt' /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'skyfield_data.data' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'skyfield_data.data' 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 'skyfield_data.data' 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 'skyfield_data.data' to be distributed and are already explicitly excluding 'skyfield_data.data' 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/skyfield_data/data copying skyfield_data/data/de421.bsp -> build/lib/skyfield_data/data copying skyfield_data/data/finals2000A.all -> build/lib/skyfield_data/data 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/skyfield_data copying build/lib/skyfield_data/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./skyfield_data copying build/lib/skyfield_data/expiration_data.py -> build/bdist.openbsd-7.8-amd64/wheel/./skyfield_data copying build/lib/skyfield_data/expirations.py -> build/bdist.openbsd-7.8-amd64/wheel/./skyfield_data creating build/bdist.openbsd-7.8-amd64/wheel/skyfield_data/data copying build/lib/skyfield_data/data/de421.bsp -> build/bdist.openbsd-7.8-amd64/wheel/./skyfield_data/data copying build/lib/skyfield_data/data/finals2000A.all -> build/bdist.openbsd-7.8-amd64/wheel/./skyfield_data/data running install_egg_info Copying skyfield_data.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./skyfield_data-6.0.0-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/skyfield_data-6.0.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-skyfield-data-6.0.0/skyfield-data-6.0.0/dist/.tmp-4d_dst50/skyfield_data-6.0.0-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'skyfield_data/__init__.py' adding 'skyfield_data/expiration_data.py' adding 'skyfield_data/expirations.py' adding 'skyfield_data/data/de421.bsp' adding 'skyfield_data/data/finals2000A.all' adding 'skyfield_data-6.0.0.dist-info/licenses/COPYING' adding 'skyfield_data-6.0.0.dist-info/METADATA' adding 'skyfield_data-6.0.0.dist-info/WHEEL' adding 'skyfield_data-6.0.0.dist-info/top_level.txt' adding 'skyfield_data-6.0.0.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built skyfield_data-6.0.0-py2.py3-none-any.whl >>> Running package in astro/py-skyfield-data at 1764448165.74 ===> astro/py-skyfield-data ===> Faking installation for py3-skyfield-data-6.0.0p0 ===> Building package for py3-skyfield-data-6.0.0p0 Create /exopi-cvs/ports/packages/amd64/all/py3-skyfield-data-6.0.0p0.tgz Creating package py3-skyfield-data-6.0.0p0 reading plist| checking dependencies| checking dependencies|astro/py-astropy-iers-data checking dependencies|astro/py-skyfield checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|** | 3% checksumming|**** | 6% checksumming|****** | 10% checksumming|******** | 13% checksumming|********** | 16% checksumming|************ | 19% checksumming|************** | 23% checksumming|**************** | 26% checksumming|****************** | 29% checksumming|******************** | 32% checksumming|********************** | 35% checksumming|************************ | 39% checksumming|************************** | 42% checksumming|**************************** | 45% checksumming|****************************** | 48% checksumming|******************************* | 52% checksumming|********************************* | 55% checksumming|*********************************** | 58% checksumming|************************************* | 61% checksumming|*************************************** | 65% checksumming|***************************************** | 68% checksumming|******************************************* | 71% checksumming|********************************************* | 74% checksumming|*********************************************** | 77% checksumming|************************************************* | 81% checksumming|*************************************************** | 84% checksumming|***************************************************** | 87% checksumming|******************************************************* | 90% checksumming|********************************************************* | 94% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|******* | 10% archiving|************* | 21% archiving|******************** | 31% archiving|************************** | 41% archiving|********************************* | 51% archiving|*************************************** | 62% archiving|********************************************** | 72% archiving|***************************************************** | 82% archiving|*********************************************************** | 93% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-skyfield-data-6.0.0p0.tgz >>> Running clean in astro/py-skyfield-data at 1764448171.05 ===> astro/py-skyfield-data ===> Cleaning for py3-skyfield-data-6.0.0p0 >>> Ended at 1764448171.32 max_stuck=0.00/depends=1.52/show-prepare-results=0.96/extract=0.65/build=2.86/package=5.31/clean=0.29