summaryrefslogtreecommitdiff
path: root/www/py-autobahn/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-08-26 14:38:08 +0000
committeradam <adam@pkgsrc.org>2019-08-26 14:38:08 +0000
commit762589f6efe51565955d3f6412b4993af9a03f48 (patch)
treeebe1f629f31d7b63574dab2e003baa8fb20c0f39 /www/py-autobahn/Makefile
parent9479640f3fb1c64a3f5572ba2fda47565fdaf9dd (diff)
downloadpkgsrc-762589f6efe51565955d3f6412b4993af9a03f48.tar.gz
py-autobahn: updated to 19.8.1
19.8.1 new: implement XBR off-chain delegate transaction signing and verification new: update XBR for new contract ABIs 19.7.2 fix: monkey patch re-add removed helper functions removed in eth-abi new: simple blockchain (XBR) client new: update XBR ABI files new: XBR endpoint transaction signing new: client side catching of WAMP URI errors in session.call|register|publish|subscribe
Diffstat (limited to 'www/py-autobahn/Makefile')
-rw-r--r--www/py-autobahn/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/py-autobahn/Makefile b/www/py-autobahn/Makefile
index 123729dc7ad..2936e3cb118 100644
--- a/www/py-autobahn/Makefile
+++ b/www/py-autobahn/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2019/07/08 07:49:07 adam Exp $
+# $NetBSD: Makefile,v 1.26 2019/08/26 14:38:08 adam Exp $
-DISTNAME= autobahn-19.7.1
+DISTNAME= autobahn-19.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/autobahn/}
@@ -11,10 +11,12 @@ COMMENT= WebSocket client and server library, WAMP real-time framework
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-cryptography>=2.7:../../security/py-cryptography
+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
TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.3.0:../../devel/py-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8.6:../../devel/py-test
+TEST_ENV+= USE_ASYNCIO=1
USE_LANGUAGES= # none