From 4a867a7af6db3ff1381bff737d1f8dbf2eefea52 Mon Sep 17 00:00:00 2001 From: Ben Woods Date: Wed, 7 Jun 2017 14:22:58 +0000 Subject: [NEW] security/py3-cryptography: Create Python 3.x version of port The latest www/py-requests update [1] unbundled its dependencies, now requiring chardet, idna, urllib3 and certifi from ports. www/py3-requests port was not tested during QA, which would have highlighted the need for many new py3-* ports (and their dependencies). This change creates one of those ports. [1] https://svnweb.freebsd.org/changeset/ports/442565 PR: 219833 --- security/py3-cryptography/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 security/py3-cryptography/Makefile (limited to 'security/py3-cryptography') diff --git a/security/py3-cryptography/Makefile b/security/py3-cryptography/Makefile new file mode 100644 index 000000000000..304d0577da67 --- /dev/null +++ b/security/py3-cryptography/Makefile @@ -0,0 +1,14 @@ +# Created by: Philip Paeps +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-cryptography + +BUILD_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}cffi>=1.4.1:devel/py3-cffi +RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py3-six \ + ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.8:devel/py3-pyasn1 \ + ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py3-cffi \ + ${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py3-idna + +USES= python:3.3+ ssl + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3