>>> Building on exopi-6 under devel/py-resolvelib
BDEPENDS = [devel/py-wheel;devel/py-installer;lang/python/3;devel/py-setuptools;devel/py-build]
DIST = [devel/py-resolvelib:resolvelib-1.2.1.tar.gz]
FULLPKGNAME = py3-resolvelib-1.2.1
RDEPENDS = [lang/python/3]
(Junk lock obtained for exopi-6 at 1778690691.64)
>>> Running depends in devel/py-resolvelib at 1778690691.68
last junk was in net/py-curl
/usr/sbin/pkg_add -aI -Drepair py3-build-1.5.0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0
was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.5.0 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-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0
>>> Running show-prepare-results in devel/py-resolvelib at 1778690694.01
===> devel/py-resolvelib
===> Building from scratch py3-resolvelib-1.2.1
===> py3-resolvelib-1.2.1 depends on: python->=3.14 -> python-3.14.4p0
===> py3-resolvelib-1.2.1 depends on: py3-build-* -> py3-build-1.5.0
===> py3-resolvelib-1.2.1 depends on: py3-installer-* -> py3-installer-1.0.1
===> py3-resolvelib-1.2.1 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0
===> py3-resolvelib-1.2.1 depends on: py3-wheel-* -> py3-wheel-0.47.0
py3-build-1.5.0
py3-installer-1.0.1
py3-setuptools-80.9.0v0
py3-wheel-0.47.0
python-3.14.4p0
Still tainted: no
>>> Running junk in devel/py-resolvelib at 1778690695.01
/usr/sbin/pkg_delete -aIXq abseil-cpp-20260107.1 asio-1.30.2 cmake-core-4.2.3 crc32c-1.1.2 dwz-0.16p1 ffmpeg-8.0.2v1 flac-1.5.0 ggrep-3.11p0 gmake-4.4.1p0 jpeg-3.1.4.1v0 libsrtp-2.8.0 libvpx-1.16.0v0 ninja-1.11.1p1v1 openh264-2.6.0 opus-1.6.1 pugixml-1.15p0 py3-build-1.5.0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0 python-3.14.4p0 rapidjson-1.1.0.20250205 sdl2-2.32.10 sdl2-ttf-2.24.0 sqlite3-3.53.1p0 yasm-1.3.0p1 zstd-1.5.7p0
--- -cups-libs-2.4.19 -------------------
You should also run /usr/sbin/userdel _cups
You should also run /usr/sbin/groupdel _cups
--- -dbus-1.16.2p1v0 -------------------
You should also remove /etc/machine-id
You should also run /usr/sbin/userdel _dbus
You should also run /usr/sbin/groupdel _dbus
--- -sane-backends-1.4.0p2 -------------------
You should also run rm -rf /var/spool/lock/sane/*
You should also run /usr/sbin/userdel _saned
You should also run /usr/sbin/groupdel _saned
--- -tcl-8.5.19p6 -------------------
You may wish to remove /usr/local/lib/tcl/tcl8.5/man from man.conf
--- -tk-8.5.19p2 -------------------
You may wish to remove /usr/local/lib/tcl/tk8.5/man from man.conf
(Junk lock released for exopi-6 at 1778690711.82)
distfiles size=24575
>>> Running extract in devel/py-resolvelib at 1778690711.85
===> devel/py-resolvelib
===> Checking files for py3-resolvelib-1.2.1
`/exopi-cvs/ports/distfiles/resolvelib-1.2.1.tar.gz' is up to date.
>> (SHA256) all files: OK
===> Extracting for py3-resolvelib-1.2.1
>>> Running build in devel/py-resolvelib at 1778690712.20
===> devel/py-resolvelib
===> Patching for py3-resolvelib-1.2.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-resolvelib-1.2.1
===> Configuring for py3-resolvelib-1.2.1
===> Building for py3-resolvelib-1.2.1
* Getting build dependencies for wheel...
/usr/local/lib/python3.14/site-packages/setuptools/config/pyprojecttoml.py:72: _ExperimentalConfiguration: `[tool.distutils]` in `pyproject.toml` is still *experimental* and likely to change in future releases.
config = read_configuration(filepath, True, ignore_option_errors, dist)
/usr/local/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
********************************************************************************
Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
corresp(dist, value, root_dir)
/usr/local/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: ISC License (ISCL)
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
dist._finalize_license_expression()
/usr/local/lib/python3.14/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 :: ISC License (ISCL)
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running egg_info
writing src/resolvelib.egg-info/PKG-INFO
writing dependency_links to src/resolvelib.egg-info/dependency_links.txt
writing requirements to src/resolvelib.egg-info/requires.txt
writing top-level names to src/resolvelib.egg-info/top_level.txt
reading manifest file 'src/resolvelib.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.pyi' under directory 'src'
warning: manifest_maker: MANIFEST.in, line 3: 'recursive-include' expects
...
adding license file 'LICENSE'
writing manifest file 'src/resolvelib.egg-info/SOURCES.txt'
* Building wheel...
/usr/local/lib/python3.14/site-packages/setuptools/config/pyprojecttoml.py:72: _ExperimentalConfiguration: `[tool.distutils]` in `pyproject.toml` is still *experimental* and likely to change in future releases.
config = read_configuration(filepath, True, ignore_option_errors, dist)
/usr/local/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
********************************************************************************
Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
corresp(dist, value, root_dir)
/usr/local/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: ISC License (ISCL)
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
dist._finalize_license_expression()
/usr/local/lib/python3.14/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 :: ISC License (ISCL)
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/resolvelib
copying src/resolvelib/__init__.py -> build/lib/resolvelib
copying src/resolvelib/providers.py -> build/lib/resolvelib
copying src/resolvelib/reporters.py -> build/lib/resolvelib
copying src/resolvelib/structs.py -> build/lib/resolvelib
creating build/lib/resolvelib/resolvers
copying src/resolvelib/resolvers/__init__.py -> build/lib/resolvelib/resolvers
copying src/resolvelib/resolvers/abstract.py -> build/lib/resolvelib/resolvers
copying src/resolvelib/resolvers/criterion.py -> build/lib/resolvelib/resolvers
copying src/resolvelib/resolvers/exceptions.py -> build/lib/resolvelib/resolvers
copying src/resolvelib/resolvers/resolution.py -> build/lib/resolvelib/resolvers
running egg_info
writing src/resolvelib.egg-info/PKG-INFO
writing dependency_links to src/resolvelib.egg-info/dependency_links.txt
writing requirements to src/resolvelib.egg-info/requires.txt
writing top-level names to src/resolvelib.egg-info/top_level.txt
reading manifest file 'src/resolvelib.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.pyi' under directory 'src'
warning: manifest_maker: MANIFEST.in, line 3: 'recursive-include' expects ...
adding license file 'LICENSE'
writing manifest file 'src/resolvelib.egg-info/SOURCES.txt'
copying src/resolvelib/py.typed -> build/lib/resolvelib
installing to build/bdist.openbsd-7.9-amd64/wheel
running install
running install_lib
creating build/bdist.openbsd-7.9-amd64/wheel
creating build/bdist.openbsd-7.9-amd64/wheel/resolvelib
copying build/lib/resolvelib/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./resolvelib
copying build/lib/resolvelib/providers.py -> build/bdist.openbsd-7.9-amd64/wheel/./resolvelib
copying build/lib/resolvelib/reporters.py -> build/bdist.openbsd-7.9-amd64/wheel/./resolvelib
copying build/lib/resolvelib/structs.py -> build/bdist.openbsd-7.9-amd64/wheel/./resolvelib
creating build/bdist.openbsd-7.9-amd64/wheel/resolvelib/resolvers
copying build/lib/resolvelib/resolvers/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./resolvelib/resolvers
copying build/lib/resolvelib/resolvers/abstract.py -> build/bdist.openbsd-7.9-amd64/wheel/./resolvelib/resolvers
copying build/lib/resolvelib/resolvers/criterion.py -> build/bdist.openbsd-7.9-amd64/wheel/./resolvelib/resolvers
copying build/lib/resolvelib/resolvers/exceptions.py -> build/bdist.openbsd-7.9-amd64/wheel/./resolvelib/resolvers
copying build/lib/resolvelib/resolvers/resolution.py -> build/bdist.openbsd-7.9-amd64/wheel/./resolvelib/resolvers
copying build/lib/resolvelib/py.typed -> build/bdist.openbsd-7.9-amd64/wheel/./resolvelib
running install_egg_info
Copying src/resolvelib.egg-info to build/bdist.openbsd-7.9-amd64/wheel/./resolvelib-1.2.1-py3.14.egg-info
running install_scripts
creating build/bdist.openbsd-7.9-amd64/wheel/resolvelib-1.2.1.dist-info/WHEEL
creating '/exopi-obj/pobj/py-resolvelib-1.2.1/resolvelib-1.2.1/dist/.tmp-6szqzq6e/resolvelib-1.2.1-py3-none-any.whl' and adding 'build/bdist.openbsd-7.9-amd64/wheel' to it
adding 'resolvelib/__init__.py'
adding 'resolvelib/providers.py'
adding 'resolvelib/py.typed'
adding 'resolvelib/reporters.py'
adding 'resolvelib/structs.py'
adding 'resolvelib/resolvers/__init__.py'
adding 'resolvelib/resolvers/abstract.py'
adding 'resolvelib/resolvers/criterion.py'
adding 'resolvelib/resolvers/exceptions.py'
adding 'resolvelib/resolvers/resolution.py'
adding 'resolvelib-1.2.1.dist-info/licenses/LICENSE'
adding 'resolvelib-1.2.1.dist-info/METADATA'
adding 'resolvelib-1.2.1.dist-info/WHEEL'
adding 'resolvelib-1.2.1.dist-info/top_level.txt'
adding 'resolvelib-1.2.1.dist-info/RECORD'
removing build/bdist.openbsd-7.9-amd64/wheel
Successfully built resolvelib-1.2.1-py3-none-any.whl
>>> Running package in devel/py-resolvelib at 1778690714.30
===> devel/py-resolvelib
===> Faking installation for py3-resolvelib-1.2.1
===> Building package for py3-resolvelib-1.2.1
Create /exopi-cvs/ports/packages/amd64/all/py3-resolvelib-1.2.1.tgz
Creating package py3-resolvelib-1.2.1
reading plist|
checking dependencies|
checking dependencies|lang/python/3,-main
checksumming|
checksumming| | 0%
checksumming|* | 2%
checksumming|*** | 4%
checksumming|**** | 6%
checksumming|***** | 8%
checksumming|****** | 10%
checksumming|******** | 13%
checksumming|********* | 15%
checksumming|********** | 17%
checksumming|*********** | 19%
checksumming|************* | 21%
checksumming|************** | 23%
checksumming|*************** | 25%
checksumming|***************** | 27%
checksumming|****************** | 29%
checksumming|******************* | 31%
checksumming|******************** | 33%
checksumming|********************** | 35%
checksumming|*********************** | 38%
checksumming|************************ | 40%
checksumming|************************* | 42%
checksumming|*************************** | 44%
checksumming|**************************** | 46%
checksumming|***************************** | 48%
checksumming|******************************* | 50%
checksumming|******************************** | 52%
checksumming|********************************* | 54%
checksumming|********************************** | 56%
checksumming|************************************ | 58%
checksumming|************************************* | 60%
checksumming|************************************** | 63%
checksumming|*************************************** | 65%
checksumming|***************************************** | 67%
checksumming|****************************************** | 69%
checksumming|******************************************* | 71%
checksumming|******************************************** | 73%
checksumming|********************************************** | 75%
checksumming|*********************************************** | 77%
checksumming|************************************************ | 79%
checksumming|************************************************** | 81%
checksumming|*************************************************** | 83%
checksumming|**************************************************** | 85%
checksumming|***************************************************** | 88%
checksumming|******************************************************* | 90%
checksumming|******************************************************** | 92%
checksumming|********************************************************* | 94%
checksumming|********************************************************** | 96%
checksumming|************************************************************ | 98%
checksumming|*************************************************************|100%
archiving|
archiving| | 0%
archiving|* | 1%
archiving|**** | 6%
archiving|******* | 11%
archiving|********* | 13%
archiving|********** | 16%
archiving|*************** | 24%
archiving|********************* | 32%
archiving|********************* | 33%
archiving|********************** | 34%
archiving|*********************** | 36%
archiving|************************ | 38%
archiving|************************* | 40%
archiving|*************************** | 42%
archiving|***************************** | 45%
archiving|************************************** | 59%
archiving|*********************************************** | 73%
archiving|*********************************************** | 74%
archiving|************************************************ | 76%
archiving|************************************************* | 76%
archiving|************************************************* | 77%
archiving|********************************************************* | 89%
archiving|************************************************************ | 93%
archiving|************************************************************ | 94%
archiving|************************************************************* | 95%
archiving|************************************************************* | 96%
archiving|************************************************************** | 96%
archiving|****************************************************************|100%
/exopi-cvs/ports/plist/amd64/py3-resolvelib-1.2.1 was updated
--- /exopi-cvs/ports/plist/amd64/py3-resolvelib-1.2.1
+++ /exopi-cvs/ports/plist/amd64/py3-resolvelib-1.2.1-new
@@ -1,5 +1,5 @@
@name py3-resolvelib-1.2.1
-@version 16
+@version 17
@comment pkgpath=devel/py-resolvelib ftp=yes
@arch amd64
+DESC
@@ -7,42 +7,42 @@
@pkgpath devel/py-resolvelib,python3
@depend lang/python/3,-main:python->=3.13,<3.14:python-3.13.13
@cwd /usr/local
-lib/python3.13/site-packages/resolvelib/
-lib/python3.13/site-packages/resolvelib-1.2.1.dist-info/
-lib/python3.13/site-packages/resolvelib-1.2.1.dist-info/METADATA
-lib/python3.13/site-packages/resolvelib-1.2.1.dist-info/RECORD
-lib/python3.13/site-packages/resolvelib-1.2.1.dist-info/WHEEL
-lib/python3.13/site-packages/resolvelib-1.2.1.dist-info/licenses/
-lib/python3.13/site-packages/resolvelib-1.2.1.dist-info/licenses/LICENSE
-lib/python3.13/site-packages/resolvelib-1.2.1.dist-info/top_level.txt
-lib/python3.13/site-packages/resolvelib/__init__.py
-lib/python3.13/site-packages/resolvelib/__pycache__/
-lib/python3.13/site-packages/resolvelib/__pycache__/__init__.cpython-313.opt-1.pyc
-lib/python3.13/site-packages/resolvelib/__pycache__/__init__.cpython-313.pyc
-lib/python3.13/site-packages/resolvelib/__pycache__/providers.cpython-313.opt-1.pyc
-lib/python3.13/site-packages/resolvelib/__pycache__/providers.cpython-313.pyc
-lib/python3.13/site-packages/resolvelib/__pycache__/reporters.cpython-313.opt-1.pyc
-lib/python3.13/site-packages/resolvelib/__pycache__/reporters.cpython-313.pyc
-lib/python3.13/site-packages/resolvelib/__pycache__/structs.cpython-313.opt-1.pyc
-lib/python3.13/site-packages/resolvelib/__pycache__/structs.cpython-313.pyc
-lib/python3.13/site-packages/resolvelib/providers.py
-lib/python3.13/site-packages/resolvelib/py.typed
-lib/python3.13/site-packages/resolvelib/reporters.py
-lib/python3.13/site-packages/resolvelib/resolvers/
-lib/python3.13/site-packages/resolvelib/resolvers/__init__.py
-lib/python3.13/site-packages/resolvelib/resolvers/__pycache__/
-lib/python3.13/site-packages/resolvelib/resolvers/__pycache__/__init__.cpython-313.opt-1.pyc
-lib/python3.13/site-packages/resolvelib/resolvers/__pycache__/__init__.cpython-313.pyc
-lib/python3.13/site-packages/resolvelib/resolvers/__pycache__/abstract.cpython-313.opt-1.pyc
-lib/python3.13/site-packages/resolvelib/resolvers/__pycache__/abstract.cpython-313.pyc
-lib/python3.13/site-packages/resolvelib/resolvers/__pycache__/criterion.cpython-313.opt-1.pyc
-lib/python3.13/site-packages/resolvelib/resolvers/__pycache__/criterion.cpython-313.pyc
-lib/python3.13/site-packages/resolvelib/resolvers/__pycache__/exceptions.cpython-313.opt-1.pyc
-lib/python3.13/site-packages/resolvelib/resolvers/__pycache__/exceptions.cpython-313.pyc
-lib/python3.13/site-packages/resolvelib/resolvers/__pycache__/resolution.cpython-313.opt-1.pyc
-lib/python3.13/site-packages/resolvelib/resolvers/__pycache__/resolution.cpython-313.pyc
-lib/python3.13/site-packages/resolvelib/resolvers/abstract.py
-lib/python3.13/site-packages/resolvelib/resolvers/criterion.py
-lib/python3.13/site-packages/resolvelib/resolvers/exceptions.py
-lib/python3.13/site-packages/resolvelib/resolvers/resolution.py
-lib/python3.13/site-packages/resolvelib/structs.py
+lib/python3.14/site-packages/resolvelib/
+lib/python3.14/site-packages/resolvelib-1.2.1.dist-info/
+lib/python3.14/site-packages/resolvelib-1.2.1.dist-info/METADATA
+lib/python3.14/site-packages/resolvelib-1.2.1.dist-info/RECORD
+lib/python3.14/site-packages/resolvelib-1.2.1.dist-info/WHEEL
+lib/python3.14/site-packages/resolvelib-1.2.1.dist-info/licenses/
+lib/python3.14/site-packages/resolvelib-1.2.1.dist-info/licenses/LICENSE
+lib/python3.14/site-packages/resolvelib-1.2.1.dist-info/top_level.txt
+lib/python3.14/site-packages/resolvelib/__init__.py
+lib/python3.14/site-packages/resolvelib/__pycache__/
+lib/python3.14/site-packages/resolvelib/__pycache__/__init__.cpython-314.opt-1.pyc
+lib/python3.14/site-packages/resolvelib/__pycache__/__init__.cpython-314.pyc
+lib/python3.14/site-packages/resolvelib/__pycache__/providers.cpython-314.opt-1.pyc
+lib/python3.14/site-packages/resolvelib/__pycache__/providers.cpython-314.pyc
+lib/python3.14/site-packages/resolvelib/__pycache__/reporters.cpython-314.opt-1.pyc
+lib/python3.14/site-packages/resolvelib/__pycache__/reporters.cpython-314.pyc
+lib/python3.14/site-packages/resolvelib/__pycache__/structs.cpython-314.opt-1.pyc
+lib/python3.14/site-packages/resolvelib/__pycache__/structs.cpython-314.pyc
+lib/python3.14/site-packages/resolvelib/providers.py
+lib/python3.14/site-packages/resolvelib/py.typed
+lib/python3.14/site-packages/resolvelib/reporters.py
+lib/python3.14/site-packages/resolvelib/resolvers/
+lib/python3.14/site-packages/resolvelib/resolvers/__init__.py
+lib/python3.14/site-packages/resolvelib/resolvers/__pycache__/
+lib/python3.14/site-packages/resolvelib/resolvers/__pycache__/__init__.cpython-314.opt-1.pyc
+lib/python3.14/site-packages/resolvelib/resolvers/__pycache__/__init__.cpython-314.pyc
+lib/python3.14/site-packages/resolvelib/resolvers/__pycache__/abstract.cpython-314.opt-1.pyc
+lib/python3.14/site-packages/resolvelib/resolvers/__pycache__/abstract.cpython-314.pyc
+lib/python3.14/site-packages/resolvelib/resolvers/__pycache__/criterion.cpython-314.opt-1.pyc
+lib/python3.14/site-packages/resolvelib/resolvers/__pycache__/criterion.cpython-314.pyc
+lib/python3.14/site-packages/resolvelib/resolvers/__pycache__/exceptions.cpython-314.opt-1.pyc
+lib/python3.14/site-packages/resolvelib/resolvers/__pycache__/exceptions.cpython-314.pyc
+lib/python3.14/site-packages/resolvelib/resolvers/__pycache__/resolution.cpython-314.opt-1.pyc
+lib/python3.14/site-packages/resolvelib/resolvers/__pycache__/resolution.cpython-314.pyc
+lib/python3.14/site-packages/resolvelib/resolvers/abstract.py
+lib/python3.14/site-packages/resolvelib/resolvers/criterion.py
+lib/python3.14/site-packages/resolvelib/resolvers/exceptions.py
+lib/python3.14/site-packages/resolvelib/resolvers/resolution.py
+lib/python3.14/site-packages/resolvelib/structs.py
Link to /exopi-cvs/ports/packages/amd64/ftp/py3-resolvelib-1.2.1.tgz
>>> Running clean in devel/py-resolvelib at 1778690715.61
===> devel/py-resolvelib
===> Cleaning for py3-resolvelib-1.2.1
>>> Ended at 1778690715.82
max_stuck=2.07/depends=2.35/show-prepare-results=0.98/junk=16.84/extract=0.35/build=2.10/package=1.31/clean=0.23