>>> Building on exopi-6 under devel/py-filebytes BDEPENDS = [devel/py-installer;lang/python/3;devel/py-setuptools;devel/py-wheel;devel/py-build] DIST = [devel/py-filebytes:filebytes-0.10.2.tar.gz] FULLPKGNAME = py3-filebytes-0.10.2 RDEPENDS = [lang/python/3] (Junk lock obtained for exopi-6 at 1778680148.76) >>> Running depends in devel/py-filebytes at 1778680148.81 last junk was in devel/id-utils /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-filebytes at 1778680151.66 ===> devel/py-filebytes ===> Building from scratch py3-filebytes-0.10.2 ===> py3-filebytes-0.10.2 depends on: python->=3.14 -> python-3.14.4p0 ===> py3-filebytes-0.10.2 depends on: py3-build-* -> py3-build-1.5.0 ===> py3-filebytes-0.10.2 depends on: py3-installer-* -> py3-installer-1.0.1 ===> py3-filebytes-0.10.2 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0 ===> py3-filebytes-0.10.2 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-6 at 1778680153.11) distfiles size=20358 >>> Running extract in devel/py-filebytes at 1778680153.17 ===> devel/py-filebytes ===> Checking files for py3-filebytes-0.10.2 `/exopi-cvs/ports/distfiles/filebytes-0.10.2.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-filebytes-0.10.2 >>> Running build in devel/py-filebytes at 1778680153.59 ===> devel/py-filebytes ===> Patching for py3-filebytes-0.10.2 ===> Applying OpenBSD patch patch-setup_py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 469058d50d4b7ff8da54b623a0a1aa972cd78dc6 Mon Sep 17 00:00:00 2001 |From: Seva Alekseyev |Date: Thu, 4 Dec 2025 11:24:19 -0500 |Subject: [PATCH] No more hand parsing __init__ for VERSION | |Index: setup.py |--- setup.py.orig |+++ setup.py -------------------------- Patching file setup.py using Plan A... Hunk #1 succeeded at 1. 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-filebytes-0.10.2 ===> Configuring for py3-filebytes-0.10.2 ===> Building for py3-filebytes-0.10.2 * Getting build dependencies for wheel... /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 :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing filebytes.egg-info/PKG-INFO writing dependency_links to filebytes.egg-info/dependency_links.txt writing top-level names to filebytes.egg-info/top_level.txt reading manifest file 'filebytes.egg-info/SOURCES.txt' adding license file 'COPYING' writing manifest file 'filebytes.egg-info/SOURCES.txt' * Building wheel... /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 :: BSD 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/filebytes copying filebytes/__init__.py -> build/lib/filebytes copying filebytes/binary.py -> build/lib/filebytes copying filebytes/ctypes_helper.py -> build/lib/filebytes copying filebytes/elf.py -> build/lib/filebytes copying filebytes/enum.py -> build/lib/filebytes copying filebytes/mach_o.py -> build/lib/filebytes copying filebytes/oat.py -> build/lib/filebytes copying filebytes/pe.py -> build/lib/filebytes 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/filebytes copying build/lib/filebytes/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./filebytes copying build/lib/filebytes/binary.py -> build/bdist.openbsd-7.9-amd64/wheel/./filebytes copying build/lib/filebytes/ctypes_helper.py -> build/bdist.openbsd-7.9-amd64/wheel/./filebytes copying build/lib/filebytes/elf.py -> build/bdist.openbsd-7.9-amd64/wheel/./filebytes copying build/lib/filebytes/enum.py -> build/bdist.openbsd-7.9-amd64/wheel/./filebytes copying build/lib/filebytes/mach_o.py -> build/bdist.openbsd-7.9-amd64/wheel/./filebytes copying build/lib/filebytes/oat.py -> build/bdist.openbsd-7.9-amd64/wheel/./filebytes copying build/lib/filebytes/pe.py -> build/bdist.openbsd-7.9-amd64/wheel/./filebytes running install_egg_info running egg_info writing filebytes.egg-info/PKG-INFO writing dependency_links to filebytes.egg-info/dependency_links.txt writing top-level names to filebytes.egg-info/top_level.txt reading manifest file 'filebytes.egg-info/SOURCES.txt' adding license file 'COPYING' writing manifest file 'filebytes.egg-info/SOURCES.txt' Copying filebytes.egg-info to build/bdist.openbsd-7.9-amd64/wheel/./filebytes-0.10.2-py3.14.egg-info running install_scripts creating build/bdist.openbsd-7.9-amd64/wheel/filebytes-0.10.2.dist-info/WHEEL creating '/exopi-obj/pobj/py-filebytes-0.10.2/filebytes-0.10.2/dist/.tmp-bu1odax8/filebytes-0.10.2-py3-none-any.whl' and adding 'build/bdist.openbsd-7.9-amd64/wheel' to it adding 'filebytes/__init__.py' adding 'filebytes/binary.py' adding 'filebytes/ctypes_helper.py' adding 'filebytes/elf.py' adding 'filebytes/enum.py' adding 'filebytes/mach_o.py' adding 'filebytes/oat.py' adding 'filebytes/pe.py' adding 'filebytes-0.10.2.dist-info/licenses/COPYING' adding 'filebytes-0.10.2.dist-info/METADATA' adding 'filebytes-0.10.2.dist-info/WHEEL' adding 'filebytes-0.10.2.dist-info/top_level.txt' adding 'filebytes-0.10.2.dist-info/RECORD' removing build/bdist.openbsd-7.9-amd64/wheel Successfully built filebytes-0.10.2-py3-none-any.whl >>> Running package in devel/py-filebytes at 1778680156.59 ===> devel/py-filebytes ===> Faking installation for py3-filebytes-0.10.2 ===> Building package for py3-filebytes-0.10.2 Create /exopi-cvs/ports/packages/amd64/all/py3-filebytes-0.10.2.tgz Creating package py3-filebytes-0.10.2 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|* | 2% checksumming|*** | 5% checksumming|**** | 7% checksumming|****** | 10% checksumming|******* | 12% checksumming|********* | 14% checksumming|********** | 17% checksumming|************ | 19% checksumming|************* | 21% checksumming|*************** | 24% checksumming|**************** | 26% checksumming|***************** | 29% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************* | 40% checksumming|************************** | 43% checksumming|**************************** | 45% checksumming|***************************** | 48% checksumming|******************************* | 50% checksumming|******************************** | 52% checksumming|********************************* | 55% checksumming|*********************************** | 57% checksumming|************************************ | 60% checksumming|************************************** | 62% checksumming|*************************************** | 64% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************** | 71% checksumming|********************************************* | 74% checksumming|********************************************** | 76% checksumming|************************************************ | 79% checksumming|************************************************* | 81% checksumming|*************************************************** | 83% checksumming|**************************************************** | 86% checksumming|****************************************************** | 88% checksumming|******************************************************* | 90% checksumming|********************************************************* | 93% checksumming|********************************************************** | 95% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|** | 3% archiving|** | 4% archiving|********* | 14% archiving|**************** | 25% archiving|****************** | 28% archiving|******************** | 32% archiving|************************* | 39% archiving|****************************** | 46% archiving|******************************* | 49% archiving|********************************* | 52% archiving|*************************************** | 61% archiving|********************************************* | 71% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|************************************************** | 78% archiving|******************************************************* | 86% archiving|******************************************************** | 87% archiving|************************************************************* | 95% archiving|************************************************************** | 97% archiving|****************************************************************|100% /exopi-cvs/ports/plist/amd64/py3-filebytes-0.10.2 was updated --- /exopi-cvs/ports/plist/amd64/py3-filebytes-0.10.2 +++ /exopi-cvs/ports/plist/amd64/py3-filebytes-0.10.2-new @@ -1,5 +1,5 @@ @name py3-filebytes-0.10.2 -@version 16 +@version 17 @comment pkgpath=devel/py-filebytes ftp=yes @arch amd64 +DESC @@ -7,36 +7,36 @@ @pkgpath devel/py-filebytes,python3 @depend lang/python/3,-main:python->=3.13,<3.14:python-3.13.13 @cwd /usr/local -lib/python3.13/site-packages/filebytes/ -lib/python3.13/site-packages/filebytes-0.10.2.dist-info/ -lib/python3.13/site-packages/filebytes-0.10.2.dist-info/METADATA -lib/python3.13/site-packages/filebytes-0.10.2.dist-info/RECORD -lib/python3.13/site-packages/filebytes-0.10.2.dist-info/WHEEL -lib/python3.13/site-packages/filebytes-0.10.2.dist-info/licenses/ -lib/python3.13/site-packages/filebytes-0.10.2.dist-info/licenses/COPYING -lib/python3.13/site-packages/filebytes-0.10.2.dist-info/top_level.txt -lib/python3.13/site-packages/filebytes/__init__.py -lib/python3.13/site-packages/filebytes/__pycache__/ -lib/python3.13/site-packages/filebytes/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/filebytes/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/filebytes/__pycache__/binary.cpython-313.opt-1.pyc -lib/python3.13/site-packages/filebytes/__pycache__/binary.cpython-313.pyc -lib/python3.13/site-packages/filebytes/__pycache__/ctypes_helper.cpython-313.opt-1.pyc -lib/python3.13/site-packages/filebytes/__pycache__/ctypes_helper.cpython-313.pyc -lib/python3.13/site-packages/filebytes/__pycache__/elf.cpython-313.opt-1.pyc -lib/python3.13/site-packages/filebytes/__pycache__/elf.cpython-313.pyc -lib/python3.13/site-packages/filebytes/__pycache__/enum.cpython-313.opt-1.pyc -lib/python3.13/site-packages/filebytes/__pycache__/enum.cpython-313.pyc -lib/python3.13/site-packages/filebytes/__pycache__/mach_o.cpython-313.opt-1.pyc -lib/python3.13/site-packages/filebytes/__pycache__/mach_o.cpython-313.pyc -lib/python3.13/site-packages/filebytes/__pycache__/oat.cpython-313.opt-1.pyc -lib/python3.13/site-packages/filebytes/__pycache__/oat.cpython-313.pyc -lib/python3.13/site-packages/filebytes/__pycache__/pe.cpython-313.opt-1.pyc -lib/python3.13/site-packages/filebytes/__pycache__/pe.cpython-313.pyc -lib/python3.13/site-packages/filebytes/binary.py -lib/python3.13/site-packages/filebytes/ctypes_helper.py -lib/python3.13/site-packages/filebytes/elf.py -lib/python3.13/site-packages/filebytes/enum.py -lib/python3.13/site-packages/filebytes/mach_o.py -lib/python3.13/site-packages/filebytes/oat.py -lib/python3.13/site-packages/filebytes/pe.py +lib/python3.14/site-packages/filebytes/ +lib/python3.14/site-packages/filebytes-0.10.2.dist-info/ +lib/python3.14/site-packages/filebytes-0.10.2.dist-info/METADATA +lib/python3.14/site-packages/filebytes-0.10.2.dist-info/RECORD +lib/python3.14/site-packages/filebytes-0.10.2.dist-info/WHEEL +lib/python3.14/site-packages/filebytes-0.10.2.dist-info/licenses/ +lib/python3.14/site-packages/filebytes-0.10.2.dist-info/licenses/COPYING +lib/python3.14/site-packages/filebytes-0.10.2.dist-info/top_level.txt +lib/python3.14/site-packages/filebytes/__init__.py +lib/python3.14/site-packages/filebytes/__pycache__/ +lib/python3.14/site-packages/filebytes/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/filebytes/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/filebytes/__pycache__/binary.cpython-314.opt-1.pyc +lib/python3.14/site-packages/filebytes/__pycache__/binary.cpython-314.pyc +lib/python3.14/site-packages/filebytes/__pycache__/ctypes_helper.cpython-314.opt-1.pyc +lib/python3.14/site-packages/filebytes/__pycache__/ctypes_helper.cpython-314.pyc +lib/python3.14/site-packages/filebytes/__pycache__/elf.cpython-314.opt-1.pyc +lib/python3.14/site-packages/filebytes/__pycache__/elf.cpython-314.pyc +lib/python3.14/site-packages/filebytes/__pycache__/enum.cpython-314.opt-1.pyc +lib/python3.14/site-packages/filebytes/__pycache__/enum.cpython-314.pyc +lib/python3.14/site-packages/filebytes/__pycache__/mach_o.cpython-314.opt-1.pyc +lib/python3.14/site-packages/filebytes/__pycache__/mach_o.cpython-314.pyc +lib/python3.14/site-packages/filebytes/__pycache__/oat.cpython-314.opt-1.pyc +lib/python3.14/site-packages/filebytes/__pycache__/oat.cpython-314.pyc +lib/python3.14/site-packages/filebytes/__pycache__/pe.cpython-314.opt-1.pyc +lib/python3.14/site-packages/filebytes/__pycache__/pe.cpython-314.pyc +lib/python3.14/site-packages/filebytes/binary.py +lib/python3.14/site-packages/filebytes/ctypes_helper.py +lib/python3.14/site-packages/filebytes/elf.py +lib/python3.14/site-packages/filebytes/enum.py +lib/python3.14/site-packages/filebytes/mach_o.py +lib/python3.14/site-packages/filebytes/oat.py +lib/python3.14/site-packages/filebytes/pe.py Link to /exopi-cvs/ports/packages/amd64/ftp/py3-filebytes-0.10.2.tgz >>> Running clean in devel/py-filebytes at 1778680158.47 ===> devel/py-filebytes ===> Cleaning for py3-filebytes-0.10.2 >>> Ended at 1778680158.88 max_stuck=1.53/depends=2.87/show-prepare-results=1.48/extract=0.45/build=2.99/package=1.90/clean=0.44