mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
[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:
parent
1797f26600
commit
b442f334cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442845
@ -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
|
||||
|
@ -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>
|
||||
|
8
devel/py3-apipkg/Makefile
Normal file
8
devel/py3-apipkg/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# Created by: Ben Woods <woodsb02@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../py-apipkg
|
||||
|
||||
USES= python:3.1+
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in New Issue
Block a user