summaryrefslogtreecommitdiff
path: root/security/py-asyncssh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-asyncssh/Makefile')
-rw-r--r--security/py-asyncssh/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/security/py-asyncssh/Makefile b/security/py-asyncssh/Makefile
index 4f4b95434e95..9515009a5188 100644
--- a/security/py-asyncssh/Makefile
+++ b/security/py-asyncssh/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= asyncssh
-PORTVERSION= 1.16.1
-PORTREVISION= 2
+PORTVERSION= 2.4.2
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +12,10 @@ COMMENT= Asynchronous SSHv2 client and server library
LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.6.1:security/py-cryptography@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.8:security/py-cryptography@${PY_FLAVOR}
-USES= python:3.4+
-USE_PYTHON= autoplist distutils
+USES= python:3.6+
+USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes