Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jan 2021 13:20:55 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559936 - head/security/py-cryptography
Message-ID:  <202101021320.102DKttm031693@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sat Jan  2 13:20:55 2021
New Revision: 559936
URL: https://svnweb.freebsd.org/changeset/ports/559936

Log:
  security/py-cryptography: remove support for expired Python 2.7

Modified:
  head/security/py-cryptography/Makefile

Modified: head/security/py-cryptography/Makefile
==============================================================================
--- head/security/py-cryptography/Makefile	Sat Jan  2 13:17:22 2021	(r559935)
+++ head/security/py-cryptography/Makefile	Sat Jan  2 13:20:55 2021	(r559936)
@@ -17,8 +17,6 @@ LICENSE_FILE_BSD3CLAUSE=	${WRKSRC}/LICENSE.BSD
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.8:devel/py-cffi@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.8:devel/py-cffi@${PY_FLAVOR} \
-		${PY_ENUM34} \
-		${PY_IPADDRESS} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography-vectors>=${PORTVERSION}:security/py-cryptography-vectors@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}hypothesis>=1.11.4:devel/py-hypothesis@${PY_FLAVOR} \
@@ -27,7 +25,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography-vect
 		${PYTHON_PKGNAMEPREFIX}pytest>=3.6.0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
 
-# Python 2.7, 3.5-3.8
+# Python 3.5-3.8
 USES=		compiler:env python ssl
 USE_PYTHON=	autoplist concurrent distutils
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101021320.102DKttm031693>