summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwen <wen>2013-04-13 14:41:53 +0000
committerwen <wen>2013-04-13 14:41:53 +0000
commitf82c01013efa47b352de4121d1c9e404da876963 (patch)
treeec98919128df442bbbc469f6cf405e1d9f2dde46
parentf77df3f35d008af500053ec13904cf9fa1135c47 (diff)
downloadpkgsrc-f82c01013efa47b352de4121d1c9e404da876963.tar.gz
Update to 1.3.1
Upstream changes: 1.3.1 (2013-03-08) Fixed a major backward incompatible change of parsing URLs to externally hosted packages that got accidentally included in 1.3. 1.3 (2013-03-07) SSL Cert Verification; Make https the default for PyPI access. Thanks James Cleveland, Giovanni Bajo, Marcus Smith and many others (Pull #789). Added "pip list" for listing installed packages and the latest version available. Thanks Rafael Caricio, Miguel Araujo, Dmitry Gladkov (Pull #752) Fixed security issues with pip's use of temp build directories. Thanks David (d1b) and Thomas Guttler. (Pull #780) Improvements to sphinx docs and cli help. (Pull #773) Fixed issue #707, dealing with OS X temp dir handling, which was causing global NumPy installs to fail. (Pull #768) Split help output into general vs command-specific option groups. Thanks Georgi Valkov. (Pull #744; Pull #721 contains preceding refactor) Fixed dependency resolution when installing from archives with uppercase project names. (Pull #724) Fixed problem where re-installs always occurred when using file:// find-links. (Pulls #683/#702) "pip install -v" now shows the full download url, not just the archive name. Thanks Marc Abramowitz (Pull #687) Fix to prevent unnecessary PyPI redirects. Thanks Alex Gronholm (Pull #695) Fixed issue #670 - install failure under Python 3 when the same version of a package is found under 2 different URLs. Thanks Paul Moore (Pull #671) Fix git submodule recursive updates. Thanks Roey Berman. (Pulls #674) Explicitly ignore rel='download' links while looking for html pages. Thanks Maxime R. (Pull #677) --user/--upgrade install options now work together. Thanks 'eevee' for discovering the problem. (Pull #705) Added check in install --download to prevent re-downloading if the target file already exists. Thanks Andrey Bulgakov. (Pull #669) Added support for bare paths (including relative paths) as argument to --find-links. Thanks Paul Moore for draft patch. Added support for --no-index in requirements files. Added "pip show" command to get information about an installed package. Fixes #131. Thanks Kelsey Hightower and Rafael Caricio. Added --root option for "pip install" to specify root directory. Behaves like the same option in distutils but also plays nice with pip's egg-info. Thanks Przemek Wrzos. (Issue #253 / Pull #693)
-rw-r--r--devel/py-pip/Makefile6
-rw-r--r--devel/py-pip/PLIST25
-rw-r--r--devel/py-pip/distinfo8
3 files changed, 28 insertions, 11 deletions
diff --git a/devel/py-pip/Makefile b/devel/py-pip/Makefile
index ab5e2d525b2..444dfc2b533 100644
--- a/devel/py-pip/Makefile
+++ b/devel/py-pip/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2012/10/31 11:19:33 asau Exp $
+# $NetBSD: Makefile,v 1.5 2013/04/13 14:41:53 wen Exp $
#
-DISTNAME= pip-1.2.1
+DISTNAME= pip-1.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://pypi.python.org/packages/source/p/pip/
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.pip-installer.org/
COMMENT= Installs Python packages as an easy_install replacement
LICENSE= mit
-PLIST_SUBST+= PYVERSSUFFIX="${PYVERSSUFFIX}"
+PLIST_SUBST+= PYVERSSUFFIX="${PYVERSSUFFIX}"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-pip/PLIST b/devel/py-pip/PLIST
index c3efa249509..8c5fba417ef 100644
--- a/devel/py-pip/PLIST
+++ b/devel/py-pip/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2012/09/10 14:01:28 wen Exp $
+@comment $NetBSD: PLIST,v 1.4 2013/04/13 14:41:53 wen Exp $
bin/pip
bin/pip-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -6,6 +6,7 @@ ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/pip/__init__.py
${PYSITELIB}/pip/__init__.pyc
@@ -13,15 +14,25 @@ ${PYSITELIB}/pip/__init__.pyo
${PYSITELIB}/pip/__main__.py
${PYSITELIB}/pip/__main__.pyc
${PYSITELIB}/pip/__main__.pyo
-${PYSITELIB}/pip/backwardcompat.py
-${PYSITELIB}/pip/backwardcompat.pyc
-${PYSITELIB}/pip/backwardcompat.pyo
+${PYSITELIB}/pip/backwardcompat/__init__.py
+${PYSITELIB}/pip/backwardcompat/__init__.pyc
+${PYSITELIB}/pip/backwardcompat/__init__.pyo
+${PYSITELIB}/pip/backwardcompat/socket_create_connection.py
+${PYSITELIB}/pip/backwardcompat/socket_create_connection.pyc
+${PYSITELIB}/pip/backwardcompat/socket_create_connection.pyo
+${PYSITELIB}/pip/backwardcompat/ssl_match_hostname.py
+${PYSITELIB}/pip/backwardcompat/ssl_match_hostname.pyc
+${PYSITELIB}/pip/backwardcompat/ssl_match_hostname.pyo
${PYSITELIB}/pip/basecommand.py
${PYSITELIB}/pip/basecommand.pyc
${PYSITELIB}/pip/basecommand.pyo
${PYSITELIB}/pip/baseparser.py
${PYSITELIB}/pip/baseparser.pyc
${PYSITELIB}/pip/baseparser.pyo
+${PYSITELIB}/pip/cacert.pem
+${PYSITELIB}/pip/cmdoptions.py
+${PYSITELIB}/pip/cmdoptions.pyc
+${PYSITELIB}/pip/cmdoptions.pyo
${PYSITELIB}/pip/commands/__init__.py
${PYSITELIB}/pip/commands/__init__.pyc
${PYSITELIB}/pip/commands/__init__.pyo
@@ -40,9 +51,15 @@ ${PYSITELIB}/pip/commands/help.pyo
${PYSITELIB}/pip/commands/install.py
${PYSITELIB}/pip/commands/install.pyc
${PYSITELIB}/pip/commands/install.pyo
+${PYSITELIB}/pip/commands/list.py
+${PYSITELIB}/pip/commands/list.pyc
+${PYSITELIB}/pip/commands/list.pyo
${PYSITELIB}/pip/commands/search.py
${PYSITELIB}/pip/commands/search.pyc
${PYSITELIB}/pip/commands/search.pyo
+${PYSITELIB}/pip/commands/show.py
+${PYSITELIB}/pip/commands/show.pyc
+${PYSITELIB}/pip/commands/show.pyo
${PYSITELIB}/pip/commands/uninstall.py
${PYSITELIB}/pip/commands/uninstall.pyc
${PYSITELIB}/pip/commands/uninstall.pyo
diff --git a/devel/py-pip/distinfo b/devel/py-pip/distinfo
index 05d130294ed..a5ca4d96ee5 100644
--- a/devel/py-pip/distinfo
+++ b/devel/py-pip/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2012/09/10 14:01:28 wen Exp $
+$NetBSD: distinfo,v 1.4 2013/04/13 14:41:53 wen Exp $
-SHA1 (pip-1.2.1.tar.gz) = 35db84983ef3f66a8a161d320e61d192afc233d9
-RMD160 (pip-1.2.1.tar.gz) = 521e61926ae16666e3c994e3e46e9d92a4b04634
-Size (pip-1.2.1.tar.gz) = 102413 bytes
+SHA1 (pip-1.3.1.tar.gz) = 9c70d314e5dea6f41415af814056b0f63c3ffd14
+RMD160 (pip-1.3.1.tar.gz) = 0bfbfbc536abcf20f952b444ee872128406e098e
+Size (pip-1.3.1.tar.gz) = 247594 bytes