Based on PR 46531 by Wen Heping. * convert to use python/egg.mk. 1.1 (2012-02-16) ---------------- * Fixed issue #326 - don't crash when a package's setup.py emits UTF-8 and then fails. Thanks Marc Abramowitz. * Added ``--target`` option for installing directly to arbitrary directory. Thanks Stavros Korokithakis. * Added support for authentication with Subversion repositories. Thanks Qiangning Hong. * Fixed issue #315 - ``--download`` now downloads dependencies as well. Thanks Qiangning Hong. * Errors from subprocesses will display the current working directory. Thanks Antti Kaihola. * Fixed issue #369 - compatibility with Subversion 1.7. Thanks Qiangning Hong. Note that setuptools remains incompatible with Subversion 1.7; to get the benefits of pip's support you must use Distribute rather than setuptools. * Fixed issue #57 - ignore py2app-generated OS X mpkg zip files in finder. Thanks Rene Dudfield. * Fixed issue #182 - log to ~/Library/Logs/ by default on OS X framework installs. Thanks Dan Callahan for report and patch. * Fixed issue #310 - understand version tags without minor version ("py3") in sdist filenames. Thanks Stuart Andrews for report and Olivier Girardot for patch. * Fixed issue #7 - Pip now supports optionally installing setuptools "extras" dependencies; e.g. "pip install Paste[openid]". Thanks Matt Maker and Olivier Girardot. * Fixed issue #391 - freeze no longer borks on requirements files with --index-url or --find-links. Thanks Herbert Pfennig. * Fixed issue #288 - handle symlinks properly. Thanks lebedov for the patch. * Fixed issue #49 - pip install -U no longer reinstalls the same versions of packages. Thanks iguananaut for the pull request. * Removed ``-E`` option and ``PIP_RESPECT_VIRTUALENV``; both use a restart-in-venv mechanism that's broken, and neither one is useful since every virtualenv now has pip inside it. * Fixed issue #366 - pip throws IndexError when it calls `scraped_rel_links` * Fixed issue #22 - pip search should set and return a userful shell status code * Fixed issue #351 and #365 - added global ``--exists-action`` command line option to easier script file exists conflicts, e.g. from editable requirements from VCS that have a changed repo URL.
96 lines
3.1 KiB
Text
96 lines
3.1 KiB
Text
@comment $NetBSD: PLIST,v 1.2 2012/06/03 13:18:58 obache Exp $
|
|
bin/pip
|
|
bin/pip-${PYVERSSUFFIX}
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${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}/top_level.txt
|
|
${PYSITELIB}/pip/__init__.py
|
|
${PYSITELIB}/pip/__init__.pyc
|
|
${PYSITELIB}/pip/__init__.pyo
|
|
${PYSITELIB}/pip/_pkgutil.py
|
|
${PYSITELIB}/pip/_pkgutil.pyc
|
|
${PYSITELIB}/pip/_pkgutil.pyo
|
|
${PYSITELIB}/pip/backwardcompat.py
|
|
${PYSITELIB}/pip/backwardcompat.pyc
|
|
${PYSITELIB}/pip/backwardcompat.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/commands/__init__.py
|
|
${PYSITELIB}/pip/commands/__init__.pyc
|
|
${PYSITELIB}/pip/commands/__init__.pyo
|
|
${PYSITELIB}/pip/commands/bundle.py
|
|
${PYSITELIB}/pip/commands/bundle.pyc
|
|
${PYSITELIB}/pip/commands/bundle.pyo
|
|
${PYSITELIB}/pip/commands/completion.py
|
|
${PYSITELIB}/pip/commands/completion.pyc
|
|
${PYSITELIB}/pip/commands/completion.pyo
|
|
${PYSITELIB}/pip/commands/freeze.py
|
|
${PYSITELIB}/pip/commands/freeze.pyc
|
|
${PYSITELIB}/pip/commands/freeze.pyo
|
|
${PYSITELIB}/pip/commands/help.py
|
|
${PYSITELIB}/pip/commands/help.pyc
|
|
${PYSITELIB}/pip/commands/help.pyo
|
|
${PYSITELIB}/pip/commands/install.py
|
|
${PYSITELIB}/pip/commands/install.pyc
|
|
${PYSITELIB}/pip/commands/install.pyo
|
|
${PYSITELIB}/pip/commands/search.py
|
|
${PYSITELIB}/pip/commands/search.pyc
|
|
${PYSITELIB}/pip/commands/search.pyo
|
|
${PYSITELIB}/pip/commands/uninstall.py
|
|
${PYSITELIB}/pip/commands/uninstall.pyc
|
|
${PYSITELIB}/pip/commands/uninstall.pyo
|
|
${PYSITELIB}/pip/commands/unzip.py
|
|
${PYSITELIB}/pip/commands/unzip.pyc
|
|
${PYSITELIB}/pip/commands/unzip.pyo
|
|
${PYSITELIB}/pip/commands/zip.py
|
|
${PYSITELIB}/pip/commands/zip.pyc
|
|
${PYSITELIB}/pip/commands/zip.pyo
|
|
${PYSITELIB}/pip/download.py
|
|
${PYSITELIB}/pip/download.pyc
|
|
${PYSITELIB}/pip/download.pyo
|
|
${PYSITELIB}/pip/exceptions.py
|
|
${PYSITELIB}/pip/exceptions.pyc
|
|
${PYSITELIB}/pip/exceptions.pyo
|
|
${PYSITELIB}/pip/index.py
|
|
${PYSITELIB}/pip/index.pyc
|
|
${PYSITELIB}/pip/index.pyo
|
|
${PYSITELIB}/pip/locations.py
|
|
${PYSITELIB}/pip/locations.pyc
|
|
${PYSITELIB}/pip/locations.pyo
|
|
${PYSITELIB}/pip/log.py
|
|
${PYSITELIB}/pip/log.pyc
|
|
${PYSITELIB}/pip/log.pyo
|
|
${PYSITELIB}/pip/req.py
|
|
${PYSITELIB}/pip/req.pyc
|
|
${PYSITELIB}/pip/req.pyo
|
|
${PYSITELIB}/pip/runner.py
|
|
${PYSITELIB}/pip/runner.pyc
|
|
${PYSITELIB}/pip/runner.pyo
|
|
${PYSITELIB}/pip/status_codes.py
|
|
${PYSITELIB}/pip/status_codes.pyc
|
|
${PYSITELIB}/pip/status_codes.pyo
|
|
${PYSITELIB}/pip/util.py
|
|
${PYSITELIB}/pip/util.pyc
|
|
${PYSITELIB}/pip/util.pyo
|
|
${PYSITELIB}/pip/vcs/__init__.py
|
|
${PYSITELIB}/pip/vcs/__init__.pyc
|
|
${PYSITELIB}/pip/vcs/__init__.pyo
|
|
${PYSITELIB}/pip/vcs/bazaar.py
|
|
${PYSITELIB}/pip/vcs/bazaar.pyc
|
|
${PYSITELIB}/pip/vcs/bazaar.pyo
|
|
${PYSITELIB}/pip/vcs/git.py
|
|
${PYSITELIB}/pip/vcs/git.pyc
|
|
${PYSITELIB}/pip/vcs/git.pyo
|
|
${PYSITELIB}/pip/vcs/mercurial.py
|
|
${PYSITELIB}/pip/vcs/mercurial.pyc
|
|
${PYSITELIB}/pip/vcs/mercurial.pyo
|
|
${PYSITELIB}/pip/vcs/subversion.py
|
|
${PYSITELIB}/pip/vcs/subversion.pyc
|
|
${PYSITELIB}/pip/vcs/subversion.pyo
|