>>> Building on exopi-1 under devel/py-timelib BDEPENDS = [devel/py-wheel;lang/python/3;devel/py-setuptools;devel/py-installer;devel/py-build;lang/cython] DIST = [devel/py-timelib:timelib-0.3.0.tar.gz] FULLPKGNAME = py3-timelib-0.3.0p1 RDEPENDS = [lang/python/3] (Junk lock obtained for exopi-1 at 1778686985.22) >>> Running depends in devel/py-timelib at 1778686985.26 last junk was in sysutils/ansible-lint /usr/sbin/pkg_add -aI -Drepair py3-build-1.5.0 py3-cython-3.1.6v0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0 python-3.14.4p0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.5.0 py3-cython-3.1.6v0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0 python-3.14.4p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.5.0 py3-cython-3.1.6v0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0 python-3.14.4p0 >>> Running show-prepare-results in devel/py-timelib at 1778686987.60 ===> devel/py-timelib ===> Building from scratch py3-timelib-0.3.0p1 ===> py3-timelib-0.3.0p1 depends on: py3-cython-* -> py3-cython-3.1.6v0 ===> py3-timelib-0.3.0p1 depends on: python->=3.14 -> python-3.14.4p0 ===> py3-timelib-0.3.0p1 depends on: py3-build-* -> py3-build-1.5.0 ===> py3-timelib-0.3.0p1 depends on: py3-installer-* -> py3-installer-1.0.1 ===> py3-timelib-0.3.0p1 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0 ===> py3-timelib-0.3.0p1 depends on: py3-wheel-* -> py3-wheel-0.47.0 ===> Verifying specs: m ===> found m.10.1 py3-build-1.5.0 py3-cython-3.1.6v0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0 python-3.14.4p0 (Junk lock released for exopi-1 at 1778686988.90) distfiles size=308768 >>> Running extract in devel/py-timelib at 1778686988.93 ===> devel/py-timelib ===> Checking files for py3-timelib-0.3.0p1 `/exopi-cvs/ports/distfiles/timelib-0.3.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-timelib-0.3.0p1 >>> Running build in devel/py-timelib at 1778686989.28 ===> devel/py-timelib ===> Patching for py3-timelib-0.3.0p1 ===> 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-timelib-0.3.0p1 ===> Configuring for py3-timelib-0.3.0p1 ===> Building for py3-timelib-0.3.0p1 * Getting build dependencies for wheel... Compiling timelib.pyx because it changed. [1/1] Cythonizing timelib.pyx toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section running egg_info writing timelib.egg-info/PKG-INFO writing dependency_links to timelib.egg-info/dependency_links.txt writing top-level names to timelib.egg-info/top_level.txt reading manifest file 'timelib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'timelib.egg-info/SOURCES.txt' * Building wheel... toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section running bdist_wheel running build running build_ext building 'timelib' extension creating build/temp.openbsd-7.9-amd64-cpython-314/ext-date-lib cc -O2 -pipe -fPIC -DHAVE_STRING_H=1 -I. -Iext-date-lib -I. -Iext-date-lib -I/usr/local/include/python3.14 -c ext-date-lib/astro.c -o build/temp.openbsd-7.9-amd64-cpython-314/ext-date-lib/astro.o cc -O2 -pipe -fPIC -DHAVE_STRING_H=1 -I. -Iext-date-lib -I. -Iext-date-lib -I/usr/local/include/python3.14 -c ext-date-lib/dow.c -o build/temp.openbsd-7.9-amd64-cpython-314/ext-date-lib/dow.o cc -O2 -pipe -fPIC -DHAVE_STRING_H=1 -I. -Iext-date-lib -I. -Iext-date-lib -I/usr/local/include/python3.14 -c ext-date-lib/parse_date.c -o build/temp.openbsd-7.9-amd64-cpython-314/ext-date-lib/parse_date.o In file included from ext-date-lib/parse_date.c:175: ext-date-lib/fallbackmap.h:37:16: warning: implicit conversion from 'double' to 'int' changes value from 10.5 to 10 [-Wliteral-conversion] 37 | { "cst", 1, 10.5, "Australia/Adelaide" }, | ~ ^~~~ ext-date-lib/fallbackmap.h:30:16: warning: implicit conversion from 'double' to 'int' changes value from 5.75 to 5 [-Wliteral-conversion] 30 | { "npt", 0, 5.75, "Asia/Katmandu" }, | ~ ^~~~ ext-date-lib/fallbackmap.h:29:17: warning: implicit conversion from 'double' to 'int' changes value from 5.5 to 5 [-Wliteral-conversion] 29 | { "ist", 0, 5.5, "Asia/Calcutta" }, | ~ ^~~ 3 warnings generated. cc -O2 -pipe -fPIC -DHAVE_STRING_H=1 -I. -Iext-date-lib -I. -Iext-date-lib -I/usr/local/include/python3.14 -c ext-date-lib/parse_tz.c -o build/temp.openbsd-7.9-amd64-cpython-314/ext-date-lib/parse_tz.o cc -O2 -pipe -fPIC -DHAVE_STRING_H=1 -I. -Iext-date-lib -I. -Iext-date-lib -I/usr/local/include/python3.14 -c ext-date-lib/timelib.c -o build/temp.openbsd-7.9-amd64-cpython-314/ext-date-lib/timelib.o cc -O2 -pipe -fPIC -DHAVE_STRING_H=1 -I. -Iext-date-lib -I. -Iext-date-lib -I/usr/local/include/python3.14 -c ext-date-lib/tm2unixtime.c -o build/temp.openbsd-7.9-amd64-cpython-314/ext-date-lib/tm2unixtime.o cc -O2 -pipe -fPIC -DHAVE_STRING_H=1 -I. -Iext-date-lib -I. -Iext-date-lib -I/usr/local/include/python3.14 -c ext-date-lib/unixtime2tm.c -o build/temp.openbsd-7.9-amd64-cpython-314/ext-date-lib/unixtime2tm.o cc -O2 -pipe -fPIC -DHAVE_STRING_H=1 -I. -Iext-date-lib -I. -Iext-date-lib -I/usr/local/include/python3.14 -c timelib.c -o build/temp.openbsd-7.9-amd64-cpython-314/timelib.o creating build/lib.openbsd-7.9-amd64-cpython-314 cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.9-amd64-cpython-314/ext-date-lib/astro.o build/temp.openbsd-7.9-amd64-cpython-314/ext-date-lib/dow.o build/temp.openbsd-7.9-amd64-cpython-314/ext-date-lib/parse_date.o build/temp.openbsd-7.9-amd64-cpython-314/ext-date-lib/parse_tz.o build/temp.openbsd-7.9-amd64-cpython-314/ext-date-lib/timelib.o build/temp.openbsd-7.9-amd64-cpython-314/ext-date-lib/tm2unixtime.o build/temp.openbsd-7.9-amd64-cpython-314/ext-date-lib/unixtime2tm.o build/temp.openbsd-7.9-amd64-cpython-314/timelib.o -L/usr/local/lib -lm -o build/lib.openbsd-7.9-amd64-cpython-314/timelib.cpython-314.so installing to build/bdist.openbsd-7.9-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.9-amd64/wheel copying build/lib.openbsd-7.9-amd64-cpython-314/timelib.cpython-314.so -> build/bdist.openbsd-7.9-amd64/wheel/. running install_egg_info running egg_info writing timelib.egg-info/PKG-INFO writing dependency_links to timelib.egg-info/dependency_links.txt writing top-level names to timelib.egg-info/top_level.txt reading manifest file 'timelib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'timelib.egg-info/SOURCES.txt' Copying timelib.egg-info to build/bdist.openbsd-7.9-amd64/wheel/./timelib-0.3.0-py3.14.egg-info running install_scripts creating build/bdist.openbsd-7.9-amd64/wheel/timelib-0.3.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-timelib-0.3.0/timelib-0.3.0/dist/.tmp-w6q551z5/timelib-0.3.0-cp314-cp314-openbsd_7_9_amd64.whl' and adding 'build/bdist.openbsd-7.9-amd64/wheel' to it adding 'timelib.cpython-314.so' adding 'timelib-0.3.0.dist-info/METADATA' adding 'timelib-0.3.0.dist-info/WHEEL' adding 'timelib-0.3.0.dist-info/top_level.txt' adding 'timelib-0.3.0.dist-info/RECORD' removing build/bdist.openbsd-7.9-amd64/wheel Successfully built timelib-0.3.0-cp314-cp314-openbsd_7_9_amd64.whl >>> Running package in devel/py-timelib at 1778687006.91 ===> devel/py-timelib ===> Faking installation for py3-timelib-0.3.0p1 ===> Building package for py3-timelib-0.3.0p1 Create /exopi-cvs/ports/packages/amd64/all/py3-timelib-0.3.0p1.tgz Creating package py3-timelib-0.3.0p1 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******** | 13% checksumming|*********** | 19% checksumming|*************** | 25% checksumming|******************* | 31% checksumming|*********************** | 38% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************** | 63% checksumming|****************************************** | 69% checksumming|********************************************** | 75% checksumming|************************************************** | 81% checksumming|***************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************************************************************|100% /exopi-cvs/ports/plist/amd64/py3-timelib-0.3.0p1 was updated --- /exopi-cvs/ports/plist/amd64/py3-timelib-0.3.0p1 +++ /exopi-cvs/ports/plist/amd64/py3-timelib-0.3.0p1-new @@ -1,5 +1,5 @@ @name py3-timelib-0.3.0p1 -@version 16 +@version 17 @comment pkgpath=devel/py-timelib ftp=yes @arch amd64 +DESC @@ -8,9 +8,9 @@ @depend lang/python/3,-main:python->=3.13,<3.14:python-3.13.13 @wantlib m.10.1 @cwd /usr/local -lib/python3.13/site-packages/timelib-0.3.0.dist-info/ -lib/python3.13/site-packages/timelib-0.3.0.dist-info/METADATA -lib/python3.13/site-packages/timelib-0.3.0.dist-info/RECORD -lib/python3.13/site-packages/timelib-0.3.0.dist-info/WHEEL -lib/python3.13/site-packages/timelib-0.3.0.dist-info/top_level.txt -@so lib/python3.13/site-packages/timelib.cpython-313.so +lib/python3.14/site-packages/timelib-0.3.0.dist-info/ +lib/python3.14/site-packages/timelib-0.3.0.dist-info/METADATA +lib/python3.14/site-packages/timelib-0.3.0.dist-info/RECORD +lib/python3.14/site-packages/timelib-0.3.0.dist-info/WHEEL +lib/python3.14/site-packages/timelib-0.3.0.dist-info/top_level.txt +@so lib/python3.14/site-packages/timelib.cpython-314.so Link to /exopi-cvs/ports/packages/amd64/ftp/py3-timelib-0.3.0p1.tgz >>> Running clean in devel/py-timelib at 1778687010.69 ===> devel/py-timelib ===> Cleaning for py3-timelib-0.3.0p1 >>> Ended at 1778687010.90 max_stuck=1.89/depends=2.34/show-prepare-results=1.34/extract=0.35/build=17.63/package=3.77/clean=0.24