[NEW] devel/py3-apipkg: 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
This commit is contained in:
Ben Woods 2017-06-07 15:14:00 +00:00
parent 1797f26600
commit b442f334cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442845
3 changed files with 10 additions and 1 deletions

View file

@ -4940,6 +4940,7 @@
SUBDIR += py-zope.viewlet
SUBDIR += py27-setuptools
SUBDIR += py3-Jinja2
SUBDIR += py3-apipkg
SUBDIR += py3-babel
SUBDIR += py3-cffi
SUBDIR += py3-click

View file

@ -14,7 +14,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= python
USES?= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>

View file

@ -0,0 +1,8 @@
# Created by: Ben Woods <woodsb02@FreeBSD.org>
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-apipkg
USES= python:3.1+
.include "${MASTERDIR}/Makefile"