From owner-svn-ports-head@FreeBSD.ORG Sun Jan 18 09:26:23 2015 Return-Path: Delivered-To: svn-ports-head@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 CC69615D; Sun, 18 Jan 2015 09:26:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 9D61F10E; Sun, 18 Jan 2015 09:26:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0I9QN4B013283; Sun, 18 Jan 2015 09:26:23 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0I9QMh2013280; Sun, 18 Jan 2015 09:26:22 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201501180926.t0I9QMh2013280@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Sun, 18 Jan 2015 09:26:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377286 - head/devel/py-pip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2015 09:26:23 -0000 Author: nivit Date: Sun Jan 18 09:26:22 2015 New Revision: 377286 URL: https://svnweb.freebsd.org/changeset/ports/377286 QAT: https://qat.redports.org/buildarchive/r377286/ Log: - Update to 6.0.6 - Switch back to CHEESESHOP as download site because doc sources are now included in the distribution file - Update WWW address in pkg-descr Relnotes: https://pip.pypa.io/en/latest/news.html Modified: head/devel/py-pip/Makefile head/devel/py-pip/distinfo head/devel/py-pip/pkg-descr Modified: head/devel/py-pip/Makefile ============================================================================== --- head/devel/py-pip/Makefile Sun Jan 18 08:35:11 2015 (r377285) +++ head/devel/py-pip/Makefile Sun Jan 18 09:26:22 2015 (r377286) @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= pip -PORTVERSION= 1.5.6 +PORTVERSION= 6.0.6 CATEGORIES= devel python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org @@ -14,13 +15,9 @@ LICENSE= MIT DOCS_BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx DOCS_MAKE_ENV= HOME=${WRKDIR} -GH_ACCOUNT= pypa -GH_COMMIT= 437fb31 - OPTIONS_DEFINE= DOCS USES= python shebangfix -USE_GITHUB= yes USE_PYTHON= distutils autoplist # This port installs the following file in shared dirs Modified: head/devel/py-pip/distinfo ============================================================================== --- head/devel/py-pip/distinfo Sun Jan 18 08:35:11 2015 (r377285) +++ head/devel/py-pip/distinfo Sun Jan 18 09:26:22 2015 (r377286) @@ -1,2 +1,2 @@ -SHA256 (pip-1.5.6.tar.gz) = a4607a8a193895bacc8b9b9ed7c5a1f825bd3ff3392cdeb965d25eecfcf6168d -SIZE (pip-1.5.6.tar.gz) = 7721249 +SHA256 (pip-6.0.6.tar.gz) = 3a14091299dcdb9bab9e9004ae67ac401f2b1b14a7c98de074ca74fdddf4bfa0 +SIZE (pip-6.0.6.tar.gz) = 1193930 Modified: head/devel/py-pip/pkg-descr ============================================================================== --- head/devel/py-pip/pkg-descr Sun Jan 18 08:35:11 2015 (r377285) +++ head/devel/py-pip/pkg-descr Sun Jan 18 09:26:22 2015 (r377286) @@ -15,4 +15,4 @@ pip is meant to improve on easy_install. * Packages don't have to be installed as egg archives, they can be installed flat (while keeping the egg metadata). -WWW: http://pip-installer.org/ +WWW: https://pip.pypa.io/en/latest/