>>> Building on exopi-1 under security/py-pyscard BDEPENDS = [devel/py-setuptools;devel/py-build;devel/swig;devel/py-wheel;security/pcsc-lite;devel/py-installer;lang/python/3] DIST = [security/py-pyscard:pyscard-2.2.1.tar.gz] FULLPKGNAME = py3-pyscard-2.2.1p1 RDEPENDS = [security/pcsc-lite;lang/python/3] (Junk lock obtained for exopi-1 at 1764619077.31) >>> Running depends in security/py-pyscard at 1764619077.34 last junk was in textproc/py-canonicaljson /usr/sbin/pkg_add -aI -Drepair pcsc-lite-2.3.2 py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 swig-4.2.1 was: /usr/sbin/pkg_add -aI -Drepair pcsc-lite-2.3.2 py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 swig-4.2.1 /usr/sbin/pkg_add -aI -Drepair pcsc-lite-2.3.2 py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 swig-4.2.1 The following new rcscripts were installed: /etc/rc.d/pcscd See rcctl(8) for details. >>> Running show-prepare-results in security/py-pyscard at 1764619081.54 ===> security/py-pyscard ===> Building from scratch py3-pyscard-2.2.1p1 ===> py3-pyscard-2.2.1p1 depends on: swig-* -> swig-4.2.1 ===> py3-pyscard-2.2.1p1 depends on: pcsc-lite-* -> pcsc-lite-2.3.2 ===> py3-pyscard-2.2.1p1 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> py3-pyscard-2.2.1p1 depends on: py3-build-* -> py3-build-1.3.0 ===> py3-pyscard-2.2.1p1 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-pyscard-2.2.1p1 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> py3-pyscard-2.2.1p1 depends on: py3-wheel-* -> py3-wheel-0.46.1 pcsc-lite-2.3.2 py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 swig-4.2.1 (Junk lock released for exopi-1 at 1764619082.83) distfiles size=156518 >>> Running extract in security/py-pyscard at 1764619082.86 ===> security/py-pyscard ===> Checking files for py3-pyscard-2.2.1p1 `/exopi-cvs/ports/distfiles/pyscard-2.2.1.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-pyscard-2.2.1p1 >>> Running build in security/py-pyscard at 1764619083.22 ===> security/py-pyscard ===> Patching for py3-pyscard-2.2.1p1 ===> Applying OpenBSD patch patch-pyproject_toml Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |this is pypi's "swig" which packages SWIG as a Python package; it |requires scikit-build which IIRC is annoying so let's skip that for now. | |Index: pyproject.toml |--- pyproject.toml.orig |+++ pyproject.toml -------------------------- Patching file pyproject.toml 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-pyscard-2.2.1p1 ===> Configuring for py3-pyscard-2.2.1p1 ===> Building for py3-pyscard-2.2.1p1 * Getting build dependencies for wheel... /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 :: GNU Lesser General Public License v2 or later (LGPLv2+) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing src/pyscard.egg-info/PKG-INFO writing dependency_links to src/pyscard.egg-info/dependency_links.txt writing requirements to src/pyscard.egg-info/requires.txt writing top-level names to src/pyscard.egg-info/top_level.txt reading manifest file 'src/pyscard.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.html' under directory 'src/smartcard/doc' warning: no files found matching '*.css' under directory 'src/smartcard/doc' warning: no files found matching '*.js' under directory 'src/smartcard/doc' warning: no files found matching '*.txt' under directory 'src/smartcard/doc' adding license file 'LICENSE' writing manifest file 'src/pyscard.egg-info/SOURCES.txt' * Building wheel... /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 :: GNU Lesser General Public License v2 or later (LGPLv2+) 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 running build_ext building 'smartcard.scard._scard' extension swigging src/smartcard/scard/scard.i to src/smartcard/scard/scard_wrap.c swig -python -outdir src/smartcard/scard -DPCSCLITE -o src/smartcard/scard/scard_wrap.c src/smartcard/scard/scard.i creating build/temp.openbsd-7.8-amd64-cpython-313/src/smartcard/scard cc -O2 -pipe -fPIC -DVER_PRODUCTVERSION=2,2,1,0000 -DVER_PRODUCTVERSION_STR=2.2.1 -DPCSCLITE=1 -Isrc/smartcard/scard/ -I/usr/local/include/python3.13 -c src/smartcard/scard/helpers.c -o build/temp.openbsd-7.8-amd64-cpython-313/src/smartcard/scard/helpers.o -I/usr/local/include/PCSC -pthread cc -O2 -pipe -fPIC -DVER_PRODUCTVERSION=2,2,1,0000 -DVER_PRODUCTVERSION_STR=2.2.1 -DPCSCLITE=1 -Isrc/smartcard/scard/ -I/usr/local/include/python3.13 -c src/smartcard/scard/scard_wrap.c -o build/temp.openbsd-7.8-amd64-cpython-313/src/smartcard/scard/scard_wrap.o -I/usr/local/include/PCSC -pthread cc -O2 -pipe -fPIC -DVER_PRODUCTVERSION=2,2,1,0000 -DVER_PRODUCTVERSION_STR=2.2.1 -DPCSCLITE=1 -Isrc/smartcard/scard/ -I/usr/local/include/python3.13 -c src/smartcard/scard/winscarddll.c -o build/temp.openbsd-7.8-amd64-cpython-313/src/smartcard/scard/winscarddll.o -I/usr/local/include/PCSC -pthread creating build/lib.openbsd-7.8-amd64-cpython-313/smartcard/scard cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.8-amd64-cpython-313/src/smartcard/scard/helpers.o build/temp.openbsd-7.8-amd64-cpython-313/src/smartcard/scard/scard_wrap.o build/temp.openbsd-7.8-amd64-cpython-313/src/smartcard/scard/winscarddll.o -L/usr/local/lib -o build/lib.openbsd-7.8-amd64-cpython-313/smartcard/scard/_scard.cpython-313.so copying src/smartcard/ATR.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard copying src/smartcard/AbstractCardRequest.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard copying src/smartcard/Card.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard copying src/smartcard/CardConnection.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard copying src/smartcard/CardConnectionDecorator.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard copying src/smartcard/CardConnectionEvent.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard copying src/smartcard/CardConnectionObserver.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard copying src/smartcard/CardMonitoring.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard copying src/smartcard/CardRequest.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard copying src/smartcard/CardService.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard copying src/smartcard/CardType.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard copying src/smartcard/Exceptions.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard copying src/smartcard/ExclusiveConnectCardConnection.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard copying src/smartcard/ExclusiveTransmitCardConnection.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard copying src/smartcard/Observer.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard copying src/smartcard/PassThruCardService.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard copying src/smartcard/ReaderMonitoring.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard copying src/smartcard/Session.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard copying src/smartcard/Synchronization.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard copying src/smartcard/System.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard copying src/smartcard/__init__.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard copying src/smartcard/guid.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard copying src/smartcard/ulist.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard creating build/lib.openbsd-7.8-amd64-cpython-313/smartcard/pcsc copying src/smartcard/pcsc/PCSCCardConnection.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/pcsc copying src/smartcard/pcsc/PCSCCardRequest.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/pcsc copying src/smartcard/pcsc/PCSCContext.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/pcsc copying src/smartcard/pcsc/PCSCExceptions.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/pcsc copying src/smartcard/pcsc/PCSCPart10.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/pcsc copying src/smartcard/pcsc/PCSCReader.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/pcsc copying src/smartcard/pcsc/PCSCReaderGroups.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/pcsc copying src/smartcard/pcsc/__init__.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/pcsc creating build/lib.openbsd-7.8-amd64-cpython-313/smartcard/reader copying src/smartcard/reader/Reader.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/reader copying src/smartcard/reader/ReaderFactory.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/reader copying src/smartcard/reader/ReaderGroups.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/reader copying src/smartcard/reader/__init__.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/reader copying src/smartcard/scard/__init__.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/scard copying src/smartcard/scard/scard.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/scard creating build/lib.openbsd-7.8-amd64-cpython-313/smartcard/sw copying src/smartcard/sw/ErrorChecker.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/sw copying src/smartcard/sw/ErrorCheckingChain.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/sw copying src/smartcard/sw/ISO7816_4ErrorChecker.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/sw copying src/smartcard/sw/ISO7816_4_SW1ErrorChecker.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/sw copying src/smartcard/sw/ISO7816_8ErrorChecker.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/sw copying src/smartcard/sw/ISO7816_9ErrorChecker.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/sw copying src/smartcard/sw/SWExceptions.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/sw copying src/smartcard/sw/__init__.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/sw copying src/smartcard/sw/op21_ErrorChecker.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/sw creating build/lib.openbsd-7.8-amd64-cpython-313/smartcard/util copying src/smartcard/util/__init__.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/util creating build/lib.openbsd-7.8-amd64-cpython-313/smartcard/wx copying src/smartcard/wx/APDUHexValidator.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/wx copying src/smartcard/wx/APDUTracerPanel.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/wx copying src/smartcard/wx/CardAndReaderTreePanel.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/wx copying src/smartcard/wx/ReaderToolbar.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/wx copying src/smartcard/wx/SimpleSCardApp.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/wx copying src/smartcard/wx/SimpleSCardAppEventObserver.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/wx copying src/smartcard/wx/SimpleSCardAppFrame.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/wx copying src/smartcard/wx/__init__.py -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/wx creating build/lib.openbsd-7.8-amd64-cpython-313/smartcard/wx/resources copying src/smartcard/wx/resources/reader.ico -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/wx/resources copying src/smartcard/wx/resources/smartcard.ico -> build/lib.openbsd-7.8-amd64-cpython-313/smartcard/wx/resources 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/smartcard creating build/bdist.openbsd-7.8-amd64/wheel/smartcard/scard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/scard/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/scard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/scard/scard.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/scard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/scard/_scard.cpython-313.so -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/scard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/ATR.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/AbstractCardRequest.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/Card.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/CardConnection.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/CardConnectionDecorator.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/CardConnectionEvent.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/CardConnectionObserver.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/CardMonitoring.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/CardRequest.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/CardService.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/CardType.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/Exceptions.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/ExclusiveConnectCardConnection.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/ExclusiveTransmitCardConnection.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/Observer.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/PassThruCardService.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/guid.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/ReaderMonitoring.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/Session.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/Synchronization.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/System.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/ulist.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard creating build/bdist.openbsd-7.8-amd64/wheel/smartcard/pcsc copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/pcsc/PCSCCardConnection.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/pcsc copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/pcsc/PCSCCardRequest.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/pcsc copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/pcsc/PCSCContext.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/pcsc copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/pcsc/PCSCExceptions.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/pcsc copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/pcsc/PCSCPart10.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/pcsc copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/pcsc/PCSCReader.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/pcsc copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/pcsc/PCSCReaderGroups.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/pcsc copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/pcsc/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/pcsc creating build/bdist.openbsd-7.8-amd64/wheel/smartcard/reader copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/reader/Reader.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/reader copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/reader/ReaderFactory.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/reader copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/reader/ReaderGroups.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/reader copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/reader/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/reader creating build/bdist.openbsd-7.8-amd64/wheel/smartcard/sw copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/sw/ErrorChecker.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/sw copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/sw/ErrorCheckingChain.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/sw copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/sw/ISO7816_4ErrorChecker.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/sw copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/sw/ISO7816_4_SW1ErrorChecker.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/sw copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/sw/ISO7816_8ErrorChecker.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/sw copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/sw/ISO7816_9ErrorChecker.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/sw copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/sw/SWExceptions.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/sw copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/sw/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/sw copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/sw/op21_ErrorChecker.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/sw creating build/bdist.openbsd-7.8-amd64/wheel/smartcard/util copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/util/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/util creating build/bdist.openbsd-7.8-amd64/wheel/smartcard/wx copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/wx/APDUHexValidator.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/wx copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/wx/APDUTracerPanel.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/wx copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/wx/CardAndReaderTreePanel.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/wx copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/wx/ReaderToolbar.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/wx copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/wx/SimpleSCardApp.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/wx copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/wx/SimpleSCardAppEventObserver.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/wx copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/wx/SimpleSCardAppFrame.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/wx copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/wx/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/wx creating build/bdist.openbsd-7.8-amd64/wheel/smartcard/wx/resources copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/wx/resources/reader.ico -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/wx/resources copying build/lib.openbsd-7.8-amd64-cpython-313/smartcard/wx/resources/smartcard.ico -> build/bdist.openbsd-7.8-amd64/wheel/./smartcard/wx/resources running install_egg_info running egg_info writing src/pyscard.egg-info/PKG-INFO writing dependency_links to src/pyscard.egg-info/dependency_links.txt writing requirements to src/pyscard.egg-info/requires.txt writing top-level names to src/pyscard.egg-info/top_level.txt reading manifest file 'src/pyscard.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.html' under directory 'src/smartcard/doc' warning: no files found matching '*.css' under directory 'src/smartcard/doc' warning: no files found matching '*.js' under directory 'src/smartcard/doc' warning: no files found matching '*.txt' under directory 'src/smartcard/doc' adding license file 'LICENSE' writing manifest file 'src/pyscard.egg-info/SOURCES.txt' Copying src/pyscard.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./pyscard-2.2.1-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/pyscard-2.2.1.dist-info/WHEEL creating '/exopi-obj/pobj/py-pyscard-2.2.1/pyscard-2.2.1/dist/.tmp-z2lo1quo/pyscard-2.2.1-cp313-cp313-openbsd_7_8_amd64.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'pyscard-2.2.1.dist-info/licenses/LICENSE' adding 'smartcard/ATR.py' adding 'smartcard/AbstractCardRequest.py' adding 'smartcard/Card.py' adding 'smartcard/CardConnection.py' adding 'smartcard/CardConnectionDecorator.py' adding 'smartcard/CardConnectionEvent.py' adding 'smartcard/CardConnectionObserver.py' adding 'smartcard/CardMonitoring.py' adding 'smartcard/CardRequest.py' adding 'smartcard/CardService.py' adding 'smartcard/CardType.py' adding 'smartcard/Exceptions.py' adding 'smartcard/ExclusiveConnectCardConnection.py' adding 'smartcard/ExclusiveTransmitCardConnection.py' adding 'smartcard/Observer.py' adding 'smartcard/PassThruCardService.py' adding 'smartcard/ReaderMonitoring.py' adding 'smartcard/Session.py' adding 'smartcard/Synchronization.py' adding 'smartcard/System.py' adding 'smartcard/__init__.py' adding 'smartcard/guid.py' adding 'smartcard/ulist.py' adding 'smartcard/pcsc/PCSCCardConnection.py' adding 'smartcard/pcsc/PCSCCardRequest.py' adding 'smartcard/pcsc/PCSCContext.py' adding 'smartcard/pcsc/PCSCExceptions.py' adding 'smartcard/pcsc/PCSCPart10.py' adding 'smartcard/pcsc/PCSCReader.py' adding 'smartcard/pcsc/PCSCReaderGroups.py' adding 'smartcard/pcsc/__init__.py' adding 'smartcard/reader/Reader.py' adding 'smartcard/reader/ReaderFactory.py' adding 'smartcard/reader/ReaderGroups.py' adding 'smartcard/reader/__init__.py' adding 'smartcard/scard/__init__.py' adding 'smartcard/scard/_scard.cpython-313.so' adding 'smartcard/scard/scard.py' adding 'smartcard/sw/ErrorChecker.py' adding 'smartcard/sw/ErrorCheckingChain.py' adding 'smartcard/sw/ISO7816_4ErrorChecker.py' adding 'smartcard/sw/ISO7816_4_SW1ErrorChecker.py' adding 'smartcard/sw/ISO7816_8ErrorChecker.py' adding 'smartcard/sw/ISO7816_9ErrorChecker.py' adding 'smartcard/sw/SWExceptions.py' adding 'smartcard/sw/__init__.py' adding 'smartcard/sw/op21_ErrorChecker.py' adding 'smartcard/util/__init__.py' adding 'smartcard/wx/APDUHexValidator.py' adding 'smartcard/wx/APDUTracerPanel.py' adding 'smartcard/wx/CardAndReaderTreePanel.py' adding 'smartcard/wx/ReaderToolbar.py' adding 'smartcard/wx/SimpleSCardApp.py' adding 'smartcard/wx/SimpleSCardAppEventObserver.py' adding 'smartcard/wx/SimpleSCardAppFrame.py' adding 'smartcard/wx/__init__.py' adding 'smartcard/wx/resources/reader.ico' adding 'smartcard/wx/resources/smartcard.ico' adding 'pyscard-2.2.1.dist-info/METADATA' adding 'pyscard-2.2.1.dist-info/WHEEL' adding 'pyscard-2.2.1.dist-info/top_level.txt' adding 'pyscard-2.2.1.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built pyscard-2.2.1-cp313-cp313-openbsd_7_8_amd64.whl >>> Running package in security/py-pyscard at 1764619087.19 ===> security/py-pyscard ===> Faking installation for py3-pyscard-2.2.1p1 ===> Building package for py3-pyscard-2.2.1p1 Create /exopi-cvs/ports/packages/amd64/all/py3-pyscard-2.2.1p1.tgz Creating package py3-pyscard-2.2.1p1 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checking dependencies|security/pcsc-lite checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 10% checksumming|****** | 11% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********* | 16% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|******************** | 34% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|*********************** | 39% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************* | 52% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|********************************** | 57% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************* | 75% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************ | 80% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|******************************************************** | 93% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|*********************************************************** | 98% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|** | 2% archiving|** | 3% archiving|** | 4% archiving|*** | 5% archiving|**** | 6% archiving|**** | 7% archiving|***** | 7% archiving|***** | 8% archiving|****** | 9% archiving|****** | 10% archiving|******* | 10% archiving|******* | 11% archiving|******** | 12% archiving|******** | 13% archiving|********* | 13% archiving|********* | 14% archiving|********* | 15% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 17% archiving|*********** | 18% archiving|************ | 18% archiving|************ | 19% archiving|************* | 20% archiving|************* | 21% archiving|************** | 22% archiving|*************** | 23% archiving|**************** | 24% archiving|**************** | 25% archiving|**************** | 26% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 27% archiving|****************** | 28% archiving|****************** | 29% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|*********************** | 36% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 42% archiving|*************************** | 43% archiving|**************************** | 43% archiving|**************************** | 44% archiving|***************************** | 45% archiving|***************************** | 46% archiving|****************************** | 46% archiving|****************************** | 47% archiving|****************************** | 48% archiving|******************************* | 48% archiving|******************************* | 49% archiving|******************************** | 49% archiving|******************************** | 50% archiving|********************************* | 51% archiving|********************************** | 53% archiving|********************************** | 54% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 57% archiving|************************************** | 59% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|************************************************ | 75% archiving|************************************************ | 76% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 77% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 83% archiving|***************************************************** | 84% archiving|****************************************************** | 84% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-pyscard-2.2.1p1.tgz >>> Running clean in security/py-pyscard at 1764619089.05 ===> security/py-pyscard ===> Cleaning for py3-pyscard-2.2.1p1 >>> Ended at 1764619089.27 max_stuck=2.86/depends=4.21/show-prepare-results=1.31/extract=0.36/build=3.95/package=1.87/clean=0.25