From owner-freebsd-python@FreeBSD.ORG Sun Jun 21 05:35:01 2015 Return-Path: Delivered-To: python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5BE6F1EC for ; Sun, 21 Jun 2015 05:35:01 +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 469F02C9 for ; Sun, 21 Jun 2015 05:35:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t5L5Z1Ru003533 for ; Sun, 21 Jun 2015 05:35:01 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 200688] devel/py-pip: Update to 7.0.3 Date: Sun, 21 Jun 2015 05:35:01 +0000 X-Bugzilla-Reason: CC 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-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: koobs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jun 2015 05:35:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200688 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: koobs Date: Sun Jun 21 05:34:55 UTC 2015 New revision: 390183 URL: https://svnweb.freebsd.org/changeset/ports/390183 Log: devl/py-pip: Update to 7.0.3 - Update to 7.0.3 - Update pkg-plist - USE_GITHUB to get test suite (PyPI sdist doesnt include them) - Add TEST_DEPENDS and canonicalise regression-test: target - Patch setup.cfg so that tests run properly - Temporarily patch out versioned console_script's (pipX, pipX.Y) until USE_PYTHON=concurrent supports more granularity (coming soon). Note: A couple of tests fail because of these missing console_scripts. - Add USE_PYTHON=concurrent support accordingly. While I'm here: - Makefile: Sort sections - Makefile: Whitespace align Changes: https://pip.pypa.io/en/stable/news.html PR: 200688 Approved by: nivit (maintainer) Changes: head/devel/py-pip/Makefile head/devel/py-pip/distinfo head/devel/py-pip/files/ head/devel/py-pip/files/patch-setup.cfg head/devel/py-pip/files/patch-setup.py head/devel/py-pip/pkg-plist -- You are receiving this mail because: You are on the CC list for the bug.