[Bug 212950] devel/py-pip: Doesn't build with python3 and docs option enable

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jun 10 04:13:00 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212950

Ben Woods <woodsb02 at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bofh at freebsd.org,
                   |                            |woodsb02 at freebsd.org
             Status|New                         |In Progress

--- Comment #3 from Ben Woods <woodsb02 at freebsd.org> ---
Hi Ibartoletti,
I have created new py3- ports to allow py3-pip to be build by the main FreeBSD
package builders.
Whilst this solves the problem of py3-pip being able to build with Python>=3.5,
it does not help with Python 3.3 or 3.4.

This is because building docs with devel/py3-pip has DOC_BUILD_DEPENDS on
textproc/py3-sphinx, which has BUILD/RUN_DEPENDS on devel/py3-Jinja2.
According to the devel/py3-Jinja2 port, versions of Jinja2 > 2.9 are no longer
compatible with versions of Python<3.5. Refer to PR215651:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215651#c2

bofh: are you aware if more recent versions of Jinja2 have fixed the build on
Python 3.3 or 3.4?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-python mailing list