[NEW] security/py3-certifi: Create Python 3.x port of py-certifi

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
Approved by:	koobs (python, with hat)
This commit is contained in:
Kubilay Kocak 2017-06-07 10:49:23 +00:00
parent 9a32678c4f
commit 4c87890bb4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442826
3 changed files with 10 additions and 1 deletions

View File

@ -963,6 +963,7 @@
SUBDIR += py-zope.securitypolicy
SUBDIR += py-zope.session
SUBDIR += py-zxcvbn-python
SUBDIR += py3-certifi
SUBDIR += py3-libnacl
SUBDIR += py3-pycrypto
SUBDIR += qtkeychain-qt4

View File

@ -13,7 +13,7 @@ COMMENT= Mozilla SSL certificates
LICENSE= ISCL
NO_ARCH= yes
USES= python
USES?= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -0,0 +1,8 @@
# Created by: Olivier Duchateau <duchateau.olivier@gmail.com>
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-certifi
USES= python:3.3+
.include "${MASTERDIR}/Makefile"