summaryrefslogtreecommitdiff
path: root/www/py-autobahn/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-06-14 08:01:02 +0000
committeradam <adam@pkgsrc.org>2019-06-14 08:01:02 +0000
commitf24cbd33ba9e7938ddb9ab84a4874c0f83cd4c67 (patch)
tree9a4c956b41011da73d1858327ce78e639e1f6c8b /www/py-autobahn/Makefile
parent6e566dd89fc92730c57d8bc564afc7f753d08136 (diff)
downloadpkgsrc-f24cbd33ba9e7938ddb9ab84a4874c0f83cd4c67.tar.gz
py-autobahn: updated to 19.6.2
19.6.2 fix: add forgotten cryptography dependency 19.6.1 new: XBR client library integrated new: add entropy depletion unit tests fix: make CLI tool python2 compatible fix: use cryptography pbkdf2 instead of custom fix: include tests for packaging
Diffstat (limited to 'www/py-autobahn/Makefile')
-rw-r--r--www/py-autobahn/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/py-autobahn/Makefile b/www/py-autobahn/Makefile
index 9be43dfc2f6..2c7582a71ed 100644
--- a/www/py-autobahn/Makefile
+++ b/www/py-autobahn/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2019/05/30 09:10:13 adam Exp $
+# $NetBSD: Makefile,v 1.24 2019/06/14 08:01:02 adam Exp $
-DISTNAME= autobahn-19.5.1
+DISTNAME= autobahn-19.6.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/autobahn/}
@@ -10,6 +10,7 @@ HOMEPAGE= https://crossbar.io/autobahn/
COMMENT= WebSocket client and server library, WAMP real-time framework
LICENSE= mit
+DEPENDS+= ${PYPKGPREFIX}-cryptography>=2.7:../../security/py-cryptography
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