From owner-freebsd-python@freebsd.org Sat Jun 10 04:13:00 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDD88C79943 for ; Sat, 10 Jun 2017 04:13:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B487065670 for ; Sat, 10 Jun 2017 04:13:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id B3D11C79940; Sat, 10 Jun 2017 04:13:00 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3747C7993E for ; Sat, 10 Jun 2017 04:13:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A110A6566F for ; Sat, 10 Jun 2017 04:13:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v5A4D0PM067316 for ; Sat, 10 Jun 2017 04:13:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 212950] devel/py-pip: Doesn't build with python3 and docs option enable Date: Sat, 10 Jun 2017 04:13:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: woodsb02@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jun 2017 04:13:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212950 Ben Woods changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bofh@freebsd.org, | |woodsb02@freebsd.org Status|New |In Progress --- Comment #3 from Ben Woods --- Hi Ibartoletti, I have created new py3- ports to allow py3-pip to be build by the main Free= BSD package builders. Whilst this solves the problem of py3-pip being able to build with Python>= =3D3.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 lon= ger compatible with versions of Python<3.5. Refer to PR215651: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215651#c2 bofh: are you aware if more recent versions of Jinja2 have fixed the build = on Python 3.3 or 3.4? --=20 You are receiving this mail because: You are the assignee for the bug.=