aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pip
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2009-12-14 13:25:45 +0000
committerNicola Vitale <nivit@FreeBSD.org>2009-12-14 13:25:45 +0000
commit5f6ab393ad9f6fa1c2a2b88312307640de055e71 (patch)
tree908549fb8aac02c02a2e9a23942fe606b3a974c7 /devel/py-pip
parent22252655e9b554f9da4939275c33161e6f849257 (diff)
downloadports-5f6ab393ad9f6fa1c2a2b88312307640de055e71.tar.gz
ports-5f6ab393ad9f6fa1c2a2b88312307640de055e71.zip
Notes
Diffstat (limited to 'devel/py-pip')
-rw-r--r--devel/py-pip/Makefile6
-rw-r--r--devel/py-pip/distinfo6
-rw-r--r--devel/py-pip/pkg-plist11
3 files changed, 12 insertions, 11 deletions
diff --git a/devel/py-pip/Makefile b/devel/py-pip/Makefile
index 196f5bcaa442..f631fb5d200d 100644
--- a/devel/py-pip/Makefile
+++ b/devel/py-pip/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pip
-PORTVERSION= 0.6
+PORTVERSION= 0.6.1
PORTREVISION= 0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP \
@@ -16,6 +16,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Pip installs (Python) packages. An easy_install replacement
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0.6c9:${PORTSDIR}/devel/py-setuptools
+
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
REINPLACE_ARGS= -i.bak -e "s/env python$$/&${PYTHON_VER}/"
@@ -29,7 +31,7 @@ post-patch:
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
- @cd ${WRKSRC}/docs/_build && ${COPYTREE_SHARE} . ${DOCSDIR}
+ @cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/devel/py-pip/distinfo b/devel/py-pip/distinfo
index eb2d85f99775..be2dfa2ce9ae 100644
--- a/devel/py-pip/distinfo
+++ b/devel/py-pip/distinfo
@@ -1,3 +1,3 @@
-MD5 (pip-0.6.tar.gz) = 083ff408ca5314cf0561ff79a048cd9a
-SHA256 (pip-0.6.tar.gz) = 4cf47db6815b2f435d1f44e1f35ff04823043f6161f7df9aec71a123b0c47f0d
-SIZE (pip-0.6.tar.gz) = 64109
+MD5 (pip-0.6.1.tar.gz) = 7560e3055c66afb99ac4a7892389a237
+SHA256 (pip-0.6.1.tar.gz) = efe47e84ffeb0ea4804f9858b8a94bebd07f5452f907ebed36d03aed06a9f9ec
+SIZE (pip-0.6.1.tar.gz) = 55299
diff --git a/devel/py-pip/pkg-plist b/devel/py-pip/pkg-plist
index 266cb16f324f..c299fad7e585 100644
--- a/devel/py-pip/pkg-plist
+++ b/devel/py-pip/pkg-plist
@@ -3,10 +3,9 @@ bin/pip
%%PYTHON_SITELIBDIR%%/pip.py
%%PYTHON_SITELIBDIR%%/pip.pyc
%%PYTHON_SITELIBDIR%%/pip.pyo
-%%PORTDOCS%%%%DOCSDIR%%/genindex.html
-%%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/license.html
-%%PORTDOCS%%%%DOCSDIR%%/news.html
-%%PORTDOCS%%%%DOCSDIR%%/requirement-format.html
-%%PORTDOCS%%%%DOCSDIR%%/search.html
+%%PORTDOCS%%%%DOCSDIR%%/configuration.txt
+%%PORTDOCS%%%%DOCSDIR%%/index.txt
+%%PORTDOCS%%%%DOCSDIR%%/license.txt
+%%PORTDOCS%%%%DOCSDIR%%/news.txt
+%%PORTDOCS%%%%DOCSDIR%%/requirement-format.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%