>>> Building on exopi-3 under security/py-axolotl BDEPENDS = [devel/py-setuptools;lang/python/3;devel/py-installer;devel/py-wheel;devel/py-build] DIST = [security/py-axolotl:python-axolotl-0.2.3.tar.gz] FULLPKGNAME = py3-axolotl-0.2.3p10 RDEPENDS = [devel/py-protobuf;lang/python/3;security/py-axolotl-curve25519;security/py-cryptography] (Junk lock obtained for exopi-3 at 1778682365.16) >>> Running depends in security/py-axolotl at 1778682365.19 last junk was in security/py-ropper /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 security/py-axolotl at 1778682367.18 ===> security/py-axolotl ===> Building from scratch py3-axolotl-0.2.3p10 ===> py3-axolotl-0.2.3p10 depends on: python->=3.14 -> python-3.14.4p0 ===> py3-axolotl-0.2.3p10 depends on: py3-build-* -> py3-build-1.5.0 ===> py3-axolotl-0.2.3p10 depends on: py3-installer-* -> py3-installer-1.0.1 ===> py3-axolotl-0.2.3p10 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0 ===> py3-axolotl-0.2.3p10 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-3 at 1778682368.21) distfiles size=38180 >>> Running extract in security/py-axolotl at 1778682368.24 ===> security/py-axolotl ===> Checking files for py3-axolotl-0.2.3p10 `/exopi-cvs/ports/distfiles/python-axolotl-0.2.3.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-axolotl-0.2.3p10 >>> Running build in security/py-axolotl at 1778682368.57 ===> security/py-axolotl ===> Patching for py3-axolotl-0.2.3p10 ===> 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-axolotl-0.2.3p10 ===> Configuring for py3-axolotl-0.2.3p10 ===> Building for py3-axolotl-0.2.3p10 * 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 :: GNU General Public License v3 (GPLv3) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing python_axolotl.egg-info/PKG-INFO writing dependency_links to python_axolotl.egg-info/dependency_links.txt writing requirements to python_axolotl.egg-info/requires.txt writing top-level names to python_axolotl.egg-info/top_level.txt reading manifest file 'python_axolotl.egg-info/SOURCES.txt' writing manifest file 'python_axolotl.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 :: GNU General Public License v3 (GPLv3) 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/axolotl copying axolotl/__init__.py -> build/lib/axolotl copying axolotl/axolotladdress.py -> build/lib/axolotl copying axolotl/duplicatemessagexception.py -> build/lib/axolotl copying axolotl/identitykey.py -> build/lib/axolotl copying axolotl/identitykeypair.py -> build/lib/axolotl copying axolotl/invalidkeyexception.py -> build/lib/axolotl copying axolotl/invalidkeyidexception.py -> build/lib/axolotl copying axolotl/invalidmessageexception.py -> build/lib/axolotl copying axolotl/invalidversionexception.py -> build/lib/axolotl copying axolotl/legacymessageexception.py -> build/lib/axolotl copying axolotl/nosessionexception.py -> build/lib/axolotl copying axolotl/sessionbuilder.py -> build/lib/axolotl copying axolotl/sessioncipher.py -> build/lib/axolotl copying axolotl/statekeyexchangeexception.py -> build/lib/axolotl copying axolotl/untrustedidentityexception.py -> build/lib/axolotl creating build/lib/axolotl/ecc copying axolotl/ecc/__init__.py -> build/lib/axolotl/ecc copying axolotl/ecc/curve.py -> build/lib/axolotl/ecc copying axolotl/ecc/djbec.py -> build/lib/axolotl/ecc copying axolotl/ecc/ec.py -> build/lib/axolotl/ecc copying axolotl/ecc/eckeypair.py -> build/lib/axolotl/ecc creating build/lib/axolotl/groups copying axolotl/groups/__init__.py -> build/lib/axolotl/groups copying axolotl/groups/groupcipher.py -> build/lib/axolotl/groups copying axolotl/groups/groupsessionbuilder.py -> build/lib/axolotl/groups copying axolotl/groups/senderkeyname.py -> build/lib/axolotl/groups creating build/lib/axolotl/kdf copying axolotl/kdf/__init__.py -> build/lib/axolotl/kdf copying axolotl/kdf/derivedmessagesecrets.py -> build/lib/axolotl/kdf copying axolotl/kdf/derivedrootsecrets.py -> build/lib/axolotl/kdf copying axolotl/kdf/hkdf.py -> build/lib/axolotl/kdf copying axolotl/kdf/hkdfv2.py -> build/lib/axolotl/kdf copying axolotl/kdf/hkdfv3.py -> build/lib/axolotl/kdf copying axolotl/kdf/messagekeys.py -> build/lib/axolotl/kdf creating build/lib/axolotl/protocol copying axolotl/protocol/__init__.py -> build/lib/axolotl/protocol copying axolotl/protocol/ciphertextmessage.py -> build/lib/axolotl/protocol copying axolotl/protocol/keyexchangemessage.py -> build/lib/axolotl/protocol copying axolotl/protocol/prekeywhispermessage.py -> build/lib/axolotl/protocol copying axolotl/protocol/senderkeydistributionmessage.py -> build/lib/axolotl/protocol copying axolotl/protocol/senderkeymessage.py -> build/lib/axolotl/protocol copying axolotl/protocol/whispermessage.py -> build/lib/axolotl/protocol copying axolotl/protocol/whisperprotos_pb2.py -> build/lib/axolotl/protocol creating build/lib/axolotl/ratchet copying axolotl/ratchet/__init__.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/aliceaxolotlparameters.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/bobaxolotlparamaters.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/chainkey.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/ratchetingsession.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/rootkey.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/symmetricaxolotlparameters.py -> build/lib/axolotl/ratchet creating build/lib/axolotl/state copying axolotl/state/__init__.py -> build/lib/axolotl/state copying axolotl/state/axolotlstore.py -> build/lib/axolotl/state copying axolotl/state/identitykeystore.py -> build/lib/axolotl/state copying axolotl/state/prekeybundle.py -> build/lib/axolotl/state copying axolotl/state/prekeyrecord.py -> build/lib/axolotl/state copying axolotl/state/prekeystore.py -> build/lib/axolotl/state copying axolotl/state/sessionrecord.py -> build/lib/axolotl/state copying axolotl/state/sessionstate.py -> build/lib/axolotl/state copying axolotl/state/sessionstore.py -> build/lib/axolotl/state copying axolotl/state/signedprekeyrecord.py -> build/lib/axolotl/state copying axolotl/state/signedprekeystore.py -> build/lib/axolotl/state copying axolotl/state/storageprotos_pb2.py -> build/lib/axolotl/state creating build/lib/axolotl/tests copying axolotl/tests/__init__.py -> build/lib/axolotl/tests copying axolotl/tests/inmemoryaxolotlstore.py -> build/lib/axolotl/tests copying axolotl/tests/inmemoryidentitykeystore.py -> build/lib/axolotl/tests copying axolotl/tests/inmemoryprekeystore.py -> build/lib/axolotl/tests copying axolotl/tests/inmemorysessionstore.py -> build/lib/axolotl/tests copying axolotl/tests/inmemorysignedprekeystore.py -> build/lib/axolotl/tests copying axolotl/tests/test_sessionbuilder.py -> build/lib/axolotl/tests copying axolotl/tests/test_sessioncipher.py -> build/lib/axolotl/tests copying axolotl/tests/test_sigs.py -> build/lib/axolotl/tests creating build/lib/axolotl/util copying axolotl/util/__init__.py -> build/lib/axolotl/util copying axolotl/util/byteutil.py -> build/lib/axolotl/util copying axolotl/util/hexutil.py -> build/lib/axolotl/util copying axolotl/util/keyhelper.py -> build/lib/axolotl/util copying axolotl/util/medium.py -> build/lib/axolotl/util creating build/lib/axolotl/groups/ratchet copying axolotl/groups/ratchet/__init__.py -> build/lib/axolotl/groups/ratchet copying axolotl/groups/ratchet/senderchainkey.py -> build/lib/axolotl/groups/ratchet copying axolotl/groups/ratchet/sendermessagekey.py -> build/lib/axolotl/groups/ratchet creating build/lib/axolotl/groups/state copying axolotl/groups/state/__init__.py -> build/lib/axolotl/groups/state copying axolotl/groups/state/senderkeyrecord.py -> build/lib/axolotl/groups/state copying axolotl/groups/state/senderkeystate.py -> build/lib/axolotl/groups/state copying axolotl/groups/state/senderkeystore.py -> build/lib/axolotl/groups/state creating build/lib/axolotl/tests/groups copying axolotl/tests/groups/__init__.py -> build/lib/axolotl/tests/groups copying axolotl/tests/groups/inmemorysenderkeystore.py -> build/lib/axolotl/tests/groups copying axolotl/tests/groups/test_groupcipher.py -> build/lib/axolotl/tests/groups creating build/lib/axolotl/tests/kdf copying axolotl/tests/kdf/__init__.py -> build/lib/axolotl/tests/kdf copying axolotl/tests/kdf/test_hkdf.py -> build/lib/axolotl/tests/kdf creating build/lib/axolotl/tests/ratchet copying axolotl/tests/ratchet/__init__.py -> build/lib/axolotl/tests/ratchet copying axolotl/tests/ratchet/test_chainkey.py -> build/lib/axolotl/tests/ratchet copying axolotl/tests/ratchet/test_ratchetingsession.py -> build/lib/axolotl/tests/ratchet copying axolotl/tests/ratchet/test_rootkey.py -> build/lib/axolotl/tests/ratchet creating build/lib/axolotl/tests/util copying axolotl/tests/util/__init__.py -> build/lib/axolotl/tests/util copying axolotl/tests/util/test_byteutil.py -> build/lib/axolotl/tests/util 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/axolotl copying build/lib/axolotl/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl copying build/lib/axolotl/axolotladdress.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl copying build/lib/axolotl/duplicatemessagexception.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl copying build/lib/axolotl/identitykey.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl copying build/lib/axolotl/identitykeypair.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl copying build/lib/axolotl/invalidkeyexception.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl copying build/lib/axolotl/invalidkeyidexception.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl copying build/lib/axolotl/invalidmessageexception.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl copying build/lib/axolotl/invalidversionexception.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl copying build/lib/axolotl/legacymessageexception.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl copying build/lib/axolotl/nosessionexception.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl copying build/lib/axolotl/sessionbuilder.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl copying build/lib/axolotl/sessioncipher.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl copying build/lib/axolotl/statekeyexchangeexception.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl copying build/lib/axolotl/untrustedidentityexception.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl creating build/bdist.openbsd-7.9-amd64/wheel/axolotl/ecc copying build/lib/axolotl/ecc/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/ecc copying build/lib/axolotl/ecc/curve.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/ecc copying build/lib/axolotl/ecc/djbec.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/ecc copying build/lib/axolotl/ecc/ec.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/ecc copying build/lib/axolotl/ecc/eckeypair.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/ecc creating build/bdist.openbsd-7.9-amd64/wheel/axolotl/groups copying build/lib/axolotl/groups/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/groups copying build/lib/axolotl/groups/groupcipher.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/groups copying build/lib/axolotl/groups/groupsessionbuilder.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/groups copying build/lib/axolotl/groups/senderkeyname.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/groups creating build/bdist.openbsd-7.9-amd64/wheel/axolotl/groups/ratchet copying build/lib/axolotl/groups/ratchet/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/groups/ratchet copying build/lib/axolotl/groups/ratchet/senderchainkey.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/groups/ratchet copying build/lib/axolotl/groups/ratchet/sendermessagekey.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/groups/ratchet creating build/bdist.openbsd-7.9-amd64/wheel/axolotl/groups/state copying build/lib/axolotl/groups/state/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/groups/state copying build/lib/axolotl/groups/state/senderkeyrecord.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/groups/state copying build/lib/axolotl/groups/state/senderkeystate.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/groups/state copying build/lib/axolotl/groups/state/senderkeystore.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/groups/state creating build/bdist.openbsd-7.9-amd64/wheel/axolotl/kdf copying build/lib/axolotl/kdf/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/kdf copying build/lib/axolotl/kdf/derivedmessagesecrets.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/kdf copying build/lib/axolotl/kdf/derivedrootsecrets.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/kdf copying build/lib/axolotl/kdf/hkdf.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/kdf copying build/lib/axolotl/kdf/hkdfv2.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/kdf copying build/lib/axolotl/kdf/hkdfv3.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/kdf copying build/lib/axolotl/kdf/messagekeys.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/kdf creating build/bdist.openbsd-7.9-amd64/wheel/axolotl/protocol copying build/lib/axolotl/protocol/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/protocol copying build/lib/axolotl/protocol/ciphertextmessage.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/protocol copying build/lib/axolotl/protocol/keyexchangemessage.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/protocol copying build/lib/axolotl/protocol/prekeywhispermessage.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/protocol copying build/lib/axolotl/protocol/senderkeydistributionmessage.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/protocol copying build/lib/axolotl/protocol/senderkeymessage.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/protocol copying build/lib/axolotl/protocol/whispermessage.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/protocol copying build/lib/axolotl/protocol/whisperprotos_pb2.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/protocol creating build/bdist.openbsd-7.9-amd64/wheel/axolotl/ratchet copying build/lib/axolotl/ratchet/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/ratchet copying build/lib/axolotl/ratchet/aliceaxolotlparameters.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/ratchet copying build/lib/axolotl/ratchet/bobaxolotlparamaters.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/ratchet copying build/lib/axolotl/ratchet/chainkey.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/ratchet copying build/lib/axolotl/ratchet/ratchetingsession.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/ratchet copying build/lib/axolotl/ratchet/rootkey.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/ratchet copying build/lib/axolotl/ratchet/symmetricaxolotlparameters.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/ratchet creating build/bdist.openbsd-7.9-amd64/wheel/axolotl/state copying build/lib/axolotl/state/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/state copying build/lib/axolotl/state/axolotlstore.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/state copying build/lib/axolotl/state/identitykeystore.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/state copying build/lib/axolotl/state/prekeybundle.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/state copying build/lib/axolotl/state/prekeyrecord.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/state copying build/lib/axolotl/state/prekeystore.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/state copying build/lib/axolotl/state/sessionrecord.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/state copying build/lib/axolotl/state/sessionstate.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/state copying build/lib/axolotl/state/sessionstore.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/state copying build/lib/axolotl/state/signedprekeyrecord.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/state copying build/lib/axolotl/state/signedprekeystore.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/state copying build/lib/axolotl/state/storageprotos_pb2.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/state creating build/bdist.openbsd-7.9-amd64/wheel/axolotl/tests copying build/lib/axolotl/tests/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/tests copying build/lib/axolotl/tests/inmemoryaxolotlstore.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/tests copying build/lib/axolotl/tests/inmemoryidentitykeystore.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/tests copying build/lib/axolotl/tests/inmemoryprekeystore.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/tests copying build/lib/axolotl/tests/inmemorysessionstore.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/tests copying build/lib/axolotl/tests/inmemorysignedprekeystore.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/tests copying build/lib/axolotl/tests/test_sessionbuilder.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/tests copying build/lib/axolotl/tests/test_sessioncipher.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/tests copying build/lib/axolotl/tests/test_sigs.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/tests creating build/bdist.openbsd-7.9-amd64/wheel/axolotl/tests/groups copying build/lib/axolotl/tests/groups/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/tests/groups copying build/lib/axolotl/tests/groups/inmemorysenderkeystore.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/tests/groups copying build/lib/axolotl/tests/groups/test_groupcipher.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/tests/groups creating build/bdist.openbsd-7.9-amd64/wheel/axolotl/tests/kdf copying build/lib/axolotl/tests/kdf/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/tests/kdf copying build/lib/axolotl/tests/kdf/test_hkdf.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/tests/kdf creating build/bdist.openbsd-7.9-amd64/wheel/axolotl/tests/ratchet copying build/lib/axolotl/tests/ratchet/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/tests/ratchet copying build/lib/axolotl/tests/ratchet/test_chainkey.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/tests/ratchet copying build/lib/axolotl/tests/ratchet/test_ratchetingsession.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/tests/ratchet copying build/lib/axolotl/tests/ratchet/test_rootkey.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/tests/ratchet creating build/bdist.openbsd-7.9-amd64/wheel/axolotl/tests/util copying build/lib/axolotl/tests/util/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/tests/util copying build/lib/axolotl/tests/util/test_byteutil.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/tests/util creating build/bdist.openbsd-7.9-amd64/wheel/axolotl/util copying build/lib/axolotl/util/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/util copying build/lib/axolotl/util/byteutil.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/util copying build/lib/axolotl/util/hexutil.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/util copying build/lib/axolotl/util/keyhelper.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/util copying build/lib/axolotl/util/medium.py -> build/bdist.openbsd-7.9-amd64/wheel/./axolotl/util running install_egg_info running egg_info writing python_axolotl.egg-info/PKG-INFO writing dependency_links to python_axolotl.egg-info/dependency_links.txt writing requirements to python_axolotl.egg-info/requires.txt writing top-level names to python_axolotl.egg-info/top_level.txt reading manifest file 'python_axolotl.egg-info/SOURCES.txt' writing manifest file 'python_axolotl.egg-info/SOURCES.txt' Copying python_axolotl.egg-info to build/bdist.openbsd-7.9-amd64/wheel/./python_axolotl-0.2.3-py3.14.egg-info running install_scripts creating build/bdist.openbsd-7.9-amd64/wheel/python_axolotl-0.2.3.dist-info/WHEEL creating '/exopi-obj/pobj/py-axolotl-0.2.3/python-axolotl-0.2.3/dist/.tmp-41ut0mx3/python_axolotl-0.2.3-py3-none-any.whl' and adding 'build/bdist.openbsd-7.9-amd64/wheel' to it adding 'axolotl/__init__.py' adding 'axolotl/axolotladdress.py' adding 'axolotl/duplicatemessagexception.py' adding 'axolotl/identitykey.py' adding 'axolotl/identitykeypair.py' adding 'axolotl/invalidkeyexception.py' adding 'axolotl/invalidkeyidexception.py' adding 'axolotl/invalidmessageexception.py' adding 'axolotl/invalidversionexception.py' adding 'axolotl/legacymessageexception.py' adding 'axolotl/nosessionexception.py' adding 'axolotl/sessionbuilder.py' adding 'axolotl/sessioncipher.py' adding 'axolotl/statekeyexchangeexception.py' adding 'axolotl/untrustedidentityexception.py' adding 'axolotl/ecc/__init__.py' adding 'axolotl/ecc/curve.py' adding 'axolotl/ecc/djbec.py' adding 'axolotl/ecc/ec.py' adding 'axolotl/ecc/eckeypair.py' adding 'axolotl/groups/__init__.py' adding 'axolotl/groups/groupcipher.py' adding 'axolotl/groups/groupsessionbuilder.py' adding 'axolotl/groups/senderkeyname.py' adding 'axolotl/groups/ratchet/__init__.py' adding 'axolotl/groups/ratchet/senderchainkey.py' adding 'axolotl/groups/ratchet/sendermessagekey.py' adding 'axolotl/groups/state/__init__.py' adding 'axolotl/groups/state/senderkeyrecord.py' adding 'axolotl/groups/state/senderkeystate.py' adding 'axolotl/groups/state/senderkeystore.py' adding 'axolotl/kdf/__init__.py' adding 'axolotl/kdf/derivedmessagesecrets.py' adding 'axolotl/kdf/derivedrootsecrets.py' adding 'axolotl/kdf/hkdf.py' adding 'axolotl/kdf/hkdfv2.py' adding 'axolotl/kdf/hkdfv3.py' adding 'axolotl/kdf/messagekeys.py' adding 'axolotl/protocol/__init__.py' adding 'axolotl/protocol/ciphertextmessage.py' adding 'axolotl/protocol/keyexchangemessage.py' adding 'axolotl/protocol/prekeywhispermessage.py' adding 'axolotl/protocol/senderkeydistributionmessage.py' adding 'axolotl/protocol/senderkeymessage.py' adding 'axolotl/protocol/whispermessage.py' adding 'axolotl/protocol/whisperprotos_pb2.py' adding 'axolotl/ratchet/__init__.py' adding 'axolotl/ratchet/aliceaxolotlparameters.py' adding 'axolotl/ratchet/bobaxolotlparamaters.py' adding 'axolotl/ratchet/chainkey.py' adding 'axolotl/ratchet/ratchetingsession.py' adding 'axolotl/ratchet/rootkey.py' adding 'axolotl/ratchet/symmetricaxolotlparameters.py' adding 'axolotl/state/__init__.py' adding 'axolotl/state/axolotlstore.py' adding 'axolotl/state/identitykeystore.py' adding 'axolotl/state/prekeybundle.py' adding 'axolotl/state/prekeyrecord.py' adding 'axolotl/state/prekeystore.py' adding 'axolotl/state/sessionrecord.py' adding 'axolotl/state/sessionstate.py' adding 'axolotl/state/sessionstore.py' adding 'axolotl/state/signedprekeyrecord.py' adding 'axolotl/state/signedprekeystore.py' adding 'axolotl/state/storageprotos_pb2.py' adding 'axolotl/tests/__init__.py' adding 'axolotl/tests/inmemoryaxolotlstore.py' adding 'axolotl/tests/inmemoryidentitykeystore.py' adding 'axolotl/tests/inmemoryprekeystore.py' adding 'axolotl/tests/inmemorysessionstore.py' adding 'axolotl/tests/inmemorysignedprekeystore.py' adding 'axolotl/tests/test_sessionbuilder.py' adding 'axolotl/tests/test_sessioncipher.py' adding 'axolotl/tests/test_sigs.py' adding 'axolotl/tests/groups/__init__.py' adding 'axolotl/tests/groups/inmemorysenderkeystore.py' adding 'axolotl/tests/groups/test_groupcipher.py' adding 'axolotl/tests/kdf/__init__.py' adding 'axolotl/tests/kdf/test_hkdf.py' adding 'axolotl/tests/ratchet/__init__.py' adding 'axolotl/tests/ratchet/test_chainkey.py' adding 'axolotl/tests/ratchet/test_ratchetingsession.py' adding 'axolotl/tests/ratchet/test_rootkey.py' adding 'axolotl/tests/util/__init__.py' adding 'axolotl/tests/util/test_byteutil.py' adding 'axolotl/util/__init__.py' adding 'axolotl/util/byteutil.py' adding 'axolotl/util/hexutil.py' adding 'axolotl/util/keyhelper.py' adding 'axolotl/util/medium.py' adding 'python_axolotl-0.2.3.dist-info/METADATA' adding 'python_axolotl-0.2.3.dist-info/WHEEL' adding 'python_axolotl-0.2.3.dist-info/top_level.txt' adding 'python_axolotl-0.2.3.dist-info/RECORD' removing build/bdist.openbsd-7.9-amd64/wheel Successfully built python_axolotl-0.2.3-py3-none-any.whl >>> Running package in security/py-axolotl at 1778682371.06 ===> security/py-axolotl ===> Faking installation for py3-axolotl-0.2.3p10 ===> Building package for py3-axolotl-0.2.3p10 Create /exopi-cvs/ports/packages/amd64/all/py3-axolotl-0.2.3p10.tgz Creating package py3-axolotl-0.2.3p10 reading plist| checking dependencies| checking dependencies|devel/py-protobuf checking dependencies|lang/python/3,-main checking dependencies|security/py-axolotl-curve25519 checking dependencies|security/py-cryptography checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|*** | 4% archiving|**** | 6% archiving|***** | 8% archiving|****** | 9% archiving|****** | 10% archiving|******* | 10% archiving|******* | 11% archiving|******** | 12% archiving|******** | 13% archiving|********* | 14% archiving|********* | 15% archiving|********** | 15% archiving|********** | 16% 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|***************** | 27% archiving|****************** | 28% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 32% archiving|********************* | 33% archiving|********************** | 34% archiving|*********************** | 35% archiving|*********************** | 36% archiving|************************ | 37% archiving|************************ | 38% archiving|************************* | 38% archiving|************************* | 39% archiving|************************** | 40% archiving|*************************** | 42% archiving|***************************** | 45% archiving|***************************** | 46% archiving|****************************** | 46% archiving|******************************* | 49% archiving|********************************* | 52% archiving|********************************** | 53% archiving|********************************** | 54% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 57% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 64% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************ | 76% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 79% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 85% archiving|******************************************************* | 86% archiving|******************************************************** | 88% archiving|*********************************************************** | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% /exopi-cvs/ports/plist/amd64/py3-axolotl-0.2.3p10 was updated --- /exopi-cvs/ports/plist/amd64/py3-axolotl-0.2.3p10 +++ /exopi-cvs/ports/plist/amd64/py3-axolotl-0.2.3p10-new @@ -1,5 +1,5 @@ @name py3-axolotl-0.2.3p10 -@version 16 +@version 17 @comment pkgpath=security/py-axolotl ftp=yes @arch amd64 +DESC @@ -10,308 +10,308 @@ @depend security/py-axolotl-curve25519:py3-axolotl-curve25519-*:py3-axolotl-curve25519-0.4.1pl2p11 @depend security/py-cryptography:py3-cryptography-*:py3-cryptography-47.0.0 @cwd /usr/local -lib/python3.13/site-packages/axolotl/ -lib/python3.13/site-packages/axolotl/__init__.py -lib/python3.13/site-packages/axolotl/__pycache__/ -lib/python3.13/site-packages/axolotl/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/axolotl/__pycache__/axolotladdress.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/__pycache__/axolotladdress.cpython-313.pyc -lib/python3.13/site-packages/axolotl/__pycache__/duplicatemessagexception.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/__pycache__/duplicatemessagexception.cpython-313.pyc -lib/python3.13/site-packages/axolotl/__pycache__/identitykey.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/__pycache__/identitykey.cpython-313.pyc -lib/python3.13/site-packages/axolotl/__pycache__/identitykeypair.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/__pycache__/identitykeypair.cpython-313.pyc -lib/python3.13/site-packages/axolotl/__pycache__/invalidkeyexception.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/__pycache__/invalidkeyexception.cpython-313.pyc -lib/python3.13/site-packages/axolotl/__pycache__/invalidkeyidexception.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/__pycache__/invalidkeyidexception.cpython-313.pyc -lib/python3.13/site-packages/axolotl/__pycache__/invalidmessageexception.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/__pycache__/invalidmessageexception.cpython-313.pyc -lib/python3.13/site-packages/axolotl/__pycache__/invalidversionexception.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/__pycache__/invalidversionexception.cpython-313.pyc -lib/python3.13/site-packages/axolotl/__pycache__/legacymessageexception.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/__pycache__/legacymessageexception.cpython-313.pyc -lib/python3.13/site-packages/axolotl/__pycache__/nosessionexception.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/__pycache__/nosessionexception.cpython-313.pyc -lib/python3.13/site-packages/axolotl/__pycache__/sessionbuilder.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/__pycache__/sessionbuilder.cpython-313.pyc -lib/python3.13/site-packages/axolotl/__pycache__/sessioncipher.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/__pycache__/sessioncipher.cpython-313.pyc -lib/python3.13/site-packages/axolotl/__pycache__/statekeyexchangeexception.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/__pycache__/statekeyexchangeexception.cpython-313.pyc -lib/python3.13/site-packages/axolotl/__pycache__/untrustedidentityexception.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/__pycache__/untrustedidentityexception.cpython-313.pyc -lib/python3.13/site-packages/axolotl/axolotladdress.py -lib/python3.13/site-packages/axolotl/duplicatemessagexception.py -lib/python3.13/site-packages/axolotl/ecc/ -lib/python3.13/site-packages/axolotl/ecc/__init__.py -lib/python3.13/site-packages/axolotl/ecc/__pycache__/ -lib/python3.13/site-packages/axolotl/ecc/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/ecc/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/axolotl/ecc/__pycache__/curve.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/ecc/__pycache__/curve.cpython-313.pyc -lib/python3.13/site-packages/axolotl/ecc/__pycache__/djbec.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/ecc/__pycache__/djbec.cpython-313.pyc -lib/python3.13/site-packages/axolotl/ecc/__pycache__/ec.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/ecc/__pycache__/ec.cpython-313.pyc -lib/python3.13/site-packages/axolotl/ecc/__pycache__/eckeypair.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/ecc/__pycache__/eckeypair.cpython-313.pyc -lib/python3.13/site-packages/axolotl/ecc/curve.py -lib/python3.13/site-packages/axolotl/ecc/djbec.py -lib/python3.13/site-packages/axolotl/ecc/ec.py -lib/python3.13/site-packages/axolotl/ecc/eckeypair.py -lib/python3.13/site-packages/axolotl/groups/ -lib/python3.13/site-packages/axolotl/groups/__init__.py -lib/python3.13/site-packages/axolotl/groups/__pycache__/ -lib/python3.13/site-packages/axolotl/groups/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/groups/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/axolotl/groups/__pycache__/groupcipher.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/groups/__pycache__/groupcipher.cpython-313.pyc -lib/python3.13/site-packages/axolotl/groups/__pycache__/groupsessionbuilder.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/groups/__pycache__/groupsessionbuilder.cpython-313.pyc -lib/python3.13/site-packages/axolotl/groups/__pycache__/senderkeyname.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/groups/__pycache__/senderkeyname.cpython-313.pyc -lib/python3.13/site-packages/axolotl/groups/groupcipher.py -lib/python3.13/site-packages/axolotl/groups/groupsessionbuilder.py -lib/python3.13/site-packages/axolotl/groups/ratchet/ -lib/python3.13/site-packages/axolotl/groups/ratchet/__init__.py -lib/python3.13/site-packages/axolotl/groups/ratchet/__pycache__/ -lib/python3.13/site-packages/axolotl/groups/ratchet/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/groups/ratchet/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/axolotl/groups/ratchet/__pycache__/senderchainkey.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/groups/ratchet/__pycache__/senderchainkey.cpython-313.pyc -lib/python3.13/site-packages/axolotl/groups/ratchet/__pycache__/sendermessagekey.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/groups/ratchet/__pycache__/sendermessagekey.cpython-313.pyc -lib/python3.13/site-packages/axolotl/groups/ratchet/senderchainkey.py -lib/python3.13/site-packages/axolotl/groups/ratchet/sendermessagekey.py -lib/python3.13/site-packages/axolotl/groups/senderkeyname.py -lib/python3.13/site-packages/axolotl/groups/state/ -lib/python3.13/site-packages/axolotl/groups/state/__init__.py -lib/python3.13/site-packages/axolotl/groups/state/__pycache__/ -lib/python3.13/site-packages/axolotl/groups/state/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/groups/state/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/axolotl/groups/state/__pycache__/senderkeyrecord.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/groups/state/__pycache__/senderkeyrecord.cpython-313.pyc -lib/python3.13/site-packages/axolotl/groups/state/__pycache__/senderkeystate.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/groups/state/__pycache__/senderkeystate.cpython-313.pyc -lib/python3.13/site-packages/axolotl/groups/state/__pycache__/senderkeystore.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/groups/state/__pycache__/senderkeystore.cpython-313.pyc -lib/python3.13/site-packages/axolotl/groups/state/senderkeyrecord.py -lib/python3.13/site-packages/axolotl/groups/state/senderkeystate.py -lib/python3.13/site-packages/axolotl/groups/state/senderkeystore.py -lib/python3.13/site-packages/axolotl/identitykey.py -lib/python3.13/site-packages/axolotl/identitykeypair.py -lib/python3.13/site-packages/axolotl/invalidkeyexception.py -lib/python3.13/site-packages/axolotl/invalidkeyidexception.py -lib/python3.13/site-packages/axolotl/invalidmessageexception.py -lib/python3.13/site-packages/axolotl/invalidversionexception.py -lib/python3.13/site-packages/axolotl/kdf/ -lib/python3.13/site-packages/axolotl/kdf/__init__.py -lib/python3.13/site-packages/axolotl/kdf/__pycache__/ -lib/python3.13/site-packages/axolotl/kdf/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/kdf/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/axolotl/kdf/__pycache__/derivedmessagesecrets.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/kdf/__pycache__/derivedmessagesecrets.cpython-313.pyc -lib/python3.13/site-packages/axolotl/kdf/__pycache__/derivedrootsecrets.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/kdf/__pycache__/derivedrootsecrets.cpython-313.pyc -lib/python3.13/site-packages/axolotl/kdf/__pycache__/hkdf.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/kdf/__pycache__/hkdf.cpython-313.pyc -lib/python3.13/site-packages/axolotl/kdf/__pycache__/hkdfv2.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/kdf/__pycache__/hkdfv2.cpython-313.pyc -lib/python3.13/site-packages/axolotl/kdf/__pycache__/hkdfv3.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/kdf/__pycache__/hkdfv3.cpython-313.pyc -lib/python3.13/site-packages/axolotl/kdf/__pycache__/messagekeys.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/kdf/__pycache__/messagekeys.cpython-313.pyc -lib/python3.13/site-packages/axolotl/kdf/derivedmessagesecrets.py -lib/python3.13/site-packages/axolotl/kdf/derivedrootsecrets.py -lib/python3.13/site-packages/axolotl/kdf/hkdf.py -lib/python3.13/site-packages/axolotl/kdf/hkdfv2.py -lib/python3.13/site-packages/axolotl/kdf/hkdfv3.py -lib/python3.13/site-packages/axolotl/kdf/messagekeys.py -lib/python3.13/site-packages/axolotl/legacymessageexception.py -lib/python3.13/site-packages/axolotl/nosessionexception.py -lib/python3.13/site-packages/axolotl/protocol/ -lib/python3.13/site-packages/axolotl/protocol/__init__.py -lib/python3.13/site-packages/axolotl/protocol/__pycache__/ -lib/python3.13/site-packages/axolotl/protocol/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/protocol/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/axolotl/protocol/__pycache__/ciphertextmessage.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/protocol/__pycache__/ciphertextmessage.cpython-313.pyc -lib/python3.13/site-packages/axolotl/protocol/__pycache__/keyexchangemessage.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/protocol/__pycache__/keyexchangemessage.cpython-313.pyc -lib/python3.13/site-packages/axolotl/protocol/__pycache__/prekeywhispermessage.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/protocol/__pycache__/prekeywhispermessage.cpython-313.pyc -lib/python3.13/site-packages/axolotl/protocol/__pycache__/senderkeydistributionmessage.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/protocol/__pycache__/senderkeydistributionmessage.cpython-313.pyc -lib/python3.13/site-packages/axolotl/protocol/__pycache__/senderkeymessage.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/protocol/__pycache__/senderkeymessage.cpython-313.pyc -lib/python3.13/site-packages/axolotl/protocol/__pycache__/whispermessage.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/protocol/__pycache__/whispermessage.cpython-313.pyc -lib/python3.13/site-packages/axolotl/protocol/__pycache__/whisperprotos_pb2.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/protocol/__pycache__/whisperprotos_pb2.cpython-313.pyc -lib/python3.13/site-packages/axolotl/protocol/ciphertextmessage.py -lib/python3.13/site-packages/axolotl/protocol/keyexchangemessage.py -lib/python3.13/site-packages/axolotl/protocol/prekeywhispermessage.py -lib/python3.13/site-packages/axolotl/protocol/senderkeydistributionmessage.py -lib/python3.13/site-packages/axolotl/protocol/senderkeymessage.py -lib/python3.13/site-packages/axolotl/protocol/whispermessage.py -lib/python3.13/site-packages/axolotl/protocol/whisperprotos_pb2.py -lib/python3.13/site-packages/axolotl/ratchet/ -lib/python3.13/site-packages/axolotl/ratchet/__init__.py -lib/python3.13/site-packages/axolotl/ratchet/__pycache__/ -lib/python3.13/site-packages/axolotl/ratchet/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/ratchet/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/axolotl/ratchet/__pycache__/aliceaxolotlparameters.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/ratchet/__pycache__/aliceaxolotlparameters.cpython-313.pyc -lib/python3.13/site-packages/axolotl/ratchet/__pycache__/bobaxolotlparamaters.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/ratchet/__pycache__/bobaxolotlparamaters.cpython-313.pyc -lib/python3.13/site-packages/axolotl/ratchet/__pycache__/chainkey.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/ratchet/__pycache__/chainkey.cpython-313.pyc -lib/python3.13/site-packages/axolotl/ratchet/__pycache__/ratchetingsession.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/ratchet/__pycache__/ratchetingsession.cpython-313.pyc -lib/python3.13/site-packages/axolotl/ratchet/__pycache__/rootkey.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/ratchet/__pycache__/rootkey.cpython-313.pyc -lib/python3.13/site-packages/axolotl/ratchet/__pycache__/symmetricaxolotlparameters.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/ratchet/__pycache__/symmetricaxolotlparameters.cpython-313.pyc -lib/python3.13/site-packages/axolotl/ratchet/aliceaxolotlparameters.py -lib/python3.13/site-packages/axolotl/ratchet/bobaxolotlparamaters.py -lib/python3.13/site-packages/axolotl/ratchet/chainkey.py -lib/python3.13/site-packages/axolotl/ratchet/ratchetingsession.py -lib/python3.13/site-packages/axolotl/ratchet/rootkey.py -lib/python3.13/site-packages/axolotl/ratchet/symmetricaxolotlparameters.py -lib/python3.13/site-packages/axolotl/sessionbuilder.py -lib/python3.13/site-packages/axolotl/sessioncipher.py -lib/python3.13/site-packages/axolotl/state/ -lib/python3.13/site-packages/axolotl/state/__init__.py -lib/python3.13/site-packages/axolotl/state/__pycache__/ -lib/python3.13/site-packages/axolotl/state/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/state/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/axolotl/state/__pycache__/axolotlstore.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/state/__pycache__/axolotlstore.cpython-313.pyc -lib/python3.13/site-packages/axolotl/state/__pycache__/identitykeystore.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/state/__pycache__/identitykeystore.cpython-313.pyc -lib/python3.13/site-packages/axolotl/state/__pycache__/prekeybundle.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/state/__pycache__/prekeybundle.cpython-313.pyc -lib/python3.13/site-packages/axolotl/state/__pycache__/prekeyrecord.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/state/__pycache__/prekeyrecord.cpython-313.pyc -lib/python3.13/site-packages/axolotl/state/__pycache__/prekeystore.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/state/__pycache__/prekeystore.cpython-313.pyc -lib/python3.13/site-packages/axolotl/state/__pycache__/sessionrecord.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/state/__pycache__/sessionrecord.cpython-313.pyc -lib/python3.13/site-packages/axolotl/state/__pycache__/sessionstate.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/state/__pycache__/sessionstate.cpython-313.pyc -lib/python3.13/site-packages/axolotl/state/__pycache__/sessionstore.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/state/__pycache__/sessionstore.cpython-313.pyc -lib/python3.13/site-packages/axolotl/state/__pycache__/signedprekeyrecord.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/state/__pycache__/signedprekeyrecord.cpython-313.pyc -lib/python3.13/site-packages/axolotl/state/__pycache__/signedprekeystore.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/state/__pycache__/signedprekeystore.cpython-313.pyc -lib/python3.13/site-packages/axolotl/state/__pycache__/storageprotos_pb2.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/state/__pycache__/storageprotos_pb2.cpython-313.pyc -lib/python3.13/site-packages/axolotl/state/axolotlstore.py -lib/python3.13/site-packages/axolotl/state/identitykeystore.py -lib/python3.13/site-packages/axolotl/state/prekeybundle.py -lib/python3.13/site-packages/axolotl/state/prekeyrecord.py -lib/python3.13/site-packages/axolotl/state/prekeystore.py -lib/python3.13/site-packages/axolotl/state/sessionrecord.py -lib/python3.13/site-packages/axolotl/state/sessionstate.py -lib/python3.13/site-packages/axolotl/state/sessionstore.py -lib/python3.13/site-packages/axolotl/state/signedprekeyrecord.py -lib/python3.13/site-packages/axolotl/state/signedprekeystore.py -lib/python3.13/site-packages/axolotl/state/storageprotos_pb2.py -lib/python3.13/site-packages/axolotl/statekeyexchangeexception.py -lib/python3.13/site-packages/axolotl/tests/ -lib/python3.13/site-packages/axolotl/tests/__init__.py -lib/python3.13/site-packages/axolotl/tests/__pycache__/ -lib/python3.13/site-packages/axolotl/tests/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/tests/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/axolotl/tests/__pycache__/inmemoryaxolotlstore.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/tests/__pycache__/inmemoryaxolotlstore.cpython-313.pyc -lib/python3.13/site-packages/axolotl/tests/__pycache__/inmemoryidentitykeystore.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/tests/__pycache__/inmemoryidentitykeystore.cpython-313.pyc -lib/python3.13/site-packages/axolotl/tests/__pycache__/inmemoryprekeystore.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/tests/__pycache__/inmemoryprekeystore.cpython-313.pyc -lib/python3.13/site-packages/axolotl/tests/__pycache__/inmemorysessionstore.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/tests/__pycache__/inmemorysessionstore.cpython-313.pyc -lib/python3.13/site-packages/axolotl/tests/__pycache__/inmemorysignedprekeystore.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/tests/__pycache__/inmemorysignedprekeystore.cpython-313.pyc -lib/python3.13/site-packages/axolotl/tests/__pycache__/test_sessionbuilder.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/tests/__pycache__/test_sessionbuilder.cpython-313.pyc -lib/python3.13/site-packages/axolotl/tests/__pycache__/test_sessioncipher.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/tests/__pycache__/test_sessioncipher.cpython-313.pyc -lib/python3.13/site-packages/axolotl/tests/__pycache__/test_sigs.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/tests/__pycache__/test_sigs.cpython-313.pyc -lib/python3.13/site-packages/axolotl/tests/groups/ -lib/python3.13/site-packages/axolotl/tests/groups/__init__.py -lib/python3.13/site-packages/axolotl/tests/groups/__pycache__/ -lib/python3.13/site-packages/axolotl/tests/groups/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/tests/groups/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/axolotl/tests/groups/__pycache__/inmemorysenderkeystore.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/tests/groups/__pycache__/inmemorysenderkeystore.cpython-313.pyc -lib/python3.13/site-packages/axolotl/tests/groups/__pycache__/test_groupcipher.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/tests/groups/__pycache__/test_groupcipher.cpython-313.pyc -lib/python3.13/site-packages/axolotl/tests/groups/inmemorysenderkeystore.py -lib/python3.13/site-packages/axolotl/tests/groups/test_groupcipher.py -lib/python3.13/site-packages/axolotl/tests/inmemoryaxolotlstore.py -lib/python3.13/site-packages/axolotl/tests/inmemoryidentitykeystore.py -lib/python3.13/site-packages/axolotl/tests/inmemoryprekeystore.py -lib/python3.13/site-packages/axolotl/tests/inmemorysessionstore.py -lib/python3.13/site-packages/axolotl/tests/inmemorysignedprekeystore.py -lib/python3.13/site-packages/axolotl/tests/kdf/ -lib/python3.13/site-packages/axolotl/tests/kdf/__init__.py -lib/python3.13/site-packages/axolotl/tests/kdf/__pycache__/ -lib/python3.13/site-packages/axolotl/tests/kdf/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/tests/kdf/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/axolotl/tests/kdf/__pycache__/test_hkdf.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/tests/kdf/__pycache__/test_hkdf.cpython-313.pyc -lib/python3.13/site-packages/axolotl/tests/kdf/test_hkdf.py -lib/python3.13/site-packages/axolotl/tests/ratchet/ -lib/python3.13/site-packages/axolotl/tests/ratchet/__init__.py -lib/python3.13/site-packages/axolotl/tests/ratchet/__pycache__/ -lib/python3.13/site-packages/axolotl/tests/ratchet/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/tests/ratchet/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/axolotl/tests/ratchet/__pycache__/test_chainkey.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/tests/ratchet/__pycache__/test_chainkey.cpython-313.pyc -lib/python3.13/site-packages/axolotl/tests/ratchet/__pycache__/test_ratchetingsession.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/tests/ratchet/__pycache__/test_ratchetingsession.cpython-313.pyc -lib/python3.13/site-packages/axolotl/tests/ratchet/__pycache__/test_rootkey.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/tests/ratchet/__pycache__/test_rootkey.cpython-313.pyc -lib/python3.13/site-packages/axolotl/tests/ratchet/test_chainkey.py -lib/python3.13/site-packages/axolotl/tests/ratchet/test_ratchetingsession.py -lib/python3.13/site-packages/axolotl/tests/ratchet/test_rootkey.py -lib/python3.13/site-packages/axolotl/tests/test_sessionbuilder.py -lib/python3.13/site-packages/axolotl/tests/test_sessioncipher.py -lib/python3.13/site-packages/axolotl/tests/test_sigs.py -lib/python3.13/site-packages/axolotl/tests/util/ -lib/python3.13/site-packages/axolotl/tests/util/__init__.py -lib/python3.13/site-packages/axolotl/tests/util/__pycache__/ -lib/python3.13/site-packages/axolotl/tests/util/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/tests/util/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/axolotl/tests/util/__pycache__/test_byteutil.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/tests/util/__pycache__/test_byteutil.cpython-313.pyc -lib/python3.13/site-packages/axolotl/tests/util/test_byteutil.py -lib/python3.13/site-packages/axolotl/untrustedidentityexception.py -lib/python3.13/site-packages/axolotl/util/ -lib/python3.13/site-packages/axolotl/util/__init__.py -lib/python3.13/site-packages/axolotl/util/__pycache__/ -lib/python3.13/site-packages/axolotl/util/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/util/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/axolotl/util/__pycache__/byteutil.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/util/__pycache__/byteutil.cpython-313.pyc -lib/python3.13/site-packages/axolotl/util/__pycache__/hexutil.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/util/__pycache__/hexutil.cpython-313.pyc -lib/python3.13/site-packages/axolotl/util/__pycache__/keyhelper.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/util/__pycache__/keyhelper.cpython-313.pyc -lib/python3.13/site-packages/axolotl/util/__pycache__/medium.cpython-313.opt-1.pyc -lib/python3.13/site-packages/axolotl/util/__pycache__/medium.cpython-313.pyc -lib/python3.13/site-packages/axolotl/util/byteutil.py -lib/python3.13/site-packages/axolotl/util/hexutil.py -lib/python3.13/site-packages/axolotl/util/keyhelper.py -lib/python3.13/site-packages/axolotl/util/medium.py -lib/python3.13/site-packages/python_axolotl-0.2.3.dist-info/ -lib/python3.13/site-packages/python_axolotl-0.2.3.dist-info/METADATA -lib/python3.13/site-packages/python_axolotl-0.2.3.dist-info/RECORD -lib/python3.13/site-packages/python_axolotl-0.2.3.dist-info/WHEEL -lib/python3.13/site-packages/python_axolotl-0.2.3.dist-info/top_level.txt +lib/python3.14/site-packages/axolotl/ +lib/python3.14/site-packages/axolotl/__init__.py +lib/python3.14/site-packages/axolotl/__pycache__/ +lib/python3.14/site-packages/axolotl/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/axolotl/__pycache__/axolotladdress.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/__pycache__/axolotladdress.cpython-314.pyc +lib/python3.14/site-packages/axolotl/__pycache__/duplicatemessagexception.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/__pycache__/duplicatemessagexception.cpython-314.pyc +lib/python3.14/site-packages/axolotl/__pycache__/identitykey.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/__pycache__/identitykey.cpython-314.pyc +lib/python3.14/site-packages/axolotl/__pycache__/identitykeypair.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/__pycache__/identitykeypair.cpython-314.pyc +lib/python3.14/site-packages/axolotl/__pycache__/invalidkeyexception.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/__pycache__/invalidkeyexception.cpython-314.pyc +lib/python3.14/site-packages/axolotl/__pycache__/invalidkeyidexception.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/__pycache__/invalidkeyidexception.cpython-314.pyc +lib/python3.14/site-packages/axolotl/__pycache__/invalidmessageexception.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/__pycache__/invalidmessageexception.cpython-314.pyc +lib/python3.14/site-packages/axolotl/__pycache__/invalidversionexception.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/__pycache__/invalidversionexception.cpython-314.pyc +lib/python3.14/site-packages/axolotl/__pycache__/legacymessageexception.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/__pycache__/legacymessageexception.cpython-314.pyc +lib/python3.14/site-packages/axolotl/__pycache__/nosessionexception.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/__pycache__/nosessionexception.cpython-314.pyc +lib/python3.14/site-packages/axolotl/__pycache__/sessionbuilder.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/__pycache__/sessionbuilder.cpython-314.pyc +lib/python3.14/site-packages/axolotl/__pycache__/sessioncipher.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/__pycache__/sessioncipher.cpython-314.pyc +lib/python3.14/site-packages/axolotl/__pycache__/statekeyexchangeexception.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/__pycache__/statekeyexchangeexception.cpython-314.pyc +lib/python3.14/site-packages/axolotl/__pycache__/untrustedidentityexception.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/__pycache__/untrustedidentityexception.cpython-314.pyc +lib/python3.14/site-packages/axolotl/axolotladdress.py +lib/python3.14/site-packages/axolotl/duplicatemessagexception.py +lib/python3.14/site-packages/axolotl/ecc/ +lib/python3.14/site-packages/axolotl/ecc/__init__.py +lib/python3.14/site-packages/axolotl/ecc/__pycache__/ +lib/python3.14/site-packages/axolotl/ecc/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/ecc/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/axolotl/ecc/__pycache__/curve.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/ecc/__pycache__/curve.cpython-314.pyc +lib/python3.14/site-packages/axolotl/ecc/__pycache__/djbec.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/ecc/__pycache__/djbec.cpython-314.pyc +lib/python3.14/site-packages/axolotl/ecc/__pycache__/ec.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/ecc/__pycache__/ec.cpython-314.pyc +lib/python3.14/site-packages/axolotl/ecc/__pycache__/eckeypair.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/ecc/__pycache__/eckeypair.cpython-314.pyc +lib/python3.14/site-packages/axolotl/ecc/curve.py +lib/python3.14/site-packages/axolotl/ecc/djbec.py +lib/python3.14/site-packages/axolotl/ecc/ec.py +lib/python3.14/site-packages/axolotl/ecc/eckeypair.py +lib/python3.14/site-packages/axolotl/groups/ +lib/python3.14/site-packages/axolotl/groups/__init__.py +lib/python3.14/site-packages/axolotl/groups/__pycache__/ +lib/python3.14/site-packages/axolotl/groups/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/groups/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/axolotl/groups/__pycache__/groupcipher.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/groups/__pycache__/groupcipher.cpython-314.pyc +lib/python3.14/site-packages/axolotl/groups/__pycache__/groupsessionbuilder.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/groups/__pycache__/groupsessionbuilder.cpython-314.pyc +lib/python3.14/site-packages/axolotl/groups/__pycache__/senderkeyname.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/groups/__pycache__/senderkeyname.cpython-314.pyc +lib/python3.14/site-packages/axolotl/groups/groupcipher.py +lib/python3.14/site-packages/axolotl/groups/groupsessionbuilder.py +lib/python3.14/site-packages/axolotl/groups/ratchet/ +lib/python3.14/site-packages/axolotl/groups/ratchet/__init__.py +lib/python3.14/site-packages/axolotl/groups/ratchet/__pycache__/ +lib/python3.14/site-packages/axolotl/groups/ratchet/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/groups/ratchet/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/axolotl/groups/ratchet/__pycache__/senderchainkey.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/groups/ratchet/__pycache__/senderchainkey.cpython-314.pyc +lib/python3.14/site-packages/axolotl/groups/ratchet/__pycache__/sendermessagekey.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/groups/ratchet/__pycache__/sendermessagekey.cpython-314.pyc +lib/python3.14/site-packages/axolotl/groups/ratchet/senderchainkey.py +lib/python3.14/site-packages/axolotl/groups/ratchet/sendermessagekey.py +lib/python3.14/site-packages/axolotl/groups/senderkeyname.py +lib/python3.14/site-packages/axolotl/groups/state/ +lib/python3.14/site-packages/axolotl/groups/state/__init__.py +lib/python3.14/site-packages/axolotl/groups/state/__pycache__/ +lib/python3.14/site-packages/axolotl/groups/state/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/groups/state/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/axolotl/groups/state/__pycache__/senderkeyrecord.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/groups/state/__pycache__/senderkeyrecord.cpython-314.pyc +lib/python3.14/site-packages/axolotl/groups/state/__pycache__/senderkeystate.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/groups/state/__pycache__/senderkeystate.cpython-314.pyc +lib/python3.14/site-packages/axolotl/groups/state/__pycache__/senderkeystore.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/groups/state/__pycache__/senderkeystore.cpython-314.pyc +lib/python3.14/site-packages/axolotl/groups/state/senderkeyrecord.py +lib/python3.14/site-packages/axolotl/groups/state/senderkeystate.py +lib/python3.14/site-packages/axolotl/groups/state/senderkeystore.py +lib/python3.14/site-packages/axolotl/identitykey.py +lib/python3.14/site-packages/axolotl/identitykeypair.py +lib/python3.14/site-packages/axolotl/invalidkeyexception.py +lib/python3.14/site-packages/axolotl/invalidkeyidexception.py +lib/python3.14/site-packages/axolotl/invalidmessageexception.py +lib/python3.14/site-packages/axolotl/invalidversionexception.py +lib/python3.14/site-packages/axolotl/kdf/ +lib/python3.14/site-packages/axolotl/kdf/__init__.py +lib/python3.14/site-packages/axolotl/kdf/__pycache__/ +lib/python3.14/site-packages/axolotl/kdf/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/kdf/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/axolotl/kdf/__pycache__/derivedmessagesecrets.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/kdf/__pycache__/derivedmessagesecrets.cpython-314.pyc +lib/python3.14/site-packages/axolotl/kdf/__pycache__/derivedrootsecrets.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/kdf/__pycache__/derivedrootsecrets.cpython-314.pyc +lib/python3.14/site-packages/axolotl/kdf/__pycache__/hkdf.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/kdf/__pycache__/hkdf.cpython-314.pyc +lib/python3.14/site-packages/axolotl/kdf/__pycache__/hkdfv2.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/kdf/__pycache__/hkdfv2.cpython-314.pyc +lib/python3.14/site-packages/axolotl/kdf/__pycache__/hkdfv3.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/kdf/__pycache__/hkdfv3.cpython-314.pyc +lib/python3.14/site-packages/axolotl/kdf/__pycache__/messagekeys.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/kdf/__pycache__/messagekeys.cpython-314.pyc +lib/python3.14/site-packages/axolotl/kdf/derivedmessagesecrets.py +lib/python3.14/site-packages/axolotl/kdf/derivedrootsecrets.py +lib/python3.14/site-packages/axolotl/kdf/hkdf.py +lib/python3.14/site-packages/axolotl/kdf/hkdfv2.py +lib/python3.14/site-packages/axolotl/kdf/hkdfv3.py +lib/python3.14/site-packages/axolotl/kdf/messagekeys.py +lib/python3.14/site-packages/axolotl/legacymessageexception.py +lib/python3.14/site-packages/axolotl/nosessionexception.py +lib/python3.14/site-packages/axolotl/protocol/ +lib/python3.14/site-packages/axolotl/protocol/__init__.py +lib/python3.14/site-packages/axolotl/protocol/__pycache__/ +lib/python3.14/site-packages/axolotl/protocol/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/protocol/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/axolotl/protocol/__pycache__/ciphertextmessage.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/protocol/__pycache__/ciphertextmessage.cpython-314.pyc +lib/python3.14/site-packages/axolotl/protocol/__pycache__/keyexchangemessage.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/protocol/__pycache__/keyexchangemessage.cpython-314.pyc +lib/python3.14/site-packages/axolotl/protocol/__pycache__/prekeywhispermessage.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/protocol/__pycache__/prekeywhispermessage.cpython-314.pyc +lib/python3.14/site-packages/axolotl/protocol/__pycache__/senderkeydistributionmessage.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/protocol/__pycache__/senderkeydistributionmessage.cpython-314.pyc +lib/python3.14/site-packages/axolotl/protocol/__pycache__/senderkeymessage.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/protocol/__pycache__/senderkeymessage.cpython-314.pyc +lib/python3.14/site-packages/axolotl/protocol/__pycache__/whispermessage.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/protocol/__pycache__/whispermessage.cpython-314.pyc +lib/python3.14/site-packages/axolotl/protocol/__pycache__/whisperprotos_pb2.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/protocol/__pycache__/whisperprotos_pb2.cpython-314.pyc +lib/python3.14/site-packages/axolotl/protocol/ciphertextmessage.py +lib/python3.14/site-packages/axolotl/protocol/keyexchangemessage.py +lib/python3.14/site-packages/axolotl/protocol/prekeywhispermessage.py +lib/python3.14/site-packages/axolotl/protocol/senderkeydistributionmessage.py +lib/python3.14/site-packages/axolotl/protocol/senderkeymessage.py +lib/python3.14/site-packages/axolotl/protocol/whispermessage.py +lib/python3.14/site-packages/axolotl/protocol/whisperprotos_pb2.py +lib/python3.14/site-packages/axolotl/ratchet/ +lib/python3.14/site-packages/axolotl/ratchet/__init__.py +lib/python3.14/site-packages/axolotl/ratchet/__pycache__/ +lib/python3.14/site-packages/axolotl/ratchet/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/ratchet/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/axolotl/ratchet/__pycache__/aliceaxolotlparameters.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/ratchet/__pycache__/aliceaxolotlparameters.cpython-314.pyc +lib/python3.14/site-packages/axolotl/ratchet/__pycache__/bobaxolotlparamaters.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/ratchet/__pycache__/bobaxolotlparamaters.cpython-314.pyc +lib/python3.14/site-packages/axolotl/ratchet/__pycache__/chainkey.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/ratchet/__pycache__/chainkey.cpython-314.pyc +lib/python3.14/site-packages/axolotl/ratchet/__pycache__/ratchetingsession.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/ratchet/__pycache__/ratchetingsession.cpython-314.pyc +lib/python3.14/site-packages/axolotl/ratchet/__pycache__/rootkey.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/ratchet/__pycache__/rootkey.cpython-314.pyc +lib/python3.14/site-packages/axolotl/ratchet/__pycache__/symmetricaxolotlparameters.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/ratchet/__pycache__/symmetricaxolotlparameters.cpython-314.pyc +lib/python3.14/site-packages/axolotl/ratchet/aliceaxolotlparameters.py +lib/python3.14/site-packages/axolotl/ratchet/bobaxolotlparamaters.py +lib/python3.14/site-packages/axolotl/ratchet/chainkey.py +lib/python3.14/site-packages/axolotl/ratchet/ratchetingsession.py +lib/python3.14/site-packages/axolotl/ratchet/rootkey.py +lib/python3.14/site-packages/axolotl/ratchet/symmetricaxolotlparameters.py +lib/python3.14/site-packages/axolotl/sessionbuilder.py +lib/python3.14/site-packages/axolotl/sessioncipher.py +lib/python3.14/site-packages/axolotl/state/ +lib/python3.14/site-packages/axolotl/state/__init__.py +lib/python3.14/site-packages/axolotl/state/__pycache__/ +lib/python3.14/site-packages/axolotl/state/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/state/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/axolotl/state/__pycache__/axolotlstore.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/state/__pycache__/axolotlstore.cpython-314.pyc +lib/python3.14/site-packages/axolotl/state/__pycache__/identitykeystore.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/state/__pycache__/identitykeystore.cpython-314.pyc +lib/python3.14/site-packages/axolotl/state/__pycache__/prekeybundle.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/state/__pycache__/prekeybundle.cpython-314.pyc +lib/python3.14/site-packages/axolotl/state/__pycache__/prekeyrecord.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/state/__pycache__/prekeyrecord.cpython-314.pyc +lib/python3.14/site-packages/axolotl/state/__pycache__/prekeystore.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/state/__pycache__/prekeystore.cpython-314.pyc +lib/python3.14/site-packages/axolotl/state/__pycache__/sessionrecord.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/state/__pycache__/sessionrecord.cpython-314.pyc +lib/python3.14/site-packages/axolotl/state/__pycache__/sessionstate.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/state/__pycache__/sessionstate.cpython-314.pyc +lib/python3.14/site-packages/axolotl/state/__pycache__/sessionstore.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/state/__pycache__/sessionstore.cpython-314.pyc +lib/python3.14/site-packages/axolotl/state/__pycache__/signedprekeyrecord.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/state/__pycache__/signedprekeyrecord.cpython-314.pyc +lib/python3.14/site-packages/axolotl/state/__pycache__/signedprekeystore.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/state/__pycache__/signedprekeystore.cpython-314.pyc +lib/python3.14/site-packages/axolotl/state/__pycache__/storageprotos_pb2.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/state/__pycache__/storageprotos_pb2.cpython-314.pyc +lib/python3.14/site-packages/axolotl/state/axolotlstore.py +lib/python3.14/site-packages/axolotl/state/identitykeystore.py +lib/python3.14/site-packages/axolotl/state/prekeybundle.py +lib/python3.14/site-packages/axolotl/state/prekeyrecord.py +lib/python3.14/site-packages/axolotl/state/prekeystore.py +lib/python3.14/site-packages/axolotl/state/sessionrecord.py +lib/python3.14/site-packages/axolotl/state/sessionstate.py +lib/python3.14/site-packages/axolotl/state/sessionstore.py +lib/python3.14/site-packages/axolotl/state/signedprekeyrecord.py +lib/python3.14/site-packages/axolotl/state/signedprekeystore.py +lib/python3.14/site-packages/axolotl/state/storageprotos_pb2.py +lib/python3.14/site-packages/axolotl/statekeyexchangeexception.py +lib/python3.14/site-packages/axolotl/tests/ +lib/python3.14/site-packages/axolotl/tests/__init__.py +lib/python3.14/site-packages/axolotl/tests/__pycache__/ +lib/python3.14/site-packages/axolotl/tests/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/tests/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/axolotl/tests/__pycache__/inmemoryaxolotlstore.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/tests/__pycache__/inmemoryaxolotlstore.cpython-314.pyc +lib/python3.14/site-packages/axolotl/tests/__pycache__/inmemoryidentitykeystore.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/tests/__pycache__/inmemoryidentitykeystore.cpython-314.pyc +lib/python3.14/site-packages/axolotl/tests/__pycache__/inmemoryprekeystore.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/tests/__pycache__/inmemoryprekeystore.cpython-314.pyc +lib/python3.14/site-packages/axolotl/tests/__pycache__/inmemorysessionstore.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/tests/__pycache__/inmemorysessionstore.cpython-314.pyc +lib/python3.14/site-packages/axolotl/tests/__pycache__/inmemorysignedprekeystore.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/tests/__pycache__/inmemorysignedprekeystore.cpython-314.pyc +lib/python3.14/site-packages/axolotl/tests/__pycache__/test_sessionbuilder.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/tests/__pycache__/test_sessionbuilder.cpython-314.pyc +lib/python3.14/site-packages/axolotl/tests/__pycache__/test_sessioncipher.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/tests/__pycache__/test_sessioncipher.cpython-314.pyc +lib/python3.14/site-packages/axolotl/tests/__pycache__/test_sigs.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/tests/__pycache__/test_sigs.cpython-314.pyc +lib/python3.14/site-packages/axolotl/tests/groups/ +lib/python3.14/site-packages/axolotl/tests/groups/__init__.py +lib/python3.14/site-packages/axolotl/tests/groups/__pycache__/ +lib/python3.14/site-packages/axolotl/tests/groups/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/tests/groups/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/axolotl/tests/groups/__pycache__/inmemorysenderkeystore.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/tests/groups/__pycache__/inmemorysenderkeystore.cpython-314.pyc +lib/python3.14/site-packages/axolotl/tests/groups/__pycache__/test_groupcipher.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/tests/groups/__pycache__/test_groupcipher.cpython-314.pyc +lib/python3.14/site-packages/axolotl/tests/groups/inmemorysenderkeystore.py +lib/python3.14/site-packages/axolotl/tests/groups/test_groupcipher.py +lib/python3.14/site-packages/axolotl/tests/inmemoryaxolotlstore.py +lib/python3.14/site-packages/axolotl/tests/inmemoryidentitykeystore.py +lib/python3.14/site-packages/axolotl/tests/inmemoryprekeystore.py +lib/python3.14/site-packages/axolotl/tests/inmemorysessionstore.py +lib/python3.14/site-packages/axolotl/tests/inmemorysignedprekeystore.py +lib/python3.14/site-packages/axolotl/tests/kdf/ +lib/python3.14/site-packages/axolotl/tests/kdf/__init__.py +lib/python3.14/site-packages/axolotl/tests/kdf/__pycache__/ +lib/python3.14/site-packages/axolotl/tests/kdf/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/tests/kdf/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/axolotl/tests/kdf/__pycache__/test_hkdf.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/tests/kdf/__pycache__/test_hkdf.cpython-314.pyc +lib/python3.14/site-packages/axolotl/tests/kdf/test_hkdf.py +lib/python3.14/site-packages/axolotl/tests/ratchet/ +lib/python3.14/site-packages/axolotl/tests/ratchet/__init__.py +lib/python3.14/site-packages/axolotl/tests/ratchet/__pycache__/ +lib/python3.14/site-packages/axolotl/tests/ratchet/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/tests/ratchet/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/axolotl/tests/ratchet/__pycache__/test_chainkey.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/tests/ratchet/__pycache__/test_chainkey.cpython-314.pyc +lib/python3.14/site-packages/axolotl/tests/ratchet/__pycache__/test_ratchetingsession.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/tests/ratchet/__pycache__/test_ratchetingsession.cpython-314.pyc +lib/python3.14/site-packages/axolotl/tests/ratchet/__pycache__/test_rootkey.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/tests/ratchet/__pycache__/test_rootkey.cpython-314.pyc +lib/python3.14/site-packages/axolotl/tests/ratchet/test_chainkey.py +lib/python3.14/site-packages/axolotl/tests/ratchet/test_ratchetingsession.py +lib/python3.14/site-packages/axolotl/tests/ratchet/test_rootkey.py +lib/python3.14/site-packages/axolotl/tests/test_sessionbuilder.py +lib/python3.14/site-packages/axolotl/tests/test_sessioncipher.py +lib/python3.14/site-packages/axolotl/tests/test_sigs.py +lib/python3.14/site-packages/axolotl/tests/util/ +lib/python3.14/site-packages/axolotl/tests/util/__init__.py +lib/python3.14/site-packages/axolotl/tests/util/__pycache__/ +lib/python3.14/site-packages/axolotl/tests/util/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/tests/util/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/axolotl/tests/util/__pycache__/test_byteutil.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/tests/util/__pycache__/test_byteutil.cpython-314.pyc +lib/python3.14/site-packages/axolotl/tests/util/test_byteutil.py +lib/python3.14/site-packages/axolotl/untrustedidentityexception.py +lib/python3.14/site-packages/axolotl/util/ +lib/python3.14/site-packages/axolotl/util/__init__.py +lib/python3.14/site-packages/axolotl/util/__pycache__/ +lib/python3.14/site-packages/axolotl/util/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/util/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/axolotl/util/__pycache__/byteutil.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/util/__pycache__/byteutil.cpython-314.pyc +lib/python3.14/site-packages/axolotl/util/__pycache__/hexutil.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/util/__pycache__/hexutil.cpython-314.pyc +lib/python3.14/site-packages/axolotl/util/__pycache__/keyhelper.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/util/__pycache__/keyhelper.cpython-314.pyc +lib/python3.14/site-packages/axolotl/util/__pycache__/medium.cpython-314.opt-1.pyc +lib/python3.14/site-packages/axolotl/util/__pycache__/medium.cpython-314.pyc +lib/python3.14/site-packages/axolotl/util/byteutil.py +lib/python3.14/site-packages/axolotl/util/hexutil.py +lib/python3.14/site-packages/axolotl/util/keyhelper.py +lib/python3.14/site-packages/axolotl/util/medium.py +lib/python3.14/site-packages/python_axolotl-0.2.3.dist-info/ +lib/python3.14/site-packages/python_axolotl-0.2.3.dist-info/METADATA +lib/python3.14/site-packages/python_axolotl-0.2.3.dist-info/RECORD +lib/python3.14/site-packages/python_axolotl-0.2.3.dist-info/WHEEL +lib/python3.14/site-packages/python_axolotl-0.2.3.dist-info/top_level.txt Link to /exopi-cvs/ports/packages/amd64/ftp/py3-axolotl-0.2.3p10.tgz >>> Running clean in security/py-axolotl at 1778682374.50 ===> security/py-axolotl ===> Cleaning for py3-axolotl-0.2.3p10 >>> Ended at 1778682374.75 max_stuck=0.91/depends=1.99/show-prepare-results=1.06/extract=0.33/build=2.48/package=3.44/clean=0.28