svn commit: r354477 - head/devel/py-pip

Nicola Vitale nivit at FreeBSD.org
Mon May 19 01:03:18 UTC 2014


Author: nivit
Date: Mon May 19 01:03:17 2014
New Revision: 354477
URL: http://svnweb.freebsd.org/changeset/ports/354477
QAT: https://qat.redports.org/buildarchive/r354477/

Log:
  - Update to 1.5.6
  - Use new options helper
  
  Release Notes:	https://pip.pypa.io/en/latest/news.html

Modified:
  head/devel/py-pip/Makefile
  head/devel/py-pip/distinfo
  head/devel/py-pip/pkg-plist

Modified: head/devel/py-pip/Makefile
==============================================================================
--- head/devel/py-pip/Makefile	Sun May 18 22:17:30 2014	(r354476)
+++ head/devel/py-pip/Makefile	Mon May 19 01:03:17 2014	(r354477)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pip
-PORTVERSION=	1.5.4
+PORTVERSION=	1.5.6
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -11,8 +11,11 @@ COMMENT=	Tool for installing and managin
 
 LICENSE=	MIT
 
+DOCS_BUILD_DEPENDS=	sphinx-build:${PORTSDIR}/textproc/py-sphinx
+DOCS_MAKE_ENV=	HOME=${WRKDIR}
+
 GH_ACCOUNT=	pypa
-GH_COMMIT=	e3f9e25
+GH_COMMIT=	437fb31
 
 OPTIONS_DEFINE=	DOCS
 
@@ -37,9 +40,7 @@ TOX_CMD=	${LOCALBASE}/bin/tox
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS}
-BUILD_DEPENDS+=	sphinx-build:${PORTSDIR}/textproc/py-sphinx
 DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
-MAKE_ENV+=	HOME=${WRKDIR}
 PYDISTUTILS_BUILD_TARGET+=	build_sphinx -n --all-files --fresh-env
 
 post-install:

Modified: head/devel/py-pip/distinfo
==============================================================================
--- head/devel/py-pip/distinfo	Sun May 18 22:17:30 2014	(r354476)
+++ head/devel/py-pip/distinfo	Mon May 19 01:03:17 2014	(r354477)
@@ -1,2 +1,2 @@
-SHA256 (pip-1.5.4.tar.gz) = 349c6a982ce4f2dc54afcb2f278de0e90bd9b3154f05f2716acfd27803b1a766
-SIZE (pip-1.5.4.tar.gz) = 7856822
+SHA256 (pip-1.5.6.tar.gz) = a4607a8a193895bacc8b9b9ed7c5a1f825bd3ff3392cdeb965d25eecfcf6168d
+SIZE (pip-1.5.6.tar.gz) = 7721249

Modified: head/devel/py-pip/pkg-plist
==============================================================================
--- head/devel/py-pip/pkg-plist	Sun May 18 22:17:30 2014	(r354476)
+++ head/devel/py-pip/pkg-plist	Mon May 19 01:03:17 2014	(r354477)
@@ -60,8 +60,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/searchindex.js
 %%PORTDOCS%%%%DOCSDIR%%/usage.html
 %%PORTDOCS%%%%DOCSDIR%%/user_guide.html
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/reference
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/_static
 %%PORTDOCS%%@dirrmtry %%DOCSDIR%%/_sources/reference
 %%PORTDOCS%%@dirrmtry %%DOCSDIR%%/_sources
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/_static
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/reference
 %%PORTDOCS%%@dirrmtry %%DOCSDIR%%


More information about the svn-ports-head mailing list