diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-07-06 21:43:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-07-06 21:43:30 +0000 |
commit | 269c887a7d8710e67363b8bc503a5a1be7352fdd (patch) | |
tree | 5f4dd39ea7b669faef3837019410dc2f998fe09a /security/py-paramiko/Makefile | |
parent | 9f56b508dbbf498a5d35e84b9cd7ea507c948490 (diff) | |
download | ports-269c887a7d8710e67363b8bc503a5a1be7352fdd.tar.gz ports-269c887a7d8710e67363b8bc503a5a1be7352fdd.zip |
Notes
Diffstat (limited to 'security/py-paramiko/Makefile')
-rw-r--r-- | security/py-paramiko/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile index 51aafb0b8a87..461d32d1a82c 100644 --- a/security/py-paramiko/Makefile +++ b/security/py-paramiko/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= paramiko -PORTVERSION= 2.4.2 -PORTREVISION= 1 +PORTVERSION= 2.6.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +14,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>=3.1.3:security/py-bcrypt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cryptography>=1.5:security/py-cryptography@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cryptography>=2.5:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.7:devel/py-pyasn1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pynacl>=1.0.1:security/py-pynacl@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ @@ -24,7 +23,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ USES= python USE_PYTHON= autoplist distutils -CONFLICTS_INSTALL= py??-paramiko1-* +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}paramiko1 NO_ARCH= yes do-test: |