summaryrefslogtreecommitdiff
path: root/www/py-autobahn/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-01-10 08:32:33 +0000
committeradam <adam@pkgsrc.org>2018-01-10 08:32:33 +0000
commit9a022412c27daf4e841f5a6f9feeb2f89548a259 (patch)
tree116ce00d1053acb54a1382b7f20f30c6667b3f0f /www/py-autobahn/Makefile
parentf4590cd7728584c9dc618e983a29a0a7e09d1114 (diff)
downloadpkgsrc-9a022412c27daf4e841f5a6f9feeb2f89548a259.tar.gz
py-autobahn: updated to 17.10.1
17.10.1 fix: proxy support fix: ensure that a future is not done before rejecting it fix: don't try to reject cancelled futures within pending requests when closing the session
Diffstat (limited to 'www/py-autobahn/Makefile')
-rw-r--r--www/py-autobahn/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/www/py-autobahn/Makefile b/www/py-autobahn/Makefile
index b0ebf891a40..4123fefa8f0 100644
--- a/www/py-autobahn/Makefile
+++ b/www/py-autobahn/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2017/09/16 08:50:30 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2018/01/10 08:32:33 adam Exp $
-DISTNAME= autobahn-17.9.2
+DISTNAME= autobahn-17.10.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/autobahn/}
@@ -12,8 +12,7 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-txaio>=2.7.0:../../devel/py-txaio
-
-# actually TEST_DEPENDS
+# TEST_DEPENDS
BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
BUILD_DEPENDS+= ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2