summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-02-24 12:06:14 +0000
committerwiz <wiz@pkgsrc.org>2014-02-24 12:06:14 +0000
commit4933b90b66df9d92293975b707bec6a3962ffafa (patch)
treefad23fe3cd5e70811182f15d3e643fa645746474 /devel
parent86baae7d9bae82ba0ab9b22ae70d93b4b5d89c9a (diff)
downloadpkgsrc-4933b90b66df9d92293975b707bec6a3962ffafa.tar.gz
Update to 1.5.4:
**1.5.4 (2014-02-21)** * Correct deprecation warning for ``pip install --build`` to only notify when the `--build` value is different than the default. **1.5.3 (2014-02-20)** * **DEPRECATION** ``pip install --build`` and ``pip install --no-clean`` are now deprecated. See Issue #906 for discussion. * Fixed #1112. Couldn't download directly from wheel paths/urls, and when wheel downloads did occur using requirement specifiers, dependencies weren't downloaded (PR #1527) * Fixed #1320. ``pip wheel`` was not downloading wheels that already existed (PR #1524) * Fixed #1111. ``pip install --download`` was failing using local ``--find-links`` (PR #1524) * Workaround for Python bug http://bugs.python.org/issue20053 (PR #1544) * Don't pass a unicode __file__ to setup.py on Python 2.x (PR #1583) * Verify that the Wheel version is compatible with this pip (PR #1569)
Diffstat (limited to 'devel')
-rw-r--r--devel/py-pip/Makefile5
-rw-r--r--devel/py-pip/distinfo8
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/py-pip/Makefile b/devel/py-pip/Makefile
index 48d6cba7b2d..7fbcd9fa953 100644
--- a/devel/py-pip/Makefile
+++ b/devel/py-pip/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2014/02/02 06:58:08 rodent Exp $
+# $NetBSD: Makefile,v 1.10 2014/02/24 12:06:14 wiz Exp $
-DISTNAME= pip-1.5.2
+DISTNAME= pip-1.5.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://pypi.python.org/packages/source/p/pip/
@@ -13,6 +13,7 @@ LICENSE= mit
PLIST_SUBST+= PYVERSSUFFIX="${PYVERSSUFFIX}"
REPLACE_PYTHON+= pip/__init__.py pip/_vendor/requests/certs.py
+REPLACE_PYTHON+= pip/_vendor/requests/packages/chardet/chardetect.py
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
diff --git a/devel/py-pip/distinfo b/devel/py-pip/distinfo
index db6fdb45ac7..11051a5a6e4 100644
--- a/devel/py-pip/distinfo
+++ b/devel/py-pip/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2014/02/02 08:21:05 wiz Exp $
+$NetBSD: distinfo,v 1.8 2014/02/24 12:06:14 wiz Exp $
-SHA1 (pip-1.5.2.tar.gz) = 4f43a6b04f83b8d83bee702750ff35be2a2b6af1
-RMD160 (pip-1.5.2.tar.gz) = 2ea949e7e11972b185064abf7ab3ad71a80ef8e3
-Size (pip-1.5.2.tar.gz) = 1079904 bytes
+SHA1 (pip-1.5.4.tar.gz) = 35ccb7430356186cf253615b70f8ee580610f734
+RMD160 (pip-1.5.4.tar.gz) = 515ad1af4f631a201bb6731f826e9b8f8cd8fe3b
+Size (pip-1.5.4.tar.gz) = 1081874 bytes