>>> Building on exopi-2 under devel/py-python-slugify BDEPENDS = [devel/py-setuptools;devel/py-installer;devel/py-wheel;lang/python/3;devel/py-build] DIST = [devel/py-python-slugify:python-slugify-8.0.4.tar.gz] FULLPKGNAME = py3-python-slugify-8.0.4p2 RDEPENDS = [textproc/py-unidecode;lang/python/3] (Junk lock obtained for exopi-2 at 1778879003.00) >>> Running depends in devel/py-python-slugify at 1778879003.04 last junk was in net/py-lxmf /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 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 python-3.14.4p0 >>> Running show-prepare-results in devel/py-python-slugify at 1778879005.02 ===> devel/py-python-slugify ===> Building from scratch py3-python-slugify-8.0.4p2 ===> py3-python-slugify-8.0.4p2 depends on: python->=3.14 -> python-3.14.4p0 ===> py3-python-slugify-8.0.4p2 depends on: py3-build-* -> py3-build-1.5.0 ===> py3-python-slugify-8.0.4p2 depends on: py3-installer-* -> py3-installer-1.0.1 ===> py3-python-slugify-8.0.4p2 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0 ===> py3-python-slugify-8.0.4p2 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 (Junk lock released for exopi-2 at 1778879006.07) distfiles size=10921 >>> Running extract in devel/py-python-slugify at 1778879006.10 ===> devel/py-python-slugify ===> Checking files for py3-python-slugify-8.0.4p2 `/exopi-cvs/ports/distfiles/python-slugify-8.0.4.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-python-slugify-8.0.4p2 >>> Running build in devel/py-python-slugify at 1778879006.44 ===> devel/py-python-slugify ===> Patching for py3-python-slugify-8.0.4p2 ===> Applying OpenBSD patch patch-setup_py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |text-unidecode is an optional dependency; we have unidecode |in our tree which is picked up instead. | |Index: setup.py |--- setup.py.orig |+++ setup.py -------------------------- Patching file setup.py using Plan A... Hunk #1 succeeded at 12. done ===> 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-python-slugify-8.0.4p2 ===> Configuring for py3-python-slugify-8.0.4p2 ===> Building for py3-python-slugify-8.0.4p2 * Getting build dependencies for wheel... :20: DeprecationWarning: codecs.open() is deprecated. Use open() instead. :23: DeprecationWarning: codecs.open() is deprecated. Use open() instead. /usr/local/lib/python3.14/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /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 :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing python_slugify.egg-info/PKG-INFO writing dependency_links to python_slugify.egg-info/dependency_links.txt writing entry points to python_slugify.egg-info/entry_points.txt writing requirements to python_slugify.egg-info/requires.txt writing top-level names to python_slugify.egg-info/top_level.txt reading manifest file 'python_slugify.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'python_slugify.egg-info/SOURCES.txt' * Building wheel... :20: DeprecationWarning: codecs.open() is deprecated. Use open() instead. :23: DeprecationWarning: codecs.open() is deprecated. Use open() instead. /usr/local/lib/python3.14/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /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 :: MIT License 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/slugify copying slugify/__init__.py -> build/lib/slugify copying slugify/__main__.py -> build/lib/slugify copying slugify/__version__.py -> build/lib/slugify copying slugify/slugify.py -> build/lib/slugify copying slugify/special.py -> build/lib/slugify running egg_info writing python_slugify.egg-info/PKG-INFO writing dependency_links to python_slugify.egg-info/dependency_links.txt writing entry points to python_slugify.egg-info/entry_points.txt writing requirements to python_slugify.egg-info/requires.txt writing top-level names to python_slugify.egg-info/top_level.txt reading manifest file 'python_slugify.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'python_slugify.egg-info/SOURCES.txt' copying slugify/py.typed -> build/lib/slugify 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/slugify copying build/lib/slugify/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./slugify copying build/lib/slugify/__main__.py -> build/bdist.openbsd-7.9-amd64/wheel/./slugify copying build/lib/slugify/__version__.py -> build/bdist.openbsd-7.9-amd64/wheel/./slugify copying build/lib/slugify/slugify.py -> build/bdist.openbsd-7.9-amd64/wheel/./slugify copying build/lib/slugify/special.py -> build/bdist.openbsd-7.9-amd64/wheel/./slugify copying build/lib/slugify/py.typed -> build/bdist.openbsd-7.9-amd64/wheel/./slugify running install_egg_info Copying python_slugify.egg-info to build/bdist.openbsd-7.9-amd64/wheel/./python_slugify-8.0.4-py3.14.egg-info running install_scripts creating build/bdist.openbsd-7.9-amd64/wheel/python_slugify-8.0.4.dist-info/WHEEL creating '/exopi-obj/pobj/py-python-slugify-8.0.4/python-slugify-8.0.4/dist/.tmp-gvedc0hy/python_slugify-8.0.4-py3-none-any.whl' and adding 'build/bdist.openbsd-7.9-amd64/wheel' to it adding 'python_slugify-8.0.4.dist-info/licenses/LICENSE' adding 'slugify/__init__.py' adding 'slugify/__main__.py' adding 'slugify/__version__.py' adding 'slugify/py.typed' adding 'slugify/slugify.py' adding 'slugify/special.py' adding 'python_slugify-8.0.4.dist-info/METADATA' adding 'python_slugify-8.0.4.dist-info/WHEEL' adding 'python_slugify-8.0.4.dist-info/entry_points.txt' adding 'python_slugify-8.0.4.dist-info/top_level.txt' adding 'python_slugify-8.0.4.dist-info/RECORD' removing build/bdist.openbsd-7.9-amd64/wheel Successfully built python_slugify-8.0.4-py3-none-any.whl >>> Running package in devel/py-python-slugify at 1778879008.50 ===> devel/py-python-slugify ===> Faking installation for py3-python-slugify-8.0.4p2 ===> Building package for py3-python-slugify-8.0.4p2 Create /exopi-cvs/ports/packages/amd64/all/py3-python-slugify-8.0.4p2.tgz Creating package py3-python-slugify-8.0.4p2 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checking dependencies|textproc/py-unidecode checksumming| checksumming| | 0% checksumming|** | 3% checksumming|*** | 5% checksumming|***** | 8% checksumming|******* | 11% checksumming|******** | 14% checksumming|********** | 16% checksumming|************ | 19% checksumming|************* | 22% checksumming|*************** | 24% checksumming|**************** | 27% checksumming|****************** | 30% checksumming|******************** | 32% checksumming|********************* | 35% checksumming|*********************** | 38% checksumming|************************* | 41% checksumming|************************** | 43% checksumming|**************************** | 46% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|********************************* | 54% checksumming|*********************************** | 57% checksumming|************************************ | 59% checksumming|************************************** | 62% checksumming|**************************************** | 65% checksumming|***************************************** | 68% checksumming|******************************************* | 70% checksumming|********************************************* | 73% checksumming|********************************************** | 76% checksumming|************************************************ | 78% checksumming|************************************************* | 81% checksumming|*************************************************** | 84% checksumming|***************************************************** | 86% checksumming|****************************************************** | 89% checksumming|******************************************************** | 92% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 2% archiving|** | 2% archiving|******** | 13% archiving|*************** | 23% archiving|*************** | 24% archiving|**************** | 25% archiving|************************* | 39% archiving|********************************** | 53% archiving|************************************ | 56% archiving|************************************* | 58% archiving|************************************* | 59% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|************************************************* | 76% archiving|************************************************** | 78% archiving|*************************************************** | 79% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-python-slugify-8.0.4p2.tgz >>> Running clean in devel/py-python-slugify at 1778879010.06 ===> devel/py-python-slugify ===> Cleaning for py3-python-slugify-8.0.4p2 >>> Ended at 1778879010.26 max_stuck=0.00/depends=1.99/show-prepare-results=1.09/extract=0.33/build=2.05/package=1.58/clean=0.22