pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-autobahn



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri May  5 11:58:17 UTC 2023

Modified Files:
        pkgsrc/www/py-autobahn: ALTERNATIVES Makefile PLIST distinfo
        pkgsrc/www/py-autobahn/patches: patch-setup.py

Log Message:
py-autobahn: update to 23.1.2.

3 years of development, no summary found.
New binaries (xbrnetwork, xbrnetwork-ui).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-autobahn/ALTERNATIVES
cvs rdiff -u -r1.35 -r1.36 pkgsrc/www/py-autobahn/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-autobahn/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/py-autobahn/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-autobahn/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-autobahn/ALTERNATIVES
diff -u pkgsrc/www/py-autobahn/ALTERNATIVES:1.1 pkgsrc/www/py-autobahn/ALTERNATIVES:1.2
--- pkgsrc/www/py-autobahn/ALTERNATIVES:1.1     Fri Jul 31 19:52:00 2020
+++ pkgsrc/www/py-autobahn/ALTERNATIVES Fri May  5 11:58:17 2023
@@ -1 +1,3 @@
 bin/wamp @PREFIX@/bin/wamp-@PYVERSSUFFIX@
+bin/xbrnetwork @PREFIX@/bin/xbrnetwork-@PYVERSSUFFIX@
+bin/xbrnetwork-ui @PREFIX@/bin/xbrnetwork-ui-@PYVERSSUFFIX@

Index: pkgsrc/www/py-autobahn/Makefile
diff -u pkgsrc/www/py-autobahn/Makefile:1.35 pkgsrc/www/py-autobahn/Makefile:1.36
--- pkgsrc/www/py-autobahn/Makefile:1.35        Wed Oct 19 13:56:34 2022
+++ pkgsrc/www/py-autobahn/Makefile     Fri May  5 11:58:17 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2022/10/19 13:56:34 nia Exp $
+# $NetBSD: Makefile,v 1.36 2023/05/05 11:58:17 wiz Exp $
 
-DISTNAME=      autobahn-20.1.2
+DISTNAME=      autobahn-23.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/autobahn/}
 
@@ -11,11 +10,12 @@ HOMEPAGE=   https://crossbar.io/autobahn/
 COMMENT=       WebSocket client and server library, WAMP real-time framework
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-nacl>=1.0.1:../../security/py-nacl
-DEPENDS+=      ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six
-DEPENDS+=      ${PYPKGPREFIX}-txaio>=18.8.1:../../devel/py-txaio
+DEPENDS+=      ${PYPKGPREFIX}-txaio>=21.2.1:../../devel/py-txaio
+DEPENDS+=      ${PYPKGPREFIX}-hyperlink>=21.0.0:../../www/py-hyperlink
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.3.0:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-nacl>=0:../../security/py-nacl
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8.6:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-twisted>=0:../../net/py-twisted
 TEST_ENV+=     USE_ASYNCIO=1
 
 USE_LANGUAGES= # none
@@ -24,8 +24,16 @@ PYTHON_VERSIONS_INCOMPATIBLE=        27
 
 USE_PKG_RESOURCES=     yes
 
+DISTUTILS_BUILDDIR_IN_TEST_ENV=        yes
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} wamp wamp-${PYVERSSUFFIX}
+       cd ${DESTDIR}${PREFIX}/bin && ${MV} xbrnetwork xbrnetwork-${PYVERSSUFFIX}
+       cd ${DESTDIR}${PREFIX}/bin && ${MV} xbrnetwork-ui xbrnetwork-ui-${PYVERSSUFFIX}
+
+# doesn't work: collect error with path mismatches between src files and those in build/lib*
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
 PYTHON_VERSIONED_DEPENDENCIES+=        cryptography

Index: pkgsrc/www/py-autobahn/PLIST
diff -u pkgsrc/www/py-autobahn/PLIST:1.17 pkgsrc/www/py-autobahn/PLIST:1.18
--- pkgsrc/www/py-autobahn/PLIST:1.17   Fri Jul 31 19:52:00 2020
+++ pkgsrc/www/py-autobahn/PLIST        Fri May  5 11:58:17 2023
@@ -1,5 +1,7 @@
-@comment $NetBSD: PLIST,v 1.17 2020/07/31 19:52:00 wiz Exp $
+@comment $NetBSD: PLIST,v 1.18 2023/05/05 11:58:17 wiz Exp $
 bin/wamp-${PYVERSSUFFIX}
+bin/xbrnetwork-${PYVERSSUFFIX}
+bin/xbrnetwork-ui-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -16,6 +18,8 @@ ${PYSITELIB}/autobahn/__main__.pyo
 ${PYSITELIB}/autobahn/_version.py
 ${PYSITELIB}/autobahn/_version.pyc
 ${PYSITELIB}/autobahn/_version.pyo
+${PYSITELIB}/autobahn/asset/xbr_gray.svg
+${PYSITELIB}/autobahn/asset/xbr_white.svg
 ${PYSITELIB}/autobahn/asyncio/__init__.py
 ${PYSITELIB}/autobahn/asyncio/__init__.pyc
 ${PYSITELIB}/autobahn/asyncio/__init__.pyo
@@ -25,6 +29,16 @@ ${PYSITELIB}/autobahn/asyncio/component.
 ${PYSITELIB}/autobahn/asyncio/rawsocket.py
 ${PYSITELIB}/autobahn/asyncio/rawsocket.pyc
 ${PYSITELIB}/autobahn/asyncio/rawsocket.pyo
+${PYSITELIB}/autobahn/asyncio/test/README_NO_INIT_PY
+${PYSITELIB}/autobahn/asyncio/test/test_aio_rawsocket.py
+${PYSITELIB}/autobahn/asyncio/test/test_aio_rawsocket.pyc
+${PYSITELIB}/autobahn/asyncio/test/test_aio_rawsocket.pyo
+${PYSITELIB}/autobahn/asyncio/test/test_aio_websocket.py
+${PYSITELIB}/autobahn/asyncio/test/test_aio_websocket.pyc
+${PYSITELIB}/autobahn/asyncio/test/test_aio_websocket.pyo
+${PYSITELIB}/autobahn/asyncio/test/test_wamp_runner.py
+${PYSITELIB}/autobahn/asyncio/test/test_wamp_runner.pyc
+${PYSITELIB}/autobahn/asyncio/test/test_wamp_runner.pyo
 ${PYSITELIB}/autobahn/asyncio/util.py
 ${PYSITELIB}/autobahn/asyncio/util.pyc
 ${PYSITELIB}/autobahn/asyncio/util.pyo
@@ -34,9 +48,9 @@ ${PYSITELIB}/autobahn/asyncio/wamp.pyo
 ${PYSITELIB}/autobahn/asyncio/websocket.py
 ${PYSITELIB}/autobahn/asyncio/websocket.pyc
 ${PYSITELIB}/autobahn/asyncio/websocket.pyo
-${PYSITELIB}/autobahn/asyncio/xbr.py
-${PYSITELIB}/autobahn/asyncio/xbr.pyc
-${PYSITELIB}/autobahn/asyncio/xbr.pyo
+${PYSITELIB}/autobahn/asyncio/xbr/__init__.py
+${PYSITELIB}/autobahn/asyncio/xbr/__init__.pyc
+${PYSITELIB}/autobahn/asyncio/xbr/__init__.pyo
 ${PYSITELIB}/autobahn/exception.py
 ${PYSITELIB}/autobahn/exception.pyc
 ${PYSITELIB}/autobahn/exception.pyo
@@ -47,9 +61,12 @@ ${PYSITELIB}/autobahn/nvx/_utf8validator
 ${PYSITELIB}/autobahn/nvx/_utf8validator.py
 ${PYSITELIB}/autobahn/nvx/_utf8validator.pyc
 ${PYSITELIB}/autobahn/nvx/_utf8validator.pyo
-${PYSITELIB}/autobahn/nvx/test/test_utf8validator.py
-${PYSITELIB}/autobahn/nvx/test/test_utf8validator.pyc
-${PYSITELIB}/autobahn/nvx/test/test_utf8validator.pyo
+${PYSITELIB}/autobahn/nvx/test/__init__.py
+${PYSITELIB}/autobahn/nvx/test/__init__.pyc
+${PYSITELIB}/autobahn/nvx/test/__init__.pyo
+${PYSITELIB}/autobahn/nvx/test/test_nvx_utf8validator.py
+${PYSITELIB}/autobahn/nvx/test/test_nvx_utf8validator.pyc
+${PYSITELIB}/autobahn/nvx/test/test_nvx_utf8validator.pyo
 ${PYSITELIB}/autobahn/rawsocket/__init__.py
 ${PYSITELIB}/autobahn/rawsocket/__init__.pyc
 ${PYSITELIB}/autobahn/rawsocket/__init__.pyo
@@ -71,6 +88,9 @@ ${PYSITELIB}/autobahn/test/test_rng.pyo
 ${PYSITELIB}/autobahn/test/test_util.py
 ${PYSITELIB}/autobahn/test/test_util.pyc
 ${PYSITELIB}/autobahn/test/test_util.pyo
+${PYSITELIB}/autobahn/testutil.py
+${PYSITELIB}/autobahn/testutil.pyc
+${PYSITELIB}/autobahn/testutil.pyo
 ${PYSITELIB}/autobahn/twisted/__init__.py
 ${PYSITELIB}/autobahn/twisted/__init__.pyc
 ${PYSITELIB}/autobahn/twisted/__init__.pyo
@@ -92,6 +112,33 @@ ${PYSITELIB}/autobahn/twisted/rawsocket.
 ${PYSITELIB}/autobahn/twisted/resource.py
 ${PYSITELIB}/autobahn/twisted/resource.pyc
 ${PYSITELIB}/autobahn/twisted/resource.pyo
+${PYSITELIB}/autobahn/twisted/test/__init__.py
+${PYSITELIB}/autobahn/twisted/test/__init__.pyc
+${PYSITELIB}/autobahn/twisted/test/__init__.pyo
+${PYSITELIB}/autobahn/twisted/test/test_tx_application_runner.py
+${PYSITELIB}/autobahn/twisted/test/test_tx_application_runner.pyc
+${PYSITELIB}/autobahn/twisted/test/test_tx_application_runner.pyo
+${PYSITELIB}/autobahn/twisted/test/test_tx_choosereactor.py
+${PYSITELIB}/autobahn/twisted/test/test_tx_choosereactor.pyc
+${PYSITELIB}/autobahn/twisted/test/test_tx_choosereactor.pyo
+${PYSITELIB}/autobahn/twisted/test/test_tx_component.py
+${PYSITELIB}/autobahn/twisted/test/test_tx_component.pyc
+${PYSITELIB}/autobahn/twisted/test/test_tx_component.pyo
+${PYSITELIB}/autobahn/twisted/test/test_tx_endpoint_plugins.py
+${PYSITELIB}/autobahn/twisted/test/test_tx_endpoint_plugins.pyc
+${PYSITELIB}/autobahn/twisted/test/test_tx_endpoint_plugins.pyo
+${PYSITELIB}/autobahn/twisted/test/test_tx_protocol.py
+${PYSITELIB}/autobahn/twisted/test/test_tx_protocol.pyc
+${PYSITELIB}/autobahn/twisted/test/test_tx_protocol.pyo
+${PYSITELIB}/autobahn/twisted/test/test_tx_rawsocket.py
+${PYSITELIB}/autobahn/twisted/test/test_tx_rawsocket.pyc
+${PYSITELIB}/autobahn/twisted/test/test_tx_rawsocket.pyo
+${PYSITELIB}/autobahn/twisted/test/test_tx_websocket_agent.py
+${PYSITELIB}/autobahn/twisted/test/test_tx_websocket_agent.pyc
+${PYSITELIB}/autobahn/twisted/test/test_tx_websocket_agent.pyo
+${PYSITELIB}/autobahn/twisted/test/test_wamp_runner.py
+${PYSITELIB}/autobahn/twisted/test/test_wamp_runner.pyc
+${PYSITELIB}/autobahn/twisted/test/test_wamp_runner.pyo
 ${PYSITELIB}/autobahn/twisted/testing/__init__.py
 ${PYSITELIB}/autobahn/twisted/testing/__init__.pyc
 ${PYSITELIB}/autobahn/twisted/testing/__init__.pyo
@@ -104,9 +151,9 @@ ${PYSITELIB}/autobahn/twisted/wamp.pyo
 ${PYSITELIB}/autobahn/twisted/websocket.py
 ${PYSITELIB}/autobahn/twisted/websocket.pyc
 ${PYSITELIB}/autobahn/twisted/websocket.pyo
-${PYSITELIB}/autobahn/twisted/xbr.py
-${PYSITELIB}/autobahn/twisted/xbr.pyc
-${PYSITELIB}/autobahn/twisted/xbr.pyo
+${PYSITELIB}/autobahn/twisted/xbr/__init__.py
+${PYSITELIB}/autobahn/twisted/xbr/__init__.pyc
+${PYSITELIB}/autobahn/twisted/xbr/__init__.pyo
 ${PYSITELIB}/autobahn/util.py
 ${PYSITELIB}/autobahn/util.pyc
 ${PYSITELIB}/autobahn/util.pyo
@@ -357,48 +404,57 @@ ${PYSITELIB}/autobahn/wamp/serializer.py
 ${PYSITELIB}/autobahn/wamp/test/__init__.py
 ${PYSITELIB}/autobahn/wamp/test/__init__.pyc
 ${PYSITELIB}/autobahn/wamp/test/__init__.pyo
-${PYSITELIB}/autobahn/wamp/test/test_auth.py
-${PYSITELIB}/autobahn/wamp/test/test_auth.pyc
-${PYSITELIB}/autobahn/wamp/test/test_auth.pyo
-${PYSITELIB}/autobahn/wamp/test/test_component.py
-${PYSITELIB}/autobahn/wamp/test/test_component.pyc
-${PYSITELIB}/autobahn/wamp/test/test_component.pyo
-${PYSITELIB}/autobahn/wamp/test/test_component_aio.py
-${PYSITELIB}/autobahn/wamp/test/test_component_aio.pyc
-${PYSITELIB}/autobahn/wamp/test/test_component_aio.pyo
-${PYSITELIB}/autobahn/wamp/test/test_cryptobox.py
-${PYSITELIB}/autobahn/wamp/test/test_cryptobox.pyc
-${PYSITELIB}/autobahn/wamp/test/test_cryptobox.pyo
-${PYSITELIB}/autobahn/wamp/test/test_cryptosign.py
-${PYSITELIB}/autobahn/wamp/test/test_cryptosign.pyc
-${PYSITELIB}/autobahn/wamp/test/test_cryptosign.pyo
-${PYSITELIB}/autobahn/wamp/test/test_exception.py
-${PYSITELIB}/autobahn/wamp/test/test_exception.pyc
-${PYSITELIB}/autobahn/wamp/test/test_exception.pyo
-${PYSITELIB}/autobahn/wamp/test/test_message.py
-${PYSITELIB}/autobahn/wamp/test/test_message.pyc
-${PYSITELIB}/autobahn/wamp/test/test_message.pyo
-${PYSITELIB}/autobahn/wamp/test/test_protocol.py
-${PYSITELIB}/autobahn/wamp/test/test_protocol.pyc
-${PYSITELIB}/autobahn/wamp/test/test_protocol.pyo
-${PYSITELIB}/autobahn/wamp/test/test_protocol_peer.py
-${PYSITELIB}/autobahn/wamp/test/test_protocol_peer.pyc
-${PYSITELIB}/autobahn/wamp/test/test_protocol_peer.pyo
-${PYSITELIB}/autobahn/wamp/test/test_runner.py
-${PYSITELIB}/autobahn/wamp/test/test_runner.pyc
-${PYSITELIB}/autobahn/wamp/test/test_runner.pyo
-${PYSITELIB}/autobahn/wamp/test/test_serializer.py
-${PYSITELIB}/autobahn/wamp/test/test_serializer.pyc
-${PYSITELIB}/autobahn/wamp/test/test_serializer.pyo
-${PYSITELIB}/autobahn/wamp/test/test_uri_pattern.py
-${PYSITELIB}/autobahn/wamp/test/test_uri_pattern.pyc
-${PYSITELIB}/autobahn/wamp/test/test_uri_pattern.pyo
-${PYSITELIB}/autobahn/wamp/test/test_user_handler_errors.py
-${PYSITELIB}/autobahn/wamp/test/test_user_handler_errors.pyc
-${PYSITELIB}/autobahn/wamp/test/test_user_handler_errors.pyo
-${PYSITELIB}/autobahn/wamp/test/test_websocket.py
-${PYSITELIB}/autobahn/wamp/test/test_websocket.pyc
-${PYSITELIB}/autobahn/wamp/test/test_websocket.pyo
+${PYSITELIB}/autobahn/wamp/test/test_wamp_auth.py
+${PYSITELIB}/autobahn/wamp/test/test_wamp_auth.pyc
+${PYSITELIB}/autobahn/wamp/test/test_wamp_auth.pyo
+${PYSITELIB}/autobahn/wamp/test/test_wamp_component.py
+${PYSITELIB}/autobahn/wamp/test/test_wamp_component.pyc
+${PYSITELIB}/autobahn/wamp/test/test_wamp_component.pyo
+${PYSITELIB}/autobahn/wamp/test/test_wamp_component_aio.py
+${PYSITELIB}/autobahn/wamp/test/test_wamp_component_aio.pyc
+${PYSITELIB}/autobahn/wamp/test/test_wamp_component_aio.pyo
+${PYSITELIB}/autobahn/wamp/test/test_wamp_cryptobox.py
+${PYSITELIB}/autobahn/wamp/test/test_wamp_cryptobox.pyc
+${PYSITELIB}/autobahn/wamp/test/test_wamp_cryptobox.pyo
+${PYSITELIB}/autobahn/wamp/test/test_wamp_cryptosign.py
+${PYSITELIB}/autobahn/wamp/test/test_wamp_cryptosign.pyc
+${PYSITELIB}/autobahn/wamp/test/test_wamp_cryptosign.pyo
+${PYSITELIB}/autobahn/wamp/test/test_wamp_exception.py
+${PYSITELIB}/autobahn/wamp/test/test_wamp_exception.pyc
+${PYSITELIB}/autobahn/wamp/test/test_wamp_exception.pyo
+${PYSITELIB}/autobahn/wamp/test/test_wamp_identifiers.py
+${PYSITELIB}/autobahn/wamp/test/test_wamp_identifiers.pyc
+${PYSITELIB}/autobahn/wamp/test/test_wamp_identifiers.pyo
+${PYSITELIB}/autobahn/wamp/test/test_wamp_message.py
+${PYSITELIB}/autobahn/wamp/test/test_wamp_message.pyc
+${PYSITELIB}/autobahn/wamp/test/test_wamp_message.pyo
+${PYSITELIB}/autobahn/wamp/test/test_wamp_protocol.py
+${PYSITELIB}/autobahn/wamp/test/test_wamp_protocol.pyc
+${PYSITELIB}/autobahn/wamp/test/test_wamp_protocol.pyo
+${PYSITELIB}/autobahn/wamp/test/test_wamp_protocol_peer.py
+${PYSITELIB}/autobahn/wamp/test/test_wamp_protocol_peer.pyc
+${PYSITELIB}/autobahn/wamp/test/test_wamp_protocol_peer.pyo
+${PYSITELIB}/autobahn/wamp/test/test_wamp_scram.py
+${PYSITELIB}/autobahn/wamp/test/test_wamp_scram.pyc
+${PYSITELIB}/autobahn/wamp/test/test_wamp_scram.pyo
+${PYSITELIB}/autobahn/wamp/test/test_wamp_serializer.py
+${PYSITELIB}/autobahn/wamp/test/test_wamp_serializer.pyc
+${PYSITELIB}/autobahn/wamp/test/test_wamp_serializer.pyo
+${PYSITELIB}/autobahn/wamp/test/test_wamp_session_details.py
+${PYSITELIB}/autobahn/wamp/test/test_wamp_session_details.pyc
+${PYSITELIB}/autobahn/wamp/test/test_wamp_session_details.pyo
+${PYSITELIB}/autobahn/wamp/test/test_wamp_transport_details.py
+${PYSITELIB}/autobahn/wamp/test/test_wamp_transport_details.pyc
+${PYSITELIB}/autobahn/wamp/test/test_wamp_transport_details.pyo
+${PYSITELIB}/autobahn/wamp/test/test_wamp_uri_pattern.py
+${PYSITELIB}/autobahn/wamp/test/test_wamp_uri_pattern.pyc
+${PYSITELIB}/autobahn/wamp/test/test_wamp_uri_pattern.pyo
+${PYSITELIB}/autobahn/wamp/test/test_wamp_user_handler_errors.py
+${PYSITELIB}/autobahn/wamp/test/test_wamp_user_handler_errors.pyc
+${PYSITELIB}/autobahn/wamp/test/test_wamp_user_handler_errors.pyo
+${PYSITELIB}/autobahn/wamp/test/test_wamp_websocket.py
+${PYSITELIB}/autobahn/wamp/test/test_wamp_websocket.pyc
+${PYSITELIB}/autobahn/wamp/test/test_wamp_websocket.pyo
 ${PYSITELIB}/autobahn/wamp/types.py
 ${PYSITELIB}/autobahn/wamp/types.pyc
 ${PYSITELIB}/autobahn/wamp/types.pyo
@@ -435,12 +491,12 @@ ${PYSITELIB}/autobahn/websocket/protocol
 ${PYSITELIB}/autobahn/websocket/test/__init__.py
 ${PYSITELIB}/autobahn/websocket/test/__init__.pyc
 ${PYSITELIB}/autobahn/websocket/test/__init__.pyo
-${PYSITELIB}/autobahn/websocket/test/test_protocol.py
-${PYSITELIB}/autobahn/websocket/test/test_protocol.pyc
-${PYSITELIB}/autobahn/websocket/test/test_protocol.pyo
-${PYSITELIB}/autobahn/websocket/test/test_websocket.py
-${PYSITELIB}/autobahn/websocket/test/test_websocket.pyc
-${PYSITELIB}/autobahn/websocket/test/test_websocket.pyo
+${PYSITELIB}/autobahn/websocket/test/test_websocket_frame.py
+${PYSITELIB}/autobahn/websocket/test/test_websocket_frame.pyc
+${PYSITELIB}/autobahn/websocket/test/test_websocket_frame.pyo
+${PYSITELIB}/autobahn/websocket/test/test_websocket_protocol.py
+${PYSITELIB}/autobahn/websocket/test/test_websocket_protocol.pyc
+${PYSITELIB}/autobahn/websocket/test/test_websocket_protocol.pyo
 ${PYSITELIB}/autobahn/websocket/test/test_websocket_url.py
 ${PYSITELIB}/autobahn/websocket/test/test_websocket_url.pyc
 ${PYSITELIB}/autobahn/websocket/test/test_websocket_url.pyo
@@ -468,30 +524,153 @@ ${PYSITELIB}/autobahn/xbr/_blockchain.py
 ${PYSITELIB}/autobahn/xbr/_buyer.py
 ${PYSITELIB}/autobahn/xbr/_buyer.pyc
 ${PYSITELIB}/autobahn/xbr/_buyer.pyo
+${PYSITELIB}/autobahn/xbr/_cli.py
+${PYSITELIB}/autobahn/xbr/_cli.pyc
+${PYSITELIB}/autobahn/xbr/_cli.pyo
+${PYSITELIB}/autobahn/xbr/_config.py
+${PYSITELIB}/autobahn/xbr/_config.pyc
+${PYSITELIB}/autobahn/xbr/_config.pyo
+${PYSITELIB}/autobahn/xbr/_dialog.py
+${PYSITELIB}/autobahn/xbr/_dialog.pyc
+${PYSITELIB}/autobahn/xbr/_dialog.pyo
+${PYSITELIB}/autobahn/xbr/_eip712_api_publish.py
+${PYSITELIB}/autobahn/xbr/_eip712_api_publish.pyc
+${PYSITELIB}/autobahn/xbr/_eip712_api_publish.pyo
+${PYSITELIB}/autobahn/xbr/_eip712_authority_certificate.py
+${PYSITELIB}/autobahn/xbr/_eip712_authority_certificate.pyc
+${PYSITELIB}/autobahn/xbr/_eip712_authority_certificate.pyo
+${PYSITELIB}/autobahn/xbr/_eip712_base.py
+${PYSITELIB}/autobahn/xbr/_eip712_base.pyc
+${PYSITELIB}/autobahn/xbr/_eip712_base.pyo
+${PYSITELIB}/autobahn/xbr/_eip712_catalog_create.py
+${PYSITELIB}/autobahn/xbr/_eip712_catalog_create.pyc
+${PYSITELIB}/autobahn/xbr/_eip712_catalog_create.pyo
+${PYSITELIB}/autobahn/xbr/_eip712_certificate.py
+${PYSITELIB}/autobahn/xbr/_eip712_certificate.pyc
+${PYSITELIB}/autobahn/xbr/_eip712_certificate.pyo
+${PYSITELIB}/autobahn/xbr/_eip712_certificate_chain.py
+${PYSITELIB}/autobahn/xbr/_eip712_certificate_chain.pyc
+${PYSITELIB}/autobahn/xbr/_eip712_certificate_chain.pyo
+${PYSITELIB}/autobahn/xbr/_eip712_channel_close.py
+${PYSITELIB}/autobahn/xbr/_eip712_channel_close.pyc
+${PYSITELIB}/autobahn/xbr/_eip712_channel_close.pyo
+${PYSITELIB}/autobahn/xbr/_eip712_channel_open.py
+${PYSITELIB}/autobahn/xbr/_eip712_channel_open.pyc
+${PYSITELIB}/autobahn/xbr/_eip712_channel_open.pyo
+${PYSITELIB}/autobahn/xbr/_eip712_consent.py
+${PYSITELIB}/autobahn/xbr/_eip712_consent.pyc
+${PYSITELIB}/autobahn/xbr/_eip712_consent.pyo
+${PYSITELIB}/autobahn/xbr/_eip712_delegate_certificate.py
+${PYSITELIB}/autobahn/xbr/_eip712_delegate_certificate.pyc
+${PYSITELIB}/autobahn/xbr/_eip712_delegate_certificate.pyo
+${PYSITELIB}/autobahn/xbr/_eip712_domain_create.py
+${PYSITELIB}/autobahn/xbr/_eip712_domain_create.pyc
+${PYSITELIB}/autobahn/xbr/_eip712_domain_create.pyo
+${PYSITELIB}/autobahn/xbr/_eip712_market_create.py
+${PYSITELIB}/autobahn/xbr/_eip712_market_create.pyc
+${PYSITELIB}/autobahn/xbr/_eip712_market_create.pyo
+${PYSITELIB}/autobahn/xbr/_eip712_market_join.py
+${PYSITELIB}/autobahn/xbr/_eip712_market_join.pyc
+${PYSITELIB}/autobahn/xbr/_eip712_market_join.pyo
+${PYSITELIB}/autobahn/xbr/_eip712_market_leave.py
+${PYSITELIB}/autobahn/xbr/_eip712_market_leave.pyc
+${PYSITELIB}/autobahn/xbr/_eip712_market_leave.pyo
+${PYSITELIB}/autobahn/xbr/_eip712_market_member_login.py
+${PYSITELIB}/autobahn/xbr/_eip712_market_member_login.pyc
+${PYSITELIB}/autobahn/xbr/_eip712_market_member_login.pyo
+${PYSITELIB}/autobahn/xbr/_eip712_member_login.py
+${PYSITELIB}/autobahn/xbr/_eip712_member_login.pyc
+${PYSITELIB}/autobahn/xbr/_eip712_member_login.pyo
+${PYSITELIB}/autobahn/xbr/_eip712_member_register.py
+${PYSITELIB}/autobahn/xbr/_eip712_member_register.pyc
+${PYSITELIB}/autobahn/xbr/_eip712_member_register.pyo
+${PYSITELIB}/autobahn/xbr/_eip712_member_unregister.py
+${PYSITELIB}/autobahn/xbr/_eip712_member_unregister.pyc
+${PYSITELIB}/autobahn/xbr/_eip712_member_unregister.pyo
+${PYSITELIB}/autobahn/xbr/_eip712_node_pair.py
+${PYSITELIB}/autobahn/xbr/_eip712_node_pair.pyc
+${PYSITELIB}/autobahn/xbr/_eip712_node_pair.pyo
+${PYSITELIB}/autobahn/xbr/_frealm.py
+${PYSITELIB}/autobahn/xbr/_frealm.pyc
+${PYSITELIB}/autobahn/xbr/_frealm.pyo
+${PYSITELIB}/autobahn/xbr/_gui.py
+${PYSITELIB}/autobahn/xbr/_gui.pyc
+${PYSITELIB}/autobahn/xbr/_gui.pyo
 ${PYSITELIB}/autobahn/xbr/_interfaces.py
 ${PYSITELIB}/autobahn/xbr/_interfaces.pyc
 ${PYSITELIB}/autobahn/xbr/_interfaces.pyo
 ${PYSITELIB}/autobahn/xbr/_mnemonic.py
 ${PYSITELIB}/autobahn/xbr/_mnemonic.pyc
 ${PYSITELIB}/autobahn/xbr/_mnemonic.pyo
+${PYSITELIB}/autobahn/xbr/_schema.py
+${PYSITELIB}/autobahn/xbr/_schema.pyc
+${PYSITELIB}/autobahn/xbr/_schema.pyo
+${PYSITELIB}/autobahn/xbr/_secmod.py
+${PYSITELIB}/autobahn/xbr/_secmod.pyc
+${PYSITELIB}/autobahn/xbr/_secmod.pyo
 ${PYSITELIB}/autobahn/xbr/_seller.py
 ${PYSITELIB}/autobahn/xbr/_seller.pyc
 ${PYSITELIB}/autobahn/xbr/_seller.pyo
+${PYSITELIB}/autobahn/xbr/_userkey.py
+${PYSITELIB}/autobahn/xbr/_userkey.pyc
+${PYSITELIB}/autobahn/xbr/_userkey.pyo
 ${PYSITELIB}/autobahn/xbr/_util.py
 ${PYSITELIB}/autobahn/xbr/_util.pyc
 ${PYSITELIB}/autobahn/xbr/_util.pyo
-${PYSITELIB}/autobahn/xbr/contracts/ECDSA.json
-${PYSITELIB}/autobahn/xbr/contracts/ERC20.json
-${PYSITELIB}/autobahn/xbr/contracts/ERC20Detailed.json
-${PYSITELIB}/autobahn/xbr/contracts/IERC20.json
-${PYSITELIB}/autobahn/xbr/contracts/Migrations.json
-${PYSITELIB}/autobahn/xbr/contracts/Roles.json
-${PYSITELIB}/autobahn/xbr/contracts/SafeMath.json
-${PYSITELIB}/autobahn/xbr/contracts/XBRChannel.json
-${PYSITELIB}/autobahn/xbr/contracts/XBRMaintained.json
-${PYSITELIB}/autobahn/xbr/contracts/XBRNetwork.json
-${PYSITELIB}/autobahn/xbr/contracts/XBRNetworkProxy.json
-${PYSITELIB}/autobahn/xbr/contracts/XBRToken.json
+${PYSITELIB}/autobahn/xbr/_wallet.py
+${PYSITELIB}/autobahn/xbr/_wallet.pyc
+${PYSITELIB}/autobahn/xbr/_wallet.pyo
+${PYSITELIB}/autobahn/xbr/templates/py-autobahn/enum.py.jinja2
+${PYSITELIB}/autobahn/xbr/templates/py-autobahn/module.py.jinja2
+${PYSITELIB}/autobahn/xbr/templates/py-autobahn/obj.py.jinja2
+${PYSITELIB}/autobahn/xbr/templates/py-autobahn/service.py.jinja2
+${PYSITELIB}/autobahn/xbr/templates/py-autobahn/test_enum.py.jinja2
+${PYSITELIB}/autobahn/xbr/templates/py-autobahn/test_module.py.jinja2
+${PYSITELIB}/autobahn/xbr/templates/py-autobahn/test_obj.py.jinja2
+${PYSITELIB}/autobahn/xbr/templates/py-autobahn/test_service.py.jinja2
+${PYSITELIB}/autobahn/xbr/templates/sol-eip712/obj-eip712.sol.jinja2
+${PYSITELIB}/autobahn/xbr/test/__init__.py
+${PYSITELIB}/autobahn/xbr/test/__init__.pyc
+${PYSITELIB}/autobahn/xbr/test/__init__.pyo
+${PYSITELIB}/autobahn/xbr/test/catalog/schema/demo.bfbs
+${PYSITELIB}/autobahn/xbr/test/catalog/schema/testsvc1.bfbs
+${PYSITELIB}/autobahn/xbr/test/catalog/schema/wamp-auth.bfbs
+${PYSITELIB}/autobahn/xbr/test/catalog/schema/wamp-control.bfbs
+${PYSITELIB}/autobahn/xbr/test/catalog/schema/wamp-meta.bfbs
+${PYSITELIB}/autobahn/xbr/test/catalog/schema/wamp.bfbs
+${PYSITELIB}/autobahn/xbr/test/profile/config.ini
+${PYSITELIB}/autobahn/xbr/test/profile/default.priv
+${PYSITELIB}/autobahn/xbr/test/profile/default.pub
+${PYSITELIB}/autobahn/xbr/test/test_xbr_argon2.py
+${PYSITELIB}/autobahn/xbr/test/test_xbr_argon2.pyc
+${PYSITELIB}/autobahn/xbr/test/test_xbr_argon2.pyo
+${PYSITELIB}/autobahn/xbr/test/test_xbr_config.py
+${PYSITELIB}/autobahn/xbr/test/test_xbr_config.pyc
+${PYSITELIB}/autobahn/xbr/test/test_xbr_config.pyo
+${PYSITELIB}/autobahn/xbr/test/test_xbr_eip712.py
+${PYSITELIB}/autobahn/xbr/test/test_xbr_eip712.pyc
+${PYSITELIB}/autobahn/xbr/test/test_xbr_eip712.pyo
+${PYSITELIB}/autobahn/xbr/test/test_xbr_frealm.py
+${PYSITELIB}/autobahn/xbr/test/test_xbr_frealm.pyc
+${PYSITELIB}/autobahn/xbr/test/test_xbr_frealm.pyo
+${PYSITELIB}/autobahn/xbr/test/test_xbr_mnemonic.py
+${PYSITELIB}/autobahn/xbr/test/test_xbr_mnemonic.pyc
+${PYSITELIB}/autobahn/xbr/test/test_xbr_mnemonic.pyo
+${PYSITELIB}/autobahn/xbr/test/test_xbr_schema_demo.py
+${PYSITELIB}/autobahn/xbr/test/test_xbr_schema_demo.pyc
+${PYSITELIB}/autobahn/xbr/test/test_xbr_schema_demo.pyo
+${PYSITELIB}/autobahn/xbr/test/test_xbr_schema_wamp.py
+${PYSITELIB}/autobahn/xbr/test/test_xbr_schema_wamp.pyc
+${PYSITELIB}/autobahn/xbr/test/test_xbr_schema_wamp.pyo
+${PYSITELIB}/autobahn/xbr/test/test_xbr_schema_wamp_control.py
+${PYSITELIB}/autobahn/xbr/test/test_xbr_schema_wamp_control.pyc
+${PYSITELIB}/autobahn/xbr/test/test_xbr_schema_wamp_control.pyo
+${PYSITELIB}/autobahn/xbr/test/test_xbr_secmod.py
+${PYSITELIB}/autobahn/xbr/test/test_xbr_secmod.pyc
+${PYSITELIB}/autobahn/xbr/test/test_xbr_secmod.pyo
+${PYSITELIB}/autobahn/xbr/test/test_xbr_web3.py
+${PYSITELIB}/autobahn/xbr/test/test_xbr_web3.pyc
+${PYSITELIB}/autobahn/xbr/test/test_xbr_web3.pyo
 ${PYSITELIB}/twisted/plugins/autobahn_endpoints.py
 ${PYSITELIB}/twisted/plugins/autobahn_endpoints.pyc
 ${PYSITELIB}/twisted/plugins/autobahn_endpoints.pyo

Index: pkgsrc/www/py-autobahn/distinfo
diff -u pkgsrc/www/py-autobahn/distinfo:1.30 pkgsrc/www/py-autobahn/distinfo:1.31
--- pkgsrc/www/py-autobahn/distinfo:1.30        Tue Oct 26 11:30:28 2021
+++ pkgsrc/www/py-autobahn/distinfo     Fri May  5 11:58:17 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2021/10/26 11:30:28 nia Exp $
+$NetBSD: distinfo,v 1.31 2023/05/05 11:58:17 wiz Exp $
 
-BLAKE2s (autobahn-20.1.2.tar.gz) = 62163c1f84e2cf80b69d9b99f1854189c8845311ed58e3e49aa23ca0d2760ebc
-SHA512 (autobahn-20.1.2.tar.gz) = 5a2c2ba937abaf196b4370ce6a873f091ce4d08d438a65d96809c2c9146afc0d174b44e9c245fbe0332f523ef86fae620d7a5d9f2603e714b2b05d3ef980e662
-Size (autobahn-20.1.2.tar.gz) = 612566 bytes
-SHA1 (patch-setup.py) = 53632fc991e747e79a51031952d11ed3456fe0b2
+BLAKE2s (autobahn-23.1.2.tar.gz) = 5e0cb6a0cb7c2d3899da0079fd5b6c50cd6fd89e63895ddee694e5908b4fac70
+SHA512 (autobahn-23.1.2.tar.gz) = cd69d901ad7ec8c5f995ca15d803d1de1985294b48707bc0edabfc37733295c3bf9fd7965f930e8b4fa1c7c12c6e02dcbf2ff169edf464eadc774ae6f9185175
+Size (autobahn-23.1.2.tar.gz) = 480717 bytes
+SHA1 (patch-setup.py) = cae70ed045236b5234bd91026f13c9f89e209f2a

Index: pkgsrc/www/py-autobahn/patches/patch-setup.py
diff -u pkgsrc/www/py-autobahn/patches/patch-setup.py:1.2 pkgsrc/www/py-autobahn/patches/patch-setup.py:1.3
--- pkgsrc/www/py-autobahn/patches/patch-setup.py:1.2   Thu Jan 23 14:33:18 2020
+++ pkgsrc/www/py-autobahn/patches/patch-setup.py       Fri May  5 11:58:17 2023
@@ -1,15 +1,15 @@
-$NetBSD: patch-setup.py,v 1.2 2020/01/23 14:33:18 adam Exp $
+$NetBSD: patch-setup.py,v 1.3 2023/05/05 11:58:17 wiz Exp $
 
 Relax test requirements.
 
---- setup.py.orig      2020-01-14 15:21:43.000000000 +0000
+--- setup.py.orig      2023-02-08 01:57:37.000000000 +0000
 +++ setup.py
-@@ -155,7 +155,7 @@ extras_require_dev = [
+@@ -225,7 +225,7 @@ with open('requirements-dev.txt') as f:
  
-     # pytest 3.3.0 has dropped support for Python 3.3
-     # https://docs.pytest.org/en/latest/changelog.html#pytest-3-3-0-2017-11-23
+ # for testing by users with "python setup.py test" (not Tox, which we use)
+ test_requirements = [
 -    "pytest>=2.8.6,<3.3.0",             # MIT license
-+    "pytest>=2.8.6",                    # MIT license
++    "pytest",             # MIT license
+ ]
+ 
  
-     "twine>=1.6.5",                     # Apache 2.0
-     'sphinx>=1.2.3',                    # BSD



Home | Main Index | Thread Index | Old Index