pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pip
Module Name: pkgsrc
Committed By: richard
Date: Sat Aug 27 11:41:23 UTC 2016
Modified Files:
pkgsrc/devel/py-pip: Makefile PLIST distinfo
Log Message:
update to py-pip-8.1.2
CHANGES since previous pkgsrc version:
* Don't attempt to wrap search results for extremely narrow terminal windows
(:issue:`3655`).
**8.1.1 (2016-03-17)**
* Fix regression with non-ascii requirement files on Python 2 and add support
for encoding headers in requirement files (:issue:`3548`, :pull:`3547`).
**8.1.0 (2016-03-05)**
* Implement PEP 513, which adds support for the manylinux1 platform tag,
allowing carefully compiled binary wheels to be installed on compatible Linux
platforms.
* Allow wheels which are not specific to a particular Python interpreter but
which are specific to a particular platform (:issue:`3202`).
* Fixed an issue where ``call_subprocess`` would crash trying to print debug
data on child process failure (:issue:`3521`, :pull:`3522`).
* Exclude the wheel package from the `pip freeze` output (like pip and setuptools).
:issue:`2989`.
* Allow installing modules from a subdirectory of a vcs repository
in non-editable mode (:issue:`3217`, :pull:`3466`).
* Make pip wheel and pip download work with vcs urls with subdirectory option
(:pull:`3466`).
* Show classifiers in ``pip show``.
* Show PEP376 Installer in ``pip show`` (:issue:`3517`).
* Unhide completion command (:pull:`1810`).
* Show latest version number in ``pip search`` results (:pull:`1415`).
* Decode requirement files according to their BOM if present (:pull:`3485`,
:issue:`2865`).
* Fix and deprecate package name detection from url path (:issue:`3523` and
:pull:`3495`).
* Correct the behavior where interpreter specific tags (such as cp34) were
being used on later versions of the same interprter instead of only for that
specific interpreter (:issue:`3472`).
* Fix an issue where pip would erroneously install a 64 bit wheel on a 32 bit
Python running on a 64 bit OS X machine.
* Do not assume that all git repositories have an origin remote.
* Correctly display the line to add to a requirements.txt for an URL based
dependency when ``--require-hashes`` is enabled.
**8.0.3 (2016-02-25)**
* Make ``install --quiet`` really quiet. See :issue:`3418`.
* Fix a bug when removing packages in python 3: disable INI-style parsing of the
entry_point.txt file to allow entry point names with colons (:pull:`3434`)
* Normalize generated script files path in RECORD files. (:pull:`3448`)
* Fix bug introduced in 8.0.0 where subcommand output was not shown,
even when the user specified ``-v`` / ``--verbose``. :issue:`3486`.
* Enable python -W with respect to PipDeprecationWarning. (:pull:`3455`)
* Upgrade distlib to 0.2.2 (fix :issue:`3467`):
* Improved support for Jython when quoting executables in output scripts.
* Add a `--all` option to `pip freeze` to include usually skipped package
(like pip, setuptools and wheel) to the freeze output. :issue:`1610`.
**8.0.2 (2016-01-21)**
* Stop attempting to trust the system CA trust store because it's extremely
common for them to be broken, often in incompatible ways. See :pull:`3416`.
**8.0.1 (2016-01-21)**
* Detect CAPaths in addition to CAFiles on platforms that provide them.
* Installing argparse or wsgiref will no longer warn or error - pip will allow
the installation even though it may be useless (since the installed thing
will be shadowed by the standard library).
* Upgrading a distutils installed item that is installed outside of a virtual
environment, while inside of a virtual environment will no longer warn or
error.
* Fix a bug where pre-releases were showing up in ``pip list --outdated``
without the ``--pre`` flag.
* Switch the SOABI emulation from using RuntimeWarnings to debug logging.
* Rollback the removal of the ability to uninstall distutils installed items
until a future date.
**8.0.0 (2016-01-19)**
* **BACKWARD INCOMPATIBLE** Drop support for Python 3.2.
* **BACKWARD INCOMPATIBLE** Remove the ability to find any files other than the
ones directly linked from the index or find-links pages.
* **BACKWARD INCOMPATIBLE** Remove the ``--download-cache`` which had been
deprecated and no-op'd in 6.0.
* **BACKWARD INCOMPATIBLE** Remove the ``--log-explicit-levels`` which had been
deprecated in 6.0.
* **BACKWARD INCOMPATIBLE** Change pip wheel --wheel-dir default path from
<cwd>/wheelhouse to <cwd>.
* Deprecate and no-op the ``--allow-external``, ``--allow-all-external``, and
``--allow-unverified`` functionality that was added as part of PEP 438. With
changes made to the repository protocol made in PEP 470, these options are no
longer functional.
* Allow ``--trusted-host`` within a requirements file. :issue:`2822`.
* Allow ``--process-dependency-links`` within a requirements file. :issue:`1274`.
* Allow ``--pre`` within a requirements file. :issue:`1273`.
* Allow repository URLs with secure transports to count as trusted. (E.g.,
"git+ssh" is okay.) :issue:`2811`.
* Implement a top-level ``pip download`` command and deprecate
``pip install --download``.
* Fixed :issue:`3141`, when uninstalling, look for the case of paths containing
symlinked directories (:pull:`3154`)
* When installing, if building a wheel fails, clear up the build directory
before falling back to a source install. :issue:`3047`.
* Fix user directory expansion when ``HOME=/``. Workaround for Python bug
http://bugs.python.org/issue14768, reported in :issue:`2996`.
* Fixed :issue:`3009`, correct reporting of requirements file line numbers
(:pull:`3125`)
* Fixed :issue:`1062`, Exception(IOError) for ``pip freeze`` and ``pip list``
commands with subversion >= 1.7. (:pull:`3346`)
* Provide a spinner showing that progress is happening when installing or
building a package via ``setup.py``. This will alleviate concerns that
projects with unusually long build times have with pip appearing to stall.
* Include the functionality of ``peep`` into pip, allowing hashes to be baked
into a requirements file and ensuring that the packages being downloaded
match one of those hashes. This is an additional, opt-in security measure
that, when used, removes the need to trust the repository.
* Fix a bug causing pip to not select a wheel compiled against an OSX SDK later
than what Python itself was compiled against when running on a newer version
of OSX.
* Add a new ``--prefix`` option for ``pip install`` that supports wheels and
sdists. (:pull:`3252`)
* Fixed :issue:`2042` regarding wheel building with setup.py using a different
encoding than the system.
* Drop PasteScript specific egg_info hack. (:pull:`3270`)
* Allow combination of pip list options --editable with --outdated/--uptodate.
(:issue:`933`)
* Gives VCS implementations control over saying whether a project
is under their control (:pull:`3258`)
* Git detection now works when ``setup.py`` is not at the Git repo root
and when ``package_dir`` is used, so ``pip freeze`` works in more
cases (:pull:`3258`)
* Correctly freeze Git develop packages in presence of the &subdirectory
option (:pull:`3258`)
* The detection of editable packages now relies on the presence of ``.egg-link``
instead of looking for a VCS, so ``pip list -e`` is more reliable
(:pull:`3258`)
* Add the ``--prefix`` flag to ``pip install`` which allows specifying a root
prefix to use instead of ``sys.prefix`` (:pull:`3252`).
* Allow duplicate specifications in the case that only the extras differ, and
union all specified extras together (:pull:`3198`).
* Fix the detection of the user's current platform on OSX when determining the
OSX SDK version (:pull:`3232`).
* Prevent the automatically built wheels from mistakenly being used across
multiple versions of Python when they may not be correctly configured for
that by making the wheel specific to a specific version of Python and
specific interpreter (:pull:`3225`).
* Emulate the SOABI support in wheels from Python 2.x on Python 2.x as closely
as we can with the information available within the interpreter
(:pull:`3075`).
* Don't roundtrip to the network when git is pinned to a specific commit hash
and that hash already exists locally (:pull:`3066`).
* Prefer wheels built against a newer SDK to wheels built against an older SDK
on OSX (:pull:`3163`).
* Show entry points for projects installed via wheel (:pull:`3122`).
* Improve message when an unexisting path is passed to --find-links option
(:issue:`2968`).
* pip freeze does not add the VCS branch/tag name in the #egg=... fragment anymore
(:pull:`3312`).
* Warn on installation of editable if the provided #egg=name part does not
match the metadata produced by `setup.py egg_info`. :issue:`3143`.
* Add support for .xz files for python versions supporting them (>= 3.3).
:issue:`722`.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-pip/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-pip/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-pip/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-pip/Makefile
diff -u pkgsrc/devel/py-pip/Makefile:1.14 pkgsrc/devel/py-pip/Makefile:1.15
--- pkgsrc/devel/py-pip/Makefile:1.14 Wed Jun 8 17:43:26 2016
+++ pkgsrc/devel/py-pip/Makefile Sat Aug 27 11:41:23 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2016/06/08 17:43:26 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2016/08/27 11:41:23 richard Exp $
-DISTNAME= pip-7.1.2
+DISTNAME= pip-8.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pip/}
Index: pkgsrc/devel/py-pip/PLIST
diff -u pkgsrc/devel/py-pip/PLIST:1.12 pkgsrc/devel/py-pip/PLIST:1.13
--- pkgsrc/devel/py-pip/PLIST:1.12 Thu Oct 1 23:11:41 2015
+++ pkgsrc/devel/py-pip/PLIST Sat Aug 27 11:41:23 2016
@@ -1,682 +1,714 @@
-@comment $NetBSD: PLIST,v 1.12 2015/10/01 23:11:41 rodent Exp $
-bin/pip${PYVERSSUFFIX}
+@comment $NetBSD: PLIST,v 1.13 2016/08/27 11:41:23 richard Exp $
+bin/pip2.7
${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}/pbr.json
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/pip/__init__.py
-${PYSITELIB}/pip/__main__.py
${PYSITELIB}/pip/__init__.pyc
${PYSITELIB}/pip/__init__.pyo
+${PYSITELIB}/pip/__main__.py
${PYSITELIB}/pip/__main__.pyc
${PYSITELIB}/pip/__main__.pyo
-${PYSITELIB}/pip/basecommand.pyc
-${PYSITELIB}/pip/basecommand.pyo
-${PYSITELIB}/pip/baseparser.pyc
-${PYSITELIB}/pip/baseparser.pyo
-${PYSITELIB}/pip/cmdoptions.pyc
-${PYSITELIB}/pip/cmdoptions.pyo
-${PYSITELIB}/pip/download.pyc
-${PYSITELIB}/pip/download.pyo
-${PYSITELIB}/pip/exceptions.pyc
-${PYSITELIB}/pip/exceptions.pyo
-${PYSITELIB}/pip/index.pyc
-${PYSITELIB}/pip/index.pyo
-${PYSITELIB}/pip/locations.pyc
-${PYSITELIB}/pip/locations.pyo
-${PYSITELIB}/pip/pep425tags.pyc
-${PYSITELIB}/pip/pep425tags.pyo
-${PYSITELIB}/pip/status_codes.pyc
-${PYSITELIB}/pip/status_codes.pyo
-${PYSITELIB}/pip/wheel.pyc
-${PYSITELIB}/pip/wheel.pyo
${PYSITELIB}/pip/_vendor/__init__.py
${PYSITELIB}/pip/_vendor/__init__.pyc
${PYSITELIB}/pip/_vendor/__init__.pyo
-${PYSITELIB}/pip/_vendor/ipaddress.pyc
-${PYSITELIB}/pip/_vendor/ipaddress.pyo
-${PYSITELIB}/pip/_vendor/re-vendor.pyc
-${PYSITELIB}/pip/_vendor/re-vendor.pyo
-${PYSITELIB}/pip/_vendor/retrying.pyc
-${PYSITELIB}/pip/_vendor/retrying.pyo
-${PYSITELIB}/pip/_vendor/six.pyc
-${PYSITELIB}/pip/_vendor/six.pyo
-${PYSITELIB}/pip/_vendor/_markerlib/__init__.py
-${PYSITELIB}/pip/_vendor/_markerlib/__init__.pyc
-${PYSITELIB}/pip/_vendor/_markerlib/__init__.pyo
-${PYSITELIB}/pip/_vendor/_markerlib/markers.pyc
-${PYSITELIB}/pip/_vendor/_markerlib/markers.pyo
-${PYSITELIB}/pip/_vendor/_markerlib/markers.py
${PYSITELIB}/pip/_vendor/cachecontrol/__init__.py
${PYSITELIB}/pip/_vendor/cachecontrol/__init__.pyc
${PYSITELIB}/pip/_vendor/cachecontrol/__init__.pyo
+${PYSITELIB}/pip/_vendor/cachecontrol/_cmd.py
+${PYSITELIB}/pip/_vendor/cachecontrol/_cmd.pyc
+${PYSITELIB}/pip/_vendor/cachecontrol/_cmd.pyo
+${PYSITELIB}/pip/_vendor/cachecontrol/adapter.py
${PYSITELIB}/pip/_vendor/cachecontrol/adapter.pyc
${PYSITELIB}/pip/_vendor/cachecontrol/adapter.pyo
+${PYSITELIB}/pip/_vendor/cachecontrol/cache.py
${PYSITELIB}/pip/_vendor/cachecontrol/cache.pyc
${PYSITELIB}/pip/_vendor/cachecontrol/cache.pyo
-${PYSITELIB}/pip/_vendor/cachecontrol/compat.pyc
-${PYSITELIB}/pip/_vendor/cachecontrol/compat.pyo
-${PYSITELIB}/pip/_vendor/cachecontrol/controller.pyc
-${PYSITELIB}/pip/_vendor/cachecontrol/controller.pyo
-${PYSITELIB}/pip/_vendor/cachecontrol/filewrapper.pyc
-${PYSITELIB}/pip/_vendor/cachecontrol/filewrapper.pyo
-${PYSITELIB}/pip/_vendor/cachecontrol/heuristics.pyc
-${PYSITELIB}/pip/_vendor/cachecontrol/heuristics.pyo
-${PYSITELIB}/pip/_vendor/cachecontrol/serialize.pyc
-${PYSITELIB}/pip/_vendor/cachecontrol/serialize.pyo
-${PYSITELIB}/pip/_vendor/cachecontrol/wrapper.pyc
-${PYSITELIB}/pip/_vendor/cachecontrol/wrapper.pyo
-${PYSITELIB}/pip/_vendor/cachecontrol/adapter.py
-${PYSITELIB}/pip/_vendor/cachecontrol/cache.py
${PYSITELIB}/pip/_vendor/cachecontrol/caches/__init__.py
${PYSITELIB}/pip/_vendor/cachecontrol/caches/__init__.pyc
${PYSITELIB}/pip/_vendor/cachecontrol/caches/__init__.pyo
+${PYSITELIB}/pip/_vendor/cachecontrol/caches/file_cache.py
${PYSITELIB}/pip/_vendor/cachecontrol/caches/file_cache.pyc
${PYSITELIB}/pip/_vendor/cachecontrol/caches/file_cache.pyo
+${PYSITELIB}/pip/_vendor/cachecontrol/caches/redis_cache.py
${PYSITELIB}/pip/_vendor/cachecontrol/caches/redis_cache.pyc
${PYSITELIB}/pip/_vendor/cachecontrol/caches/redis_cache.pyo
-${PYSITELIB}/pip/_vendor/cachecontrol/caches/file_cache.py
-${PYSITELIB}/pip/_vendor/cachecontrol/caches/redis_cache.py
${PYSITELIB}/pip/_vendor/cachecontrol/compat.py
+${PYSITELIB}/pip/_vendor/cachecontrol/compat.pyc
+${PYSITELIB}/pip/_vendor/cachecontrol/compat.pyo
${PYSITELIB}/pip/_vendor/cachecontrol/controller.py
+${PYSITELIB}/pip/_vendor/cachecontrol/controller.pyc
+${PYSITELIB}/pip/_vendor/cachecontrol/controller.pyo
${PYSITELIB}/pip/_vendor/cachecontrol/filewrapper.py
+${PYSITELIB}/pip/_vendor/cachecontrol/filewrapper.pyc
+${PYSITELIB}/pip/_vendor/cachecontrol/filewrapper.pyo
${PYSITELIB}/pip/_vendor/cachecontrol/heuristics.py
+${PYSITELIB}/pip/_vendor/cachecontrol/heuristics.pyc
+${PYSITELIB}/pip/_vendor/cachecontrol/heuristics.pyo
${PYSITELIB}/pip/_vendor/cachecontrol/serialize.py
+${PYSITELIB}/pip/_vendor/cachecontrol/serialize.pyc
+${PYSITELIB}/pip/_vendor/cachecontrol/serialize.pyo
${PYSITELIB}/pip/_vendor/cachecontrol/wrapper.py
+${PYSITELIB}/pip/_vendor/cachecontrol/wrapper.pyc
+${PYSITELIB}/pip/_vendor/cachecontrol/wrapper.pyo
${PYSITELIB}/pip/_vendor/colorama/__init__.py
${PYSITELIB}/pip/_vendor/colorama/__init__.pyc
${PYSITELIB}/pip/_vendor/colorama/__init__.pyo
+${PYSITELIB}/pip/_vendor/colorama/ansi.py
${PYSITELIB}/pip/_vendor/colorama/ansi.pyc
${PYSITELIB}/pip/_vendor/colorama/ansi.pyo
+${PYSITELIB}/pip/_vendor/colorama/ansitowin32.py
${PYSITELIB}/pip/_vendor/colorama/ansitowin32.pyc
${PYSITELIB}/pip/_vendor/colorama/ansitowin32.pyo
+${PYSITELIB}/pip/_vendor/colorama/initialise.py
${PYSITELIB}/pip/_vendor/colorama/initialise.pyc
${PYSITELIB}/pip/_vendor/colorama/initialise.pyo
+${PYSITELIB}/pip/_vendor/colorama/win32.py
${PYSITELIB}/pip/_vendor/colorama/win32.pyc
${PYSITELIB}/pip/_vendor/colorama/win32.pyo
+${PYSITELIB}/pip/_vendor/colorama/winterm.py
${PYSITELIB}/pip/_vendor/colorama/winterm.pyc
${PYSITELIB}/pip/_vendor/colorama/winterm.pyo
-${PYSITELIB}/pip/_vendor/colorama/ansi.py
-${PYSITELIB}/pip/_vendor/colorama/ansitowin32.py
-${PYSITELIB}/pip/_vendor/colorama/initialise.py
-${PYSITELIB}/pip/_vendor/colorama/win32.py
-${PYSITELIB}/pip/_vendor/colorama/winterm.py
${PYSITELIB}/pip/_vendor/distlib/__init__.py
${PYSITELIB}/pip/_vendor/distlib/__init__.pyc
${PYSITELIB}/pip/_vendor/distlib/__init__.pyo
-${PYSITELIB}/pip/_vendor/distlib/compat.pyc
-${PYSITELIB}/pip/_vendor/distlib/compat.pyo
-${PYSITELIB}/pip/_vendor/distlib/database.pyc
-${PYSITELIB}/pip/_vendor/distlib/database.pyo
-${PYSITELIB}/pip/_vendor/distlib/index.pyc
-${PYSITELIB}/pip/_vendor/distlib/index.pyo
-${PYSITELIB}/pip/_vendor/distlib/locators.pyc
-${PYSITELIB}/pip/_vendor/distlib/locators.pyo
-${PYSITELIB}/pip/_vendor/distlib/manifest.pyc
-${PYSITELIB}/pip/_vendor/distlib/manifest.pyo
-${PYSITELIB}/pip/_vendor/distlib/markers.pyc
-${PYSITELIB}/pip/_vendor/distlib/markers.pyo
-${PYSITELIB}/pip/_vendor/distlib/metadata.pyc
-${PYSITELIB}/pip/_vendor/distlib/metadata.pyo
-${PYSITELIB}/pip/_vendor/distlib/resources.pyc
-${PYSITELIB}/pip/_vendor/distlib/resources.pyo
-${PYSITELIB}/pip/_vendor/distlib/scripts.pyc
-${PYSITELIB}/pip/_vendor/distlib/scripts.pyo
-${PYSITELIB}/pip/_vendor/distlib/util.pyc
-${PYSITELIB}/pip/_vendor/distlib/util.pyo
-${PYSITELIB}/pip/_vendor/distlib/version.pyc
-${PYSITELIB}/pip/_vendor/distlib/version.pyo
-${PYSITELIB}/pip/_vendor/distlib/wheel.pyc
-${PYSITELIB}/pip/_vendor/distlib/wheel.pyo
${PYSITELIB}/pip/_vendor/distlib/_backport/__init__.py
${PYSITELIB}/pip/_vendor/distlib/_backport/__init__.pyc
${PYSITELIB}/pip/_vendor/distlib/_backport/__init__.pyo
+${PYSITELIB}/pip/_vendor/distlib/_backport/misc.py
${PYSITELIB}/pip/_vendor/distlib/_backport/misc.pyc
${PYSITELIB}/pip/_vendor/distlib/_backport/misc.pyo
+${PYSITELIB}/pip/_vendor/distlib/_backport/shutil.py
${PYSITELIB}/pip/_vendor/distlib/_backport/shutil.pyc
${PYSITELIB}/pip/_vendor/distlib/_backport/shutil.pyo
+${PYSITELIB}/pip/_vendor/distlib/_backport/sysconfig.cfg
+${PYSITELIB}/pip/_vendor/distlib/_backport/sysconfig.py
${PYSITELIB}/pip/_vendor/distlib/_backport/sysconfig.pyc
${PYSITELIB}/pip/_vendor/distlib/_backport/sysconfig.pyo
+${PYSITELIB}/pip/_vendor/distlib/_backport/tarfile.py
${PYSITELIB}/pip/_vendor/distlib/_backport/tarfile.pyc
${PYSITELIB}/pip/_vendor/distlib/_backport/tarfile.pyo
-${PYSITELIB}/pip/_vendor/distlib/_backport/misc.py
-${PYSITELIB}/pip/_vendor/distlib/_backport/shutil.py
-${PYSITELIB}/pip/_vendor/distlib/_backport/sysconfig.cfg
-${PYSITELIB}/pip/_vendor/distlib/_backport/sysconfig.py
-${PYSITELIB}/pip/_vendor/distlib/_backport/tarfile.py
${PYSITELIB}/pip/_vendor/distlib/compat.py
+${PYSITELIB}/pip/_vendor/distlib/compat.pyc
+${PYSITELIB}/pip/_vendor/distlib/compat.pyo
${PYSITELIB}/pip/_vendor/distlib/database.py
+${PYSITELIB}/pip/_vendor/distlib/database.pyc
+${PYSITELIB}/pip/_vendor/distlib/database.pyo
${PYSITELIB}/pip/_vendor/distlib/index.py
+${PYSITELIB}/pip/_vendor/distlib/index.pyc
+${PYSITELIB}/pip/_vendor/distlib/index.pyo
${PYSITELIB}/pip/_vendor/distlib/locators.py
+${PYSITELIB}/pip/_vendor/distlib/locators.pyc
+${PYSITELIB}/pip/_vendor/distlib/locators.pyo
${PYSITELIB}/pip/_vendor/distlib/manifest.py
+${PYSITELIB}/pip/_vendor/distlib/manifest.pyc
+${PYSITELIB}/pip/_vendor/distlib/manifest.pyo
${PYSITELIB}/pip/_vendor/distlib/markers.py
+${PYSITELIB}/pip/_vendor/distlib/markers.pyc
+${PYSITELIB}/pip/_vendor/distlib/markers.pyo
${PYSITELIB}/pip/_vendor/distlib/metadata.py
+${PYSITELIB}/pip/_vendor/distlib/metadata.pyc
+${PYSITELIB}/pip/_vendor/distlib/metadata.pyo
${PYSITELIB}/pip/_vendor/distlib/resources.py
+${PYSITELIB}/pip/_vendor/distlib/resources.pyc
+${PYSITELIB}/pip/_vendor/distlib/resources.pyo
${PYSITELIB}/pip/_vendor/distlib/scripts.py
+${PYSITELIB}/pip/_vendor/distlib/scripts.pyc
+${PYSITELIB}/pip/_vendor/distlib/scripts.pyo
${PYSITELIB}/pip/_vendor/distlib/t32.exe
${PYSITELIB}/pip/_vendor/distlib/t64.exe
${PYSITELIB}/pip/_vendor/distlib/util.py
+${PYSITELIB}/pip/_vendor/distlib/util.pyc
+${PYSITELIB}/pip/_vendor/distlib/util.pyo
${PYSITELIB}/pip/_vendor/distlib/version.py
+${PYSITELIB}/pip/_vendor/distlib/version.pyc
+${PYSITELIB}/pip/_vendor/distlib/version.pyo
${PYSITELIB}/pip/_vendor/distlib/w32.exe
${PYSITELIB}/pip/_vendor/distlib/w64.exe
${PYSITELIB}/pip/_vendor/distlib/wheel.py
+${PYSITELIB}/pip/_vendor/distlib/wheel.pyc
+${PYSITELIB}/pip/_vendor/distlib/wheel.pyo
${PYSITELIB}/pip/_vendor/html5lib/__init__.py
${PYSITELIB}/pip/_vendor/html5lib/__init__.pyc
${PYSITELIB}/pip/_vendor/html5lib/__init__.pyo
+${PYSITELIB}/pip/_vendor/html5lib/constants.py
${PYSITELIB}/pip/_vendor/html5lib/constants.pyc
${PYSITELIB}/pip/_vendor/html5lib/constants.pyo
-${PYSITELIB}/pip/_vendor/html5lib/html5parser.pyc
-${PYSITELIB}/pip/_vendor/html5lib/html5parser.pyo
-${PYSITELIB}/pip/_vendor/html5lib/ihatexml.pyc
-${PYSITELIB}/pip/_vendor/html5lib/ihatexml.pyo
-${PYSITELIB}/pip/_vendor/html5lib/inputstream.pyc
-${PYSITELIB}/pip/_vendor/html5lib/inputstream.pyo
-${PYSITELIB}/pip/_vendor/html5lib/sanitizer.pyc
-${PYSITELIB}/pip/_vendor/html5lib/sanitizer.pyo
-${PYSITELIB}/pip/_vendor/html5lib/tokenizer.pyc
-${PYSITELIB}/pip/_vendor/html5lib/tokenizer.pyo
-${PYSITELIB}/pip/_vendor/html5lib/utils.pyc
-${PYSITELIB}/pip/_vendor/html5lib/utils.pyo
-${PYSITELIB}/pip/_vendor/html5lib/constants.py
${PYSITELIB}/pip/_vendor/html5lib/filters/__init__.py
${PYSITELIB}/pip/_vendor/html5lib/filters/__init__.pyc
${PYSITELIB}/pip/_vendor/html5lib/filters/__init__.pyo
+${PYSITELIB}/pip/_vendor/html5lib/filters/_base.py
${PYSITELIB}/pip/_vendor/html5lib/filters/_base.pyc
${PYSITELIB}/pip/_vendor/html5lib/filters/_base.pyo
+${PYSITELIB}/pip/_vendor/html5lib/filters/alphabeticalattributes.py
${PYSITELIB}/pip/_vendor/html5lib/filters/alphabeticalattributes.pyc
${PYSITELIB}/pip/_vendor/html5lib/filters/alphabeticalattributes.pyo
+${PYSITELIB}/pip/_vendor/html5lib/filters/inject_meta_charset.py
${PYSITELIB}/pip/_vendor/html5lib/filters/inject_meta_charset.pyc
${PYSITELIB}/pip/_vendor/html5lib/filters/inject_meta_charset.pyo
+${PYSITELIB}/pip/_vendor/html5lib/filters/lint.py
${PYSITELIB}/pip/_vendor/html5lib/filters/lint.pyc
${PYSITELIB}/pip/_vendor/html5lib/filters/lint.pyo
+${PYSITELIB}/pip/_vendor/html5lib/filters/optionaltags.py
${PYSITELIB}/pip/_vendor/html5lib/filters/optionaltags.pyc
${PYSITELIB}/pip/_vendor/html5lib/filters/optionaltags.pyo
+${PYSITELIB}/pip/_vendor/html5lib/filters/sanitizer.py
${PYSITELIB}/pip/_vendor/html5lib/filters/sanitizer.pyc
${PYSITELIB}/pip/_vendor/html5lib/filters/sanitizer.pyo
+${PYSITELIB}/pip/_vendor/html5lib/filters/whitespace.py
${PYSITELIB}/pip/_vendor/html5lib/filters/whitespace.pyc
${PYSITELIB}/pip/_vendor/html5lib/filters/whitespace.pyo
-${PYSITELIB}/pip/_vendor/html5lib/filters/_base.py
-${PYSITELIB}/pip/_vendor/html5lib/filters/alphabeticalattributes.py
-${PYSITELIB}/pip/_vendor/html5lib/filters/inject_meta_charset.py
-${PYSITELIB}/pip/_vendor/html5lib/filters/lint.py
-${PYSITELIB}/pip/_vendor/html5lib/filters/optionaltags.py
-${PYSITELIB}/pip/_vendor/html5lib/filters/sanitizer.py
-${PYSITELIB}/pip/_vendor/html5lib/filters/whitespace.py
${PYSITELIB}/pip/_vendor/html5lib/html5parser.py
+${PYSITELIB}/pip/_vendor/html5lib/html5parser.pyc
+${PYSITELIB}/pip/_vendor/html5lib/html5parser.pyo
${PYSITELIB}/pip/_vendor/html5lib/ihatexml.py
+${PYSITELIB}/pip/_vendor/html5lib/ihatexml.pyc
+${PYSITELIB}/pip/_vendor/html5lib/ihatexml.pyo
${PYSITELIB}/pip/_vendor/html5lib/inputstream.py
+${PYSITELIB}/pip/_vendor/html5lib/inputstream.pyc
+${PYSITELIB}/pip/_vendor/html5lib/inputstream.pyo
${PYSITELIB}/pip/_vendor/html5lib/sanitizer.py
+${PYSITELIB}/pip/_vendor/html5lib/sanitizer.pyc
+${PYSITELIB}/pip/_vendor/html5lib/sanitizer.pyo
${PYSITELIB}/pip/_vendor/html5lib/serializer/__init__.py
${PYSITELIB}/pip/_vendor/html5lib/serializer/__init__.pyc
${PYSITELIB}/pip/_vendor/html5lib/serializer/__init__.pyo
+${PYSITELIB}/pip/_vendor/html5lib/serializer/htmlserializer.py
${PYSITELIB}/pip/_vendor/html5lib/serializer/htmlserializer.pyc
${PYSITELIB}/pip/_vendor/html5lib/serializer/htmlserializer.pyo
-${PYSITELIB}/pip/_vendor/html5lib/serializer/htmlserializer.py
${PYSITELIB}/pip/_vendor/html5lib/tokenizer.py
+${PYSITELIB}/pip/_vendor/html5lib/tokenizer.pyc
+${PYSITELIB}/pip/_vendor/html5lib/tokenizer.pyo
${PYSITELIB}/pip/_vendor/html5lib/treeadapters/__init__.py
${PYSITELIB}/pip/_vendor/html5lib/treeadapters/__init__.pyc
${PYSITELIB}/pip/_vendor/html5lib/treeadapters/__init__.pyo
+${PYSITELIB}/pip/_vendor/html5lib/treeadapters/sax.py
${PYSITELIB}/pip/_vendor/html5lib/treeadapters/sax.pyc
${PYSITELIB}/pip/_vendor/html5lib/treeadapters/sax.pyo
-${PYSITELIB}/pip/_vendor/html5lib/treeadapters/sax.py
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/__init__.py
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/__init__.pyc
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/__init__.pyo
+${PYSITELIB}/pip/_vendor/html5lib/treebuilders/_base.py
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/_base.pyc
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/_base.pyo
+${PYSITELIB}/pip/_vendor/html5lib/treebuilders/dom.py
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/dom.pyc
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/dom.pyo
+${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree.py
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree.pyc
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree.pyo
+${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree_lxml.py
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree_lxml.pyc
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree_lxml.pyo
-${PYSITELIB}/pip/_vendor/html5lib/treebuilders/_base.py
-${PYSITELIB}/pip/_vendor/html5lib/treebuilders/dom.py
-${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree.py
-${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree_lxml.py
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/__init__.py
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/__init__.pyc
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/__init__.pyo
+${PYSITELIB}/pip/_vendor/html5lib/treewalkers/_base.py
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/_base.pyc
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/_base.pyo
+${PYSITELIB}/pip/_vendor/html5lib/treewalkers/dom.py
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/dom.pyc
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/dom.pyo
+${PYSITELIB}/pip/_vendor/html5lib/treewalkers/etree.py
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/etree.pyc
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/etree.pyo
+${PYSITELIB}/pip/_vendor/html5lib/treewalkers/genshistream.py
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/genshistream.pyc
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/genshistream.pyo
+${PYSITELIB}/pip/_vendor/html5lib/treewalkers/lxmletree.py
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/lxmletree.pyc
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/lxmletree.pyo
+${PYSITELIB}/pip/_vendor/html5lib/treewalkers/pulldom.py
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/pulldom.pyc
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/pulldom.pyo
-${PYSITELIB}/pip/_vendor/html5lib/treewalkers/_base.py
-${PYSITELIB}/pip/_vendor/html5lib/treewalkers/dom.py
-${PYSITELIB}/pip/_vendor/html5lib/treewalkers/etree.py
-${PYSITELIB}/pip/_vendor/html5lib/treewalkers/genshistream.py
-${PYSITELIB}/pip/_vendor/html5lib/treewalkers/lxmletree.py
-${PYSITELIB}/pip/_vendor/html5lib/treewalkers/pulldom.py
${PYSITELIB}/pip/_vendor/html5lib/trie/__init__.py
${PYSITELIB}/pip/_vendor/html5lib/trie/__init__.pyc
${PYSITELIB}/pip/_vendor/html5lib/trie/__init__.pyo
+${PYSITELIB}/pip/_vendor/html5lib/trie/_base.py
${PYSITELIB}/pip/_vendor/html5lib/trie/_base.pyc
${PYSITELIB}/pip/_vendor/html5lib/trie/_base.pyo
+${PYSITELIB}/pip/_vendor/html5lib/trie/datrie.py
${PYSITELIB}/pip/_vendor/html5lib/trie/datrie.pyc
${PYSITELIB}/pip/_vendor/html5lib/trie/datrie.pyo
+${PYSITELIB}/pip/_vendor/html5lib/trie/py.py
${PYSITELIB}/pip/_vendor/html5lib/trie/py.pyc
${PYSITELIB}/pip/_vendor/html5lib/trie/py.pyo
-${PYSITELIB}/pip/_vendor/html5lib/trie/_base.py
-${PYSITELIB}/pip/_vendor/html5lib/trie/datrie.py
-${PYSITELIB}/pip/_vendor/html5lib/trie/py.py
${PYSITELIB}/pip/_vendor/html5lib/utils.py
+${PYSITELIB}/pip/_vendor/html5lib/utils.pyc
+${PYSITELIB}/pip/_vendor/html5lib/utils.pyo
${PYSITELIB}/pip/_vendor/ipaddress.py
+${PYSITELIB}/pip/_vendor/ipaddress.pyc
+${PYSITELIB}/pip/_vendor/ipaddress.pyo
${PYSITELIB}/pip/_vendor/lockfile/__init__.py
${PYSITELIB}/pip/_vendor/lockfile/__init__.pyc
${PYSITELIB}/pip/_vendor/lockfile/__init__.pyo
+${PYSITELIB}/pip/_vendor/lockfile/linklockfile.py
${PYSITELIB}/pip/_vendor/lockfile/linklockfile.pyc
${PYSITELIB}/pip/_vendor/lockfile/linklockfile.pyo
+${PYSITELIB}/pip/_vendor/lockfile/mkdirlockfile.py
${PYSITELIB}/pip/_vendor/lockfile/mkdirlockfile.pyc
${PYSITELIB}/pip/_vendor/lockfile/mkdirlockfile.pyo
+${PYSITELIB}/pip/_vendor/lockfile/pidlockfile.py
${PYSITELIB}/pip/_vendor/lockfile/pidlockfile.pyc
${PYSITELIB}/pip/_vendor/lockfile/pidlockfile.pyo
+${PYSITELIB}/pip/_vendor/lockfile/sqlitelockfile.py
${PYSITELIB}/pip/_vendor/lockfile/sqlitelockfile.pyc
${PYSITELIB}/pip/_vendor/lockfile/sqlitelockfile.pyo
+${PYSITELIB}/pip/_vendor/lockfile/symlinklockfile.py
${PYSITELIB}/pip/_vendor/lockfile/symlinklockfile.pyc
${PYSITELIB}/pip/_vendor/lockfile/symlinklockfile.pyo
-${PYSITELIB}/pip/_vendor/lockfile/linklockfile.py
-${PYSITELIB}/pip/_vendor/lockfile/mkdirlockfile.py
-${PYSITELIB}/pip/_vendor/lockfile/pidlockfile.py
-${PYSITELIB}/pip/_vendor/lockfile/sqlitelockfile.py
-${PYSITELIB}/pip/_vendor/lockfile/symlinklockfile.py
${PYSITELIB}/pip/_vendor/packaging/__about__.py
-${PYSITELIB}/pip/_vendor/packaging/__init__.py
${PYSITELIB}/pip/_vendor/packaging/__about__.pyc
${PYSITELIB}/pip/_vendor/packaging/__about__.pyo
+${PYSITELIB}/pip/_vendor/packaging/__init__.py
${PYSITELIB}/pip/_vendor/packaging/__init__.pyc
${PYSITELIB}/pip/_vendor/packaging/__init__.pyo
+${PYSITELIB}/pip/_vendor/packaging/_compat.py
${PYSITELIB}/pip/_vendor/packaging/_compat.pyc
${PYSITELIB}/pip/_vendor/packaging/_compat.pyo
+${PYSITELIB}/pip/_vendor/packaging/_structures.py
${PYSITELIB}/pip/_vendor/packaging/_structures.pyc
${PYSITELIB}/pip/_vendor/packaging/_structures.pyo
+${PYSITELIB}/pip/_vendor/packaging/markers.py
+${PYSITELIB}/pip/_vendor/packaging/markers.pyc
+${PYSITELIB}/pip/_vendor/packaging/markers.pyo
+${PYSITELIB}/pip/_vendor/packaging/requirements.py
+${PYSITELIB}/pip/_vendor/packaging/requirements.pyc
+${PYSITELIB}/pip/_vendor/packaging/requirements.pyo
+${PYSITELIB}/pip/_vendor/packaging/specifiers.py
${PYSITELIB}/pip/_vendor/packaging/specifiers.pyc
${PYSITELIB}/pip/_vendor/packaging/specifiers.pyo
+${PYSITELIB}/pip/_vendor/packaging/utils.py
+${PYSITELIB}/pip/_vendor/packaging/utils.pyc
+${PYSITELIB}/pip/_vendor/packaging/utils.pyo
+${PYSITELIB}/pip/_vendor/packaging/version.py
${PYSITELIB}/pip/_vendor/packaging/version.pyc
${PYSITELIB}/pip/_vendor/packaging/version.pyo
-${PYSITELIB}/pip/_vendor/packaging/_compat.py
-${PYSITELIB}/pip/_vendor/packaging/_structures.py
-${PYSITELIB}/pip/_vendor/packaging/specifiers.py
-${PYSITELIB}/pip/_vendor/packaging/version.py
${PYSITELIB}/pip/_vendor/pkg_resources/__init__.py
${PYSITELIB}/pip/_vendor/pkg_resources/__init__.pyc
${PYSITELIB}/pip/_vendor/pkg_resources/__init__.pyo
${PYSITELIB}/pip/_vendor/progress/__init__.py
${PYSITELIB}/pip/_vendor/progress/__init__.pyc
${PYSITELIB}/pip/_vendor/progress/__init__.pyo
+${PYSITELIB}/pip/_vendor/progress/bar.py
${PYSITELIB}/pip/_vendor/progress/bar.pyc
${PYSITELIB}/pip/_vendor/progress/bar.pyo
+${PYSITELIB}/pip/_vendor/progress/counter.py
${PYSITELIB}/pip/_vendor/progress/counter.pyc
${PYSITELIB}/pip/_vendor/progress/counter.pyo
+${PYSITELIB}/pip/_vendor/progress/helpers.py
${PYSITELIB}/pip/_vendor/progress/helpers.pyc
${PYSITELIB}/pip/_vendor/progress/helpers.pyo
+${PYSITELIB}/pip/_vendor/progress/spinner.py
${PYSITELIB}/pip/_vendor/progress/spinner.pyc
${PYSITELIB}/pip/_vendor/progress/spinner.pyo
-${PYSITELIB}/pip/_vendor/progress/bar.py
-${PYSITELIB}/pip/_vendor/progress/counter.py
-${PYSITELIB}/pip/_vendor/progress/helpers.py
-${PYSITELIB}/pip/_vendor/progress/spinner.py
+${PYSITELIB}/pip/_vendor/pyparsing.py
+${PYSITELIB}/pip/_vendor/pyparsing.pyc
+${PYSITELIB}/pip/_vendor/pyparsing.pyo
${PYSITELIB}/pip/_vendor/re-vendor.py
+${PYSITELIB}/pip/_vendor/re-vendor.pyc
+${PYSITELIB}/pip/_vendor/re-vendor.pyo
${PYSITELIB}/pip/_vendor/requests/__init__.py
${PYSITELIB}/pip/_vendor/requests/__init__.pyc
${PYSITELIB}/pip/_vendor/requests/__init__.pyo
+${PYSITELIB}/pip/_vendor/requests/adapters.py
${PYSITELIB}/pip/_vendor/requests/adapters.pyc
${PYSITELIB}/pip/_vendor/requests/adapters.pyo
+${PYSITELIB}/pip/_vendor/requests/api.py
${PYSITELIB}/pip/_vendor/requests/api.pyc
${PYSITELIB}/pip/_vendor/requests/api.pyo
+${PYSITELIB}/pip/_vendor/requests/auth.py
${PYSITELIB}/pip/_vendor/requests/auth.pyc
${PYSITELIB}/pip/_vendor/requests/auth.pyo
+${PYSITELIB}/pip/_vendor/requests/cacert.pem
+${PYSITELIB}/pip/_vendor/requests/certs.py
${PYSITELIB}/pip/_vendor/requests/certs.pyc
${PYSITELIB}/pip/_vendor/requests/certs.pyo
+${PYSITELIB}/pip/_vendor/requests/compat.py
${PYSITELIB}/pip/_vendor/requests/compat.pyc
${PYSITELIB}/pip/_vendor/requests/compat.pyo
+${PYSITELIB}/pip/_vendor/requests/cookies.py
${PYSITELIB}/pip/_vendor/requests/cookies.pyc
${PYSITELIB}/pip/_vendor/requests/cookies.pyo
+${PYSITELIB}/pip/_vendor/requests/exceptions.py
${PYSITELIB}/pip/_vendor/requests/exceptions.pyc
${PYSITELIB}/pip/_vendor/requests/exceptions.pyo
+${PYSITELIB}/pip/_vendor/requests/hooks.py
${PYSITELIB}/pip/_vendor/requests/hooks.pyc
${PYSITELIB}/pip/_vendor/requests/hooks.pyo
+${PYSITELIB}/pip/_vendor/requests/models.py
${PYSITELIB}/pip/_vendor/requests/models.pyc
${PYSITELIB}/pip/_vendor/requests/models.pyo
-${PYSITELIB}/pip/_vendor/requests/sessions.pyc
-${PYSITELIB}/pip/_vendor/requests/sessions.pyo
-${PYSITELIB}/pip/_vendor/requests/status_codes.pyc
-${PYSITELIB}/pip/_vendor/requests/status_codes.pyo
-${PYSITELIB}/pip/_vendor/requests/structures.pyc
-${PYSITELIB}/pip/_vendor/requests/structures.pyo
-${PYSITELIB}/pip/_vendor/requests/utils.pyc
-${PYSITELIB}/pip/_vendor/requests/utils.pyo
-${PYSITELIB}/pip/_vendor/requests/adapters.py
-${PYSITELIB}/pip/_vendor/requests/api.py
-${PYSITELIB}/pip/_vendor/requests/auth.py
-${PYSITELIB}/pip/_vendor/requests/cacert.pem
-${PYSITELIB}/pip/_vendor/requests/certs.py
-${PYSITELIB}/pip/_vendor/requests/compat.py
-${PYSITELIB}/pip/_vendor/requests/cookies.py
-${PYSITELIB}/pip/_vendor/requests/exceptions.py
-${PYSITELIB}/pip/_vendor/requests/hooks.py
-${PYSITELIB}/pip/_vendor/requests/models.py
${PYSITELIB}/pip/_vendor/requests/packages/__init__.py
${PYSITELIB}/pip/_vendor/requests/packages/__init__.pyc
${PYSITELIB}/pip/_vendor/requests/packages/__init__.pyo
${PYSITELIB}/pip/_vendor/requests/packages/chardet/__init__.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/__init__.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/__init__.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5freq.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5freq.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5freq.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5prober.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5prober.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5prober.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardetect.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardetect.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardetect.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardistribution.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardistribution.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardistribution.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetgroupprober.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetgroupprober.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetgroupprober.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetprober.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetprober.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetprober.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/codingstatemachine.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/codingstatemachine.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/codingstatemachine.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/compat.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/compat.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/compat.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/constants.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/constants.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/constants.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/cp949prober.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/cp949prober.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/cp949prober.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/escprober.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/escprober.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/escprober.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/escsm.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/escsm.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/escsm.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/eucjpprober.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/eucjpprober.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/eucjpprober.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrfreq.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrfreq.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrfreq.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrprober.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrprober.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrprober.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwfreq.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwfreq.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwfreq.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwprober.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwprober.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwprober.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312freq.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312freq.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312freq.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312prober.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312prober.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312prober.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/hebrewprober.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/hebrewprober.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/hebrewprober.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/jisfreq.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/jisfreq.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/jisfreq.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/jpcntx.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/jpcntx.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/jpcntx.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/langbulgarianmodel.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/langbulgarianmodel.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/langcyrillicmodel.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/langcyrillicmodel.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/langgreekmodel.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/langgreekmodel.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/langgreekmodel.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/langhebrewmodel.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/langhebrewmodel.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/langhebrewmodel.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/langhungarianmodel.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/langhungarianmodel.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/langhungarianmodel.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/langthaimodel.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/langthaimodel.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/langthaimodel.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/latin1prober.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/latin1prober.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/latin1prober.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcharsetprober.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcharsetprober.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcharsetprober.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcsgroupprober.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcsgroupprober.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcssm.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcssm.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcssm.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/sbcharsetprober.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/sbcharsetprober.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/sbcharsetprober.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/sbcsgroupprober.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/sbcsgroupprober.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/sjisprober.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/sjisprober.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/sjisprober.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/universaldetector.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/universaldetector.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/universaldetector.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/chardet/utf8prober.py
${PYSITELIB}/pip/_vendor/requests/packages/chardet/utf8prober.pyc
${PYSITELIB}/pip/_vendor/requests/packages/chardet/utf8prober.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5freq.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5prober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardetect.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardistribution.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetgroupprober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetprober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/codingstatemachine.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/compat.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/constants.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/cp949prober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/escprober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/escsm.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/eucjpprober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrfreq.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrprober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwfreq.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwprober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312freq.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312prober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/hebrewprober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/jisfreq.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/jpcntx.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/langgreekmodel.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/langhebrewmodel.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/langhungarianmodel.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/langthaimodel.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/latin1prober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcharsetprober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcssm.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/sbcharsetprober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/sjisprober.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/universaldetector.py
-${PYSITELIB}/pip/_vendor/requests/packages/chardet/utf8prober.py
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/__init__.py
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/__init__.pyc
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/__init__.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/_collections.py
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/_collections.pyc
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/_collections.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/connection.py
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/connection.pyc
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/connection.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/connectionpool.py
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/connectionpool.pyc
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/connectionpool.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/exceptions.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/exceptions.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/fields.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/fields.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/filepost.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/filepost.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/poolmanager.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/poolmanager.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/request.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/request.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/response.pyc
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/response.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/_collections.py
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/connection.py
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/connectionpool.py
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/__init__.py
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/__init__.pyc
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/__init__.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/appengine.py
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/appengine.pyc
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/appengine.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.pyc
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.pyc
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/socks.py
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/socks.pyc
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/socks.pyo
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/exceptions.py
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/exceptions.pyc
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/exceptions.pyo
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/fields.py
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/fields.pyc
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/fields.pyo
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/filepost.py
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/filepost.pyc
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/filepost.pyo
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/__init__.py
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/__init__.pyc
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/__init__.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.pyc
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/six.py
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/six.pyc
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/six.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/six.py
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyc
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.pyc
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/poolmanager.py
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/poolmanager.pyc
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/poolmanager.pyo
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/request.py
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/request.pyc
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/request.pyo
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/response.py
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/response.pyc
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/response.pyo
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/__init__.py
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/__init__.pyc
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/__init__.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/connection.py
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/connection.pyc
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/connection.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/request.py
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/request.pyc
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/request.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/response.py
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/response.pyc
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/response.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/retry.py
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/retry.pyc
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/retry.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/ssl_.py
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/ssl_.pyc
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/ssl_.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/timeout.py
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/timeout.pyc
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/timeout.pyo
+${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/url.py
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/url.pyc
${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/url.pyo
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/connection.py
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/request.py
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/response.py
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/retry.py
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/ssl_.py
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/timeout.py
-${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/url.py
${PYSITELIB}/pip/_vendor/requests/sessions.py
+${PYSITELIB}/pip/_vendor/requests/sessions.pyc
+${PYSITELIB}/pip/_vendor/requests/sessions.pyo
${PYSITELIB}/pip/_vendor/requests/status_codes.py
+${PYSITELIB}/pip/_vendor/requests/status_codes.pyc
+${PYSITELIB}/pip/_vendor/requests/status_codes.pyo
${PYSITELIB}/pip/_vendor/requests/structures.py
+${PYSITELIB}/pip/_vendor/requests/structures.pyc
+${PYSITELIB}/pip/_vendor/requests/structures.pyo
${PYSITELIB}/pip/_vendor/requests/utils.py
+${PYSITELIB}/pip/_vendor/requests/utils.pyc
+${PYSITELIB}/pip/_vendor/requests/utils.pyo
${PYSITELIB}/pip/_vendor/retrying.py
+${PYSITELIB}/pip/_vendor/retrying.pyc
+${PYSITELIB}/pip/_vendor/retrying.pyo
${PYSITELIB}/pip/_vendor/six.py
+${PYSITELIB}/pip/_vendor/six.pyc
+${PYSITELIB}/pip/_vendor/six.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/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
+${PYSITELIB}/pip/commands/completion.py
${PYSITELIB}/pip/commands/completion.pyc
${PYSITELIB}/pip/commands/completion.pyo
+${PYSITELIB}/pip/commands/download.py
+${PYSITELIB}/pip/commands/download.pyc
+${PYSITELIB}/pip/commands/download.pyo
+${PYSITELIB}/pip/commands/freeze.py
${PYSITELIB}/pip/commands/freeze.pyc
${PYSITELIB}/pip/commands/freeze.pyo
+${PYSITELIB}/pip/commands/hash.py
+${PYSITELIB}/pip/commands/hash.pyc
+${PYSITELIB}/pip/commands/hash.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/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
+${PYSITELIB}/pip/commands/wheel.py
${PYSITELIB}/pip/commands/wheel.pyc
${PYSITELIB}/pip/commands/wheel.pyo
-${PYSITELIB}/pip/commands/completion.py
-${PYSITELIB}/pip/commands/freeze.py
-${PYSITELIB}/pip/commands/help.py
-${PYSITELIB}/pip/commands/install.py
-${PYSITELIB}/pip/commands/list.py
-${PYSITELIB}/pip/commands/search.py
-${PYSITELIB}/pip/commands/show.py
-${PYSITELIB}/pip/commands/uninstall.py
-${PYSITELIB}/pip/commands/wheel.py
${PYSITELIB}/pip/compat/__init__.py
${PYSITELIB}/pip/compat/__init__.pyc
${PYSITELIB}/pip/compat/__init__.pyo
+${PYSITELIB}/pip/compat/dictconfig.py
${PYSITELIB}/pip/compat/dictconfig.pyc
${PYSITELIB}/pip/compat/dictconfig.pyo
-${PYSITELIB}/pip/compat/dictconfig.py
+${PYSITELIB}/pip/compat/ordereddict.py
+${PYSITELIB}/pip/compat/ordereddict.pyc
+${PYSITELIB}/pip/compat/ordereddict.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/models/__init__.py
${PYSITELIB}/pip/models/__init__.pyc
${PYSITELIB}/pip/models/__init__.pyo
+${PYSITELIB}/pip/models/index.py
${PYSITELIB}/pip/models/index.pyc
${PYSITELIB}/pip/models/index.pyo
-${PYSITELIB}/pip/models/index.py
${PYSITELIB}/pip/operations/__init__.py
${PYSITELIB}/pip/operations/__init__.pyc
${PYSITELIB}/pip/operations/__init__.pyo
+${PYSITELIB}/pip/operations/freeze.py
${PYSITELIB}/pip/operations/freeze.pyc
${PYSITELIB}/pip/operations/freeze.pyo
-${PYSITELIB}/pip/operations/freeze.py
${PYSITELIB}/pip/pep425tags.py
+${PYSITELIB}/pip/pep425tags.pyc
+${PYSITELIB}/pip/pep425tags.pyo
${PYSITELIB}/pip/req/__init__.py
${PYSITELIB}/pip/req/__init__.pyc
${PYSITELIB}/pip/req/__init__.pyo
+${PYSITELIB}/pip/req/req_file.py
${PYSITELIB}/pip/req/req_file.pyc
${PYSITELIB}/pip/req/req_file.pyo
+${PYSITELIB}/pip/req/req_install.py
${PYSITELIB}/pip/req/req_install.pyc
${PYSITELIB}/pip/req/req_install.pyo
+${PYSITELIB}/pip/req/req_set.py
${PYSITELIB}/pip/req/req_set.pyc
${PYSITELIB}/pip/req/req_set.pyo
+${PYSITELIB}/pip/req/req_uninstall.py
${PYSITELIB}/pip/req/req_uninstall.pyc
${PYSITELIB}/pip/req/req_uninstall.pyo
-${PYSITELIB}/pip/req/req_file.py
-${PYSITELIB}/pip/req/req_install.py
-${PYSITELIB}/pip/req/req_set.py
-${PYSITELIB}/pip/req/req_uninstall.py
${PYSITELIB}/pip/status_codes.py
+${PYSITELIB}/pip/status_codes.pyc
+${PYSITELIB}/pip/status_codes.pyo
${PYSITELIB}/pip/utils/__init__.py
${PYSITELIB}/pip/utils/__init__.pyc
${PYSITELIB}/pip/utils/__init__.pyo
+${PYSITELIB}/pip/utils/appdirs.py
${PYSITELIB}/pip/utils/appdirs.pyc
${PYSITELIB}/pip/utils/appdirs.pyo
+${PYSITELIB}/pip/utils/build.py
${PYSITELIB}/pip/utils/build.pyc
${PYSITELIB}/pip/utils/build.pyo
+${PYSITELIB}/pip/utils/deprecation.py
${PYSITELIB}/pip/utils/deprecation.pyc
${PYSITELIB}/pip/utils/deprecation.pyo
+${PYSITELIB}/pip/utils/encoding.py
+${PYSITELIB}/pip/utils/encoding.pyc
+${PYSITELIB}/pip/utils/encoding.pyo
+${PYSITELIB}/pip/utils/filesystem.py
${PYSITELIB}/pip/utils/filesystem.pyc
${PYSITELIB}/pip/utils/filesystem.pyo
+${PYSITELIB}/pip/utils/hashes.py
+${PYSITELIB}/pip/utils/hashes.pyc
+${PYSITELIB}/pip/utils/hashes.pyo
+${PYSITELIB}/pip/utils/logging.py
${PYSITELIB}/pip/utils/logging.pyc
${PYSITELIB}/pip/utils/logging.pyo
+${PYSITELIB}/pip/utils/outdated.py
${PYSITELIB}/pip/utils/outdated.pyc
${PYSITELIB}/pip/utils/outdated.pyo
+${PYSITELIB}/pip/utils/setuptools_build.py
+${PYSITELIB}/pip/utils/setuptools_build.pyc
+${PYSITELIB}/pip/utils/setuptools_build.pyo
+${PYSITELIB}/pip/utils/ui.py
${PYSITELIB}/pip/utils/ui.pyc
${PYSITELIB}/pip/utils/ui.pyo
-${PYSITELIB}/pip/utils/appdirs.py
-${PYSITELIB}/pip/utils/build.py
-${PYSITELIB}/pip/utils/deprecation.py
-${PYSITELIB}/pip/utils/filesystem.py
-${PYSITELIB}/pip/utils/logging.py
-${PYSITELIB}/pip/utils/outdated.py
-${PYSITELIB}/pip/utils/ui.py
${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
-${PYSITELIB}/pip/vcs/bazaar.py
-${PYSITELIB}/pip/vcs/git.py
-${PYSITELIB}/pip/vcs/mercurial.py
-${PYSITELIB}/pip/vcs/subversion.py
${PYSITELIB}/pip/wheel.py
+${PYSITELIB}/pip/wheel.pyc
+${PYSITELIB}/pip/wheel.pyo
Index: pkgsrc/devel/py-pip/distinfo
diff -u pkgsrc/devel/py-pip/distinfo:1.11 pkgsrc/devel/py-pip/distinfo:1.12
--- pkgsrc/devel/py-pip/distinfo:1.11 Tue Nov 3 03:29:11 2015
+++ pkgsrc/devel/py-pip/distinfo Sat Aug 27 11:41:23 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2015/11/03 03:29:11 agc Exp $
+$NetBSD: distinfo,v 1.12 2016/08/27 11:41:23 richard Exp $
-SHA1 (pip-7.1.2.tar.gz) = 9eb9ea19b630412bc2b2b587fc6bbbee71950a96
-RMD160 (pip-7.1.2.tar.gz) = 3d748862e9db0b975db9a51105a4ca151c302a4a
-SHA512 (pip-7.1.2.tar.gz) = 78082afe6b559bf87f91ae9b6d304cfbfce00206e09be42fdae9d449a55cd8d968df6873e834191d0b0e6baae29e72eb3eee42386ff7c5dc9c29b6c28b754449
-Size (pip-7.1.2.tar.gz) = 1049170 bytes
+SHA1 (pip-8.1.2.tar.gz) = 1c13c247967ec5bee6de5fd104c5d78ba30951c7
+RMD160 (pip-8.1.2.tar.gz) = de676d8f554d96e7ecf03e919380e7a6fd968634
+SHA512 (pip-8.1.2.tar.gz) = f35e70344bc7baa0739d7a8a38e51f401774b23672e915c32d54fab3e9cc465bfc47361823fa75d2a64fc8748f2020170bd7a4cfde10070d7febf56d1f9124f0
+Size (pip-8.1.2.tar.gz) = 1140573 bytes
Home |
Main Index |
Thread Index |
Old Index