From 11686073866c95ca4bd3243e9c80712566779f22 Mon Sep 17 00:00:00 2001 From: Nicola Vitale Date: Sun, 18 Jan 2015 09:26:22 +0000 Subject: [PATCH] - 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 --- devel/py-pip/Makefile | 7 ++----- devel/py-pip/distinfo | 4 ++-- devel/py-pip/pkg-descr | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/devel/py-pip/Makefile b/devel/py-pip/Makefile index dfe74454c2a5..d283719649ee 100644 --- a/devel/py-pip/Makefile +++ b/devel/py-pip/Makefile @@ -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 diff --git a/devel/py-pip/distinfo b/devel/py-pip/distinfo index f139621eefe2..b24024e4f0ff 100644 --- a/devel/py-pip/distinfo +++ b/devel/py-pip/distinfo @@ -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 diff --git a/devel/py-pip/pkg-descr b/devel/py-pip/pkg-descr index 2539248b5ea5..ae710f1e4ce9 100644 --- a/devel/py-pip/pkg-descr +++ b/devel/py-pip/pkg-descr @@ -15,4 +15,4 @@ pip is meant to improve on easy_install. Some of the improvements: * 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/