From owner-freebsd-python@freebsd.org Tue Mar 7 21:17:51 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 F13BAD02FC4 for ; Tue, 7 Mar 2017 21:17:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id DAAA6180B for ; Tue, 7 Mar 2017 21:17:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id D9FF4D02FC3; Tue, 7 Mar 2017 21:17:51 +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 D9A8DD02FC2 for ; Tue, 7 Mar 2017 21:17:51 +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 C909C1809 for ; Tue, 7 Mar 2017 21:17:51 +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 v27LHoq5030638 for ; Tue, 7 Mar 2017 21:17:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 217044] devel/py-setuptools: Upgrade to 34.1.1 Date: Tue, 07 Mar 2017 21:17:50 +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: needs-patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: antoine@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? exp-run? X-Bugzilla-Changed-Fields: attachments.created 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: Tue, 07 Mar 2017 21:17:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217044 --- Comment #10 from Antoine Brodin --- Created attachment 180610 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D180610&action= =3Dedit USES=3Dwheel, remove py33 slaves, add slave ports for setuptools dependenci= es, update setuptools to 34.3.1 Attached is a PoC: - USES=3Dwheel to install a pure python wheel using pip bundled in python ;= the urls to fetch pure python wheels are quite cryptic, I don't know if there's= a better way - unfortunately python33 doesn't have ensurepip, so I removed py33 slaves - add slaves for setuptools dependencies (appdirs, packaging, pyparsing and six) and use USES=3Dwheel to install them - update setuptools to 34.3.1 ; I used USES=3Dwheel but USE_PYTHON=3Dsetup= tools can probably be used --=20 You are receiving this mail because: You are the assignee for the bug.=