Sat Aug 27 11:41:23 2016 UTC ()
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`.


(richard)
diff -r1.14 -r1.15 pkgsrc/devel/py-pip/Makefile
diff -r1.12 -r1.13 pkgsrc/devel/py-pip/PLIST
diff -r1.11 -r1.12 pkgsrc/devel/py-pip/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/devel/py-pip/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-pip/Makefile 2016/06/08 17:43:26 1.14
+++ pkgsrc/devel/py-pip/Makefile 2016/08/27 11:41:23 1.15
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.14 2016/06/08 17:43:26 wiz Exp $ 1# $NetBSD: Makefile,v 1.15 2016/08/27 11:41:23 richard Exp $
2 2
3DISTNAME= pip-7.1.2 3DISTNAME= pip-8.1.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pip/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pip/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.pip-installer.org/ 9HOMEPAGE= http://www.pip-installer.org/
10COMMENT= Installs Python packages as an easy_install replacement 10COMMENT= Installs Python packages as an easy_install replacement
11LICENSE= mit 11LICENSE= mit
12 12
13PLIST_SUBST+= PYVERSSUFFIX="${PYVERSSUFFIX}" 13PLIST_SUBST+= PYVERSSUFFIX="${PYVERSSUFFIX}"
14FILES_SUBST+= PYVERSSUFFIX="${PYVERSSUFFIX}" 14FILES_SUBST+= PYVERSSUFFIX="${PYVERSSUFFIX}"
15 15
16REPLACE_PYTHON+= pip/__init__.py pip/_vendor/requests/certs.py 16REPLACE_PYTHON+= pip/__init__.py pip/_vendor/requests/certs.py

cvs diff -r1.12 -r1.13 pkgsrc/devel/py-pip/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-pip/PLIST 2015/10/01 23:11:41 1.12
+++ pkgsrc/devel/py-pip/PLIST 2016/08/27 11:41:23 1.13
@@ -1,682 +1,714 @@ @@ -1,682 +1,714 @@
1@comment $NetBSD: PLIST,v 1.12 2015/10/01 23:11:41 rodent Exp $ 1@comment $NetBSD: PLIST,v 1.13 2016/08/27 11:41:23 richard Exp $
2bin/pip${PYVERSSUFFIX} 2bin/pip2.7
3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
7${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 7${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
8${PYSITELIB}/${EGG_INFODIR}/pbr.json 
9${PYSITELIB}/${EGG_INFODIR}/requires.txt 8${PYSITELIB}/${EGG_INFODIR}/requires.txt
10${PYSITELIB}/${EGG_INFODIR}/top_level.txt 9${PYSITELIB}/${EGG_INFODIR}/top_level.txt
11${PYSITELIB}/pip/__init__.py 10${PYSITELIB}/pip/__init__.py
12${PYSITELIB}/pip/__main__.py 
13${PYSITELIB}/pip/__init__.pyc 11${PYSITELIB}/pip/__init__.pyc
14${PYSITELIB}/pip/__init__.pyo 12${PYSITELIB}/pip/__init__.pyo
 13${PYSITELIB}/pip/__main__.py
15${PYSITELIB}/pip/__main__.pyc 14${PYSITELIB}/pip/__main__.pyc
16${PYSITELIB}/pip/__main__.pyo 15${PYSITELIB}/pip/__main__.pyo
17${PYSITELIB}/pip/basecommand.pyc 
18${PYSITELIB}/pip/basecommand.pyo 
19${PYSITELIB}/pip/baseparser.pyc 
20${PYSITELIB}/pip/baseparser.pyo 
21${PYSITELIB}/pip/cmdoptions.pyc 
22${PYSITELIB}/pip/cmdoptions.pyo 
23${PYSITELIB}/pip/download.pyc 
24${PYSITELIB}/pip/download.pyo 
25${PYSITELIB}/pip/exceptions.pyc 
26${PYSITELIB}/pip/exceptions.pyo 
27${PYSITELIB}/pip/index.pyc 
28${PYSITELIB}/pip/index.pyo 
29${PYSITELIB}/pip/locations.pyc 
30${PYSITELIB}/pip/locations.pyo 
31${PYSITELIB}/pip/pep425tags.pyc 
32${PYSITELIB}/pip/pep425tags.pyo 
33${PYSITELIB}/pip/status_codes.pyc 
34${PYSITELIB}/pip/status_codes.pyo 
35${PYSITELIB}/pip/wheel.pyc 
36${PYSITELIB}/pip/wheel.pyo 
37${PYSITELIB}/pip/_vendor/__init__.py 16${PYSITELIB}/pip/_vendor/__init__.py
38${PYSITELIB}/pip/_vendor/__init__.pyc 17${PYSITELIB}/pip/_vendor/__init__.pyc
39${PYSITELIB}/pip/_vendor/__init__.pyo 18${PYSITELIB}/pip/_vendor/__init__.pyo
40${PYSITELIB}/pip/_vendor/ipaddress.pyc 
41${PYSITELIB}/pip/_vendor/ipaddress.pyo 
42${PYSITELIB}/pip/_vendor/re-vendor.pyc 
43${PYSITELIB}/pip/_vendor/re-vendor.pyo 
44${PYSITELIB}/pip/_vendor/retrying.pyc 
45${PYSITELIB}/pip/_vendor/retrying.pyo 
46${PYSITELIB}/pip/_vendor/six.pyc 
47${PYSITELIB}/pip/_vendor/six.pyo 
48${PYSITELIB}/pip/_vendor/_markerlib/__init__.py 
49${PYSITELIB}/pip/_vendor/_markerlib/__init__.pyc 
50${PYSITELIB}/pip/_vendor/_markerlib/__init__.pyo 
51${PYSITELIB}/pip/_vendor/_markerlib/markers.pyc 
52${PYSITELIB}/pip/_vendor/_markerlib/markers.pyo 
53${PYSITELIB}/pip/_vendor/_markerlib/markers.py 
54${PYSITELIB}/pip/_vendor/cachecontrol/__init__.py 19${PYSITELIB}/pip/_vendor/cachecontrol/__init__.py
55${PYSITELIB}/pip/_vendor/cachecontrol/__init__.pyc 20${PYSITELIB}/pip/_vendor/cachecontrol/__init__.pyc
56${PYSITELIB}/pip/_vendor/cachecontrol/__init__.pyo 21${PYSITELIB}/pip/_vendor/cachecontrol/__init__.pyo
 22${PYSITELIB}/pip/_vendor/cachecontrol/_cmd.py
 23${PYSITELIB}/pip/_vendor/cachecontrol/_cmd.pyc
 24${PYSITELIB}/pip/_vendor/cachecontrol/_cmd.pyo
 25${PYSITELIB}/pip/_vendor/cachecontrol/adapter.py
57${PYSITELIB}/pip/_vendor/cachecontrol/adapter.pyc 26${PYSITELIB}/pip/_vendor/cachecontrol/adapter.pyc
58${PYSITELIB}/pip/_vendor/cachecontrol/adapter.pyo 27${PYSITELIB}/pip/_vendor/cachecontrol/adapter.pyo
 28${PYSITELIB}/pip/_vendor/cachecontrol/cache.py
59${PYSITELIB}/pip/_vendor/cachecontrol/cache.pyc 29${PYSITELIB}/pip/_vendor/cachecontrol/cache.pyc
60${PYSITELIB}/pip/_vendor/cachecontrol/cache.pyo 30${PYSITELIB}/pip/_vendor/cachecontrol/cache.pyo
61${PYSITELIB}/pip/_vendor/cachecontrol/compat.pyc 
62${PYSITELIB}/pip/_vendor/cachecontrol/compat.pyo 
63${PYSITELIB}/pip/_vendor/cachecontrol/controller.pyc 
64${PYSITELIB}/pip/_vendor/cachecontrol/controller.pyo 
65${PYSITELIB}/pip/_vendor/cachecontrol/filewrapper.pyc 
66${PYSITELIB}/pip/_vendor/cachecontrol/filewrapper.pyo 
67${PYSITELIB}/pip/_vendor/cachecontrol/heuristics.pyc 
68${PYSITELIB}/pip/_vendor/cachecontrol/heuristics.pyo 
69${PYSITELIB}/pip/_vendor/cachecontrol/serialize.pyc 
70${PYSITELIB}/pip/_vendor/cachecontrol/serialize.pyo 
71${PYSITELIB}/pip/_vendor/cachecontrol/wrapper.pyc 
72${PYSITELIB}/pip/_vendor/cachecontrol/wrapper.pyo 
73${PYSITELIB}/pip/_vendor/cachecontrol/adapter.py 
74${PYSITELIB}/pip/_vendor/cachecontrol/cache.py 
75${PYSITELIB}/pip/_vendor/cachecontrol/caches/__init__.py 31${PYSITELIB}/pip/_vendor/cachecontrol/caches/__init__.py
76${PYSITELIB}/pip/_vendor/cachecontrol/caches/__init__.pyc 32${PYSITELIB}/pip/_vendor/cachecontrol/caches/__init__.pyc
77${PYSITELIB}/pip/_vendor/cachecontrol/caches/__init__.pyo 33${PYSITELIB}/pip/_vendor/cachecontrol/caches/__init__.pyo
 34${PYSITELIB}/pip/_vendor/cachecontrol/caches/file_cache.py
78${PYSITELIB}/pip/_vendor/cachecontrol/caches/file_cache.pyc 35${PYSITELIB}/pip/_vendor/cachecontrol/caches/file_cache.pyc
79${PYSITELIB}/pip/_vendor/cachecontrol/caches/file_cache.pyo 36${PYSITELIB}/pip/_vendor/cachecontrol/caches/file_cache.pyo
 37${PYSITELIB}/pip/_vendor/cachecontrol/caches/redis_cache.py
80${PYSITELIB}/pip/_vendor/cachecontrol/caches/redis_cache.pyc 38${PYSITELIB}/pip/_vendor/cachecontrol/caches/redis_cache.pyc
81${PYSITELIB}/pip/_vendor/cachecontrol/caches/redis_cache.pyo 39${PYSITELIB}/pip/_vendor/cachecontrol/caches/redis_cache.pyo
82${PYSITELIB}/pip/_vendor/cachecontrol/caches/file_cache.py 
83${PYSITELIB}/pip/_vendor/cachecontrol/caches/redis_cache.py 
84${PYSITELIB}/pip/_vendor/cachecontrol/compat.py 40${PYSITELIB}/pip/_vendor/cachecontrol/compat.py
 41${PYSITELIB}/pip/_vendor/cachecontrol/compat.pyc
 42${PYSITELIB}/pip/_vendor/cachecontrol/compat.pyo
85${PYSITELIB}/pip/_vendor/cachecontrol/controller.py 43${PYSITELIB}/pip/_vendor/cachecontrol/controller.py
 44${PYSITELIB}/pip/_vendor/cachecontrol/controller.pyc
 45${PYSITELIB}/pip/_vendor/cachecontrol/controller.pyo
86${PYSITELIB}/pip/_vendor/cachecontrol/filewrapper.py 46${PYSITELIB}/pip/_vendor/cachecontrol/filewrapper.py
 47${PYSITELIB}/pip/_vendor/cachecontrol/filewrapper.pyc
 48${PYSITELIB}/pip/_vendor/cachecontrol/filewrapper.pyo
87${PYSITELIB}/pip/_vendor/cachecontrol/heuristics.py 49${PYSITELIB}/pip/_vendor/cachecontrol/heuristics.py
 50${PYSITELIB}/pip/_vendor/cachecontrol/heuristics.pyc
 51${PYSITELIB}/pip/_vendor/cachecontrol/heuristics.pyo
88${PYSITELIB}/pip/_vendor/cachecontrol/serialize.py 52${PYSITELIB}/pip/_vendor/cachecontrol/serialize.py
 53${PYSITELIB}/pip/_vendor/cachecontrol/serialize.pyc
 54${PYSITELIB}/pip/_vendor/cachecontrol/serialize.pyo
89${PYSITELIB}/pip/_vendor/cachecontrol/wrapper.py 55${PYSITELIB}/pip/_vendor/cachecontrol/wrapper.py
 56${PYSITELIB}/pip/_vendor/cachecontrol/wrapper.pyc
 57${PYSITELIB}/pip/_vendor/cachecontrol/wrapper.pyo
90${PYSITELIB}/pip/_vendor/colorama/__init__.py 58${PYSITELIB}/pip/_vendor/colorama/__init__.py
91${PYSITELIB}/pip/_vendor/colorama/__init__.pyc 59${PYSITELIB}/pip/_vendor/colorama/__init__.pyc
92${PYSITELIB}/pip/_vendor/colorama/__init__.pyo 60${PYSITELIB}/pip/_vendor/colorama/__init__.pyo
 61${PYSITELIB}/pip/_vendor/colorama/ansi.py
93${PYSITELIB}/pip/_vendor/colorama/ansi.pyc 62${PYSITELIB}/pip/_vendor/colorama/ansi.pyc
94${PYSITELIB}/pip/_vendor/colorama/ansi.pyo 63${PYSITELIB}/pip/_vendor/colorama/ansi.pyo
 64${PYSITELIB}/pip/_vendor/colorama/ansitowin32.py
95${PYSITELIB}/pip/_vendor/colorama/ansitowin32.pyc 65${PYSITELIB}/pip/_vendor/colorama/ansitowin32.pyc
96${PYSITELIB}/pip/_vendor/colorama/ansitowin32.pyo 66${PYSITELIB}/pip/_vendor/colorama/ansitowin32.pyo
 67${PYSITELIB}/pip/_vendor/colorama/initialise.py
97${PYSITELIB}/pip/_vendor/colorama/initialise.pyc 68${PYSITELIB}/pip/_vendor/colorama/initialise.pyc
98${PYSITELIB}/pip/_vendor/colorama/initialise.pyo 69${PYSITELIB}/pip/_vendor/colorama/initialise.pyo
 70${PYSITELIB}/pip/_vendor/colorama/win32.py
99${PYSITELIB}/pip/_vendor/colorama/win32.pyc 71${PYSITELIB}/pip/_vendor/colorama/win32.pyc
100${PYSITELIB}/pip/_vendor/colorama/win32.pyo 72${PYSITELIB}/pip/_vendor/colorama/win32.pyo
 73${PYSITELIB}/pip/_vendor/colorama/winterm.py
101${PYSITELIB}/pip/_vendor/colorama/winterm.pyc 74${PYSITELIB}/pip/_vendor/colorama/winterm.pyc
102${PYSITELIB}/pip/_vendor/colorama/winterm.pyo 75${PYSITELIB}/pip/_vendor/colorama/winterm.pyo
103${PYSITELIB}/pip/_vendor/colorama/ansi.py 
104${PYSITELIB}/pip/_vendor/colorama/ansitowin32.py 
105${PYSITELIB}/pip/_vendor/colorama/initialise.py 
106${PYSITELIB}/pip/_vendor/colorama/win32.py 
107${PYSITELIB}/pip/_vendor/colorama/winterm.py 
108${PYSITELIB}/pip/_vendor/distlib/__init__.py 76${PYSITELIB}/pip/_vendor/distlib/__init__.py
109${PYSITELIB}/pip/_vendor/distlib/__init__.pyc 77${PYSITELIB}/pip/_vendor/distlib/__init__.pyc
110${PYSITELIB}/pip/_vendor/distlib/__init__.pyo 78${PYSITELIB}/pip/_vendor/distlib/__init__.pyo
111${PYSITELIB}/pip/_vendor/distlib/compat.pyc 
112${PYSITELIB}/pip/_vendor/distlib/compat.pyo 
113${PYSITELIB}/pip/_vendor/distlib/database.pyc 
114${PYSITELIB}/pip/_vendor/distlib/database.pyo 
115${PYSITELIB}/pip/_vendor/distlib/index.pyc 
116${PYSITELIB}/pip/_vendor/distlib/index.pyo 
117${PYSITELIB}/pip/_vendor/distlib/locators.pyc 
118${PYSITELIB}/pip/_vendor/distlib/locators.pyo 
119${PYSITELIB}/pip/_vendor/distlib/manifest.pyc 
120${PYSITELIB}/pip/_vendor/distlib/manifest.pyo 
121${PYSITELIB}/pip/_vendor/distlib/markers.pyc 
122${PYSITELIB}/pip/_vendor/distlib/markers.pyo 
123${PYSITELIB}/pip/_vendor/distlib/metadata.pyc 
124${PYSITELIB}/pip/_vendor/distlib/metadata.pyo 
125${PYSITELIB}/pip/_vendor/distlib/resources.pyc 
126${PYSITELIB}/pip/_vendor/distlib/resources.pyo 
127${PYSITELIB}/pip/_vendor/distlib/scripts.pyc 
128${PYSITELIB}/pip/_vendor/distlib/scripts.pyo 
129${PYSITELIB}/pip/_vendor/distlib/util.pyc 
130${PYSITELIB}/pip/_vendor/distlib/util.pyo 
131${PYSITELIB}/pip/_vendor/distlib/version.pyc 
132${PYSITELIB}/pip/_vendor/distlib/version.pyo 
133${PYSITELIB}/pip/_vendor/distlib/wheel.pyc 
134${PYSITELIB}/pip/_vendor/distlib/wheel.pyo 
135${PYSITELIB}/pip/_vendor/distlib/_backport/__init__.py 79${PYSITELIB}/pip/_vendor/distlib/_backport/__init__.py
136${PYSITELIB}/pip/_vendor/distlib/_backport/__init__.pyc 80${PYSITELIB}/pip/_vendor/distlib/_backport/__init__.pyc
137${PYSITELIB}/pip/_vendor/distlib/_backport/__init__.pyo 81${PYSITELIB}/pip/_vendor/distlib/_backport/__init__.pyo
 82${PYSITELIB}/pip/_vendor/distlib/_backport/misc.py
138${PYSITELIB}/pip/_vendor/distlib/_backport/misc.pyc 83${PYSITELIB}/pip/_vendor/distlib/_backport/misc.pyc
139${PYSITELIB}/pip/_vendor/distlib/_backport/misc.pyo 84${PYSITELIB}/pip/_vendor/distlib/_backport/misc.pyo
 85${PYSITELIB}/pip/_vendor/distlib/_backport/shutil.py
140${PYSITELIB}/pip/_vendor/distlib/_backport/shutil.pyc 86${PYSITELIB}/pip/_vendor/distlib/_backport/shutil.pyc
141${PYSITELIB}/pip/_vendor/distlib/_backport/shutil.pyo 87${PYSITELIB}/pip/_vendor/distlib/_backport/shutil.pyo
 88${PYSITELIB}/pip/_vendor/distlib/_backport/sysconfig.cfg
 89${PYSITELIB}/pip/_vendor/distlib/_backport/sysconfig.py
142${PYSITELIB}/pip/_vendor/distlib/_backport/sysconfig.pyc 90${PYSITELIB}/pip/_vendor/distlib/_backport/sysconfig.pyc
143${PYSITELIB}/pip/_vendor/distlib/_backport/sysconfig.pyo 91${PYSITELIB}/pip/_vendor/distlib/_backport/sysconfig.pyo
 92${PYSITELIB}/pip/_vendor/distlib/_backport/tarfile.py
144${PYSITELIB}/pip/_vendor/distlib/_backport/tarfile.pyc 93${PYSITELIB}/pip/_vendor/distlib/_backport/tarfile.pyc
145${PYSITELIB}/pip/_vendor/distlib/_backport/tarfile.pyo 94${PYSITELIB}/pip/_vendor/distlib/_backport/tarfile.pyo
146${PYSITELIB}/pip/_vendor/distlib/_backport/misc.py 
147${PYSITELIB}/pip/_vendor/distlib/_backport/shutil.py 
148${PYSITELIB}/pip/_vendor/distlib/_backport/sysconfig.cfg 
149${PYSITELIB}/pip/_vendor/distlib/_backport/sysconfig.py 
150${PYSITELIB}/pip/_vendor/distlib/_backport/tarfile.py 
151${PYSITELIB}/pip/_vendor/distlib/compat.py 95${PYSITELIB}/pip/_vendor/distlib/compat.py
 96${PYSITELIB}/pip/_vendor/distlib/compat.pyc
 97${PYSITELIB}/pip/_vendor/distlib/compat.pyo
152${PYSITELIB}/pip/_vendor/distlib/database.py 98${PYSITELIB}/pip/_vendor/distlib/database.py
 99${PYSITELIB}/pip/_vendor/distlib/database.pyc
 100${PYSITELIB}/pip/_vendor/distlib/database.pyo
153${PYSITELIB}/pip/_vendor/distlib/index.py 101${PYSITELIB}/pip/_vendor/distlib/index.py
 102${PYSITELIB}/pip/_vendor/distlib/index.pyc
 103${PYSITELIB}/pip/_vendor/distlib/index.pyo
154${PYSITELIB}/pip/_vendor/distlib/locators.py 104${PYSITELIB}/pip/_vendor/distlib/locators.py
 105${PYSITELIB}/pip/_vendor/distlib/locators.pyc
 106${PYSITELIB}/pip/_vendor/distlib/locators.pyo
155${PYSITELIB}/pip/_vendor/distlib/manifest.py 107${PYSITELIB}/pip/_vendor/distlib/manifest.py
 108${PYSITELIB}/pip/_vendor/distlib/manifest.pyc
 109${PYSITELIB}/pip/_vendor/distlib/manifest.pyo
156${PYSITELIB}/pip/_vendor/distlib/markers.py 110${PYSITELIB}/pip/_vendor/distlib/markers.py
 111${PYSITELIB}/pip/_vendor/distlib/markers.pyc
 112${PYSITELIB}/pip/_vendor/distlib/markers.pyo
157${PYSITELIB}/pip/_vendor/distlib/metadata.py 113${PYSITELIB}/pip/_vendor/distlib/metadata.py
 114${PYSITELIB}/pip/_vendor/distlib/metadata.pyc
 115${PYSITELIB}/pip/_vendor/distlib/metadata.pyo
158${PYSITELIB}/pip/_vendor/distlib/resources.py 116${PYSITELIB}/pip/_vendor/distlib/resources.py
 117${PYSITELIB}/pip/_vendor/distlib/resources.pyc
 118${PYSITELIB}/pip/_vendor/distlib/resources.pyo
159${PYSITELIB}/pip/_vendor/distlib/scripts.py 119${PYSITELIB}/pip/_vendor/distlib/scripts.py
 120${PYSITELIB}/pip/_vendor/distlib/scripts.pyc
 121${PYSITELIB}/pip/_vendor/distlib/scripts.pyo
160${PYSITELIB}/pip/_vendor/distlib/t32.exe 122${PYSITELIB}/pip/_vendor/distlib/t32.exe
161${PYSITELIB}/pip/_vendor/distlib/t64.exe 123${PYSITELIB}/pip/_vendor/distlib/t64.exe
162${PYSITELIB}/pip/_vendor/distlib/util.py 124${PYSITELIB}/pip/_vendor/distlib/util.py
 125${PYSITELIB}/pip/_vendor/distlib/util.pyc
 126${PYSITELIB}/pip/_vendor/distlib/util.pyo
163${PYSITELIB}/pip/_vendor/distlib/version.py 127${PYSITELIB}/pip/_vendor/distlib/version.py
 128${PYSITELIB}/pip/_vendor/distlib/version.pyc
 129${PYSITELIB}/pip/_vendor/distlib/version.pyo
164${PYSITELIB}/pip/_vendor/distlib/w32.exe 130${PYSITELIB}/pip/_vendor/distlib/w32.exe
165${PYSITELIB}/pip/_vendor/distlib/w64.exe 131${PYSITELIB}/pip/_vendor/distlib/w64.exe
166${PYSITELIB}/pip/_vendor/distlib/wheel.py 132${PYSITELIB}/pip/_vendor/distlib/wheel.py
 133${PYSITELIB}/pip/_vendor/distlib/wheel.pyc
 134${PYSITELIB}/pip/_vendor/distlib/wheel.pyo
167${PYSITELIB}/pip/_vendor/html5lib/__init__.py 135${PYSITELIB}/pip/_vendor/html5lib/__init__.py
168${PYSITELIB}/pip/_vendor/html5lib/__init__.pyc 136${PYSITELIB}/pip/_vendor/html5lib/__init__.pyc
169${PYSITELIB}/pip/_vendor/html5lib/__init__.pyo 137${PYSITELIB}/pip/_vendor/html5lib/__init__.pyo
 138${PYSITELIB}/pip/_vendor/html5lib/constants.py
170${PYSITELIB}/pip/_vendor/html5lib/constants.pyc 139${PYSITELIB}/pip/_vendor/html5lib/constants.pyc
171${PYSITELIB}/pip/_vendor/html5lib/constants.pyo 140${PYSITELIB}/pip/_vendor/html5lib/constants.pyo
172${PYSITELIB}/pip/_vendor/html5lib/html5parser.pyc 
173${PYSITELIB}/pip/_vendor/html5lib/html5parser.pyo 
174${PYSITELIB}/pip/_vendor/html5lib/ihatexml.pyc 
175${PYSITELIB}/pip/_vendor/html5lib/ihatexml.pyo 
176${PYSITELIB}/pip/_vendor/html5lib/inputstream.pyc 
177${PYSITELIB}/pip/_vendor/html5lib/inputstream.pyo 
178${PYSITELIB}/pip/_vendor/html5lib/sanitizer.pyc 
179${PYSITELIB}/pip/_vendor/html5lib/sanitizer.pyo 
180${PYSITELIB}/pip/_vendor/html5lib/tokenizer.pyc 
181${PYSITELIB}/pip/_vendor/html5lib/tokenizer.pyo 
182${PYSITELIB}/pip/_vendor/html5lib/utils.pyc 
183${PYSITELIB}/pip/_vendor/html5lib/utils.pyo 
184${PYSITELIB}/pip/_vendor/html5lib/constants.py 
185${PYSITELIB}/pip/_vendor/html5lib/filters/__init__.py 141${PYSITELIB}/pip/_vendor/html5lib/filters/__init__.py
186${PYSITELIB}/pip/_vendor/html5lib/filters/__init__.pyc 142${PYSITELIB}/pip/_vendor/html5lib/filters/__init__.pyc
187${PYSITELIB}/pip/_vendor/html5lib/filters/__init__.pyo 143${PYSITELIB}/pip/_vendor/html5lib/filters/__init__.pyo
 144${PYSITELIB}/pip/_vendor/html5lib/filters/_base.py
188${PYSITELIB}/pip/_vendor/html5lib/filters/_base.pyc 145${PYSITELIB}/pip/_vendor/html5lib/filters/_base.pyc
189${PYSITELIB}/pip/_vendor/html5lib/filters/_base.pyo 146${PYSITELIB}/pip/_vendor/html5lib/filters/_base.pyo
 147${PYSITELIB}/pip/_vendor/html5lib/filters/alphabeticalattributes.py
190${PYSITELIB}/pip/_vendor/html5lib/filters/alphabeticalattributes.pyc 148${PYSITELIB}/pip/_vendor/html5lib/filters/alphabeticalattributes.pyc
191${PYSITELIB}/pip/_vendor/html5lib/filters/alphabeticalattributes.pyo 149${PYSITELIB}/pip/_vendor/html5lib/filters/alphabeticalattributes.pyo
 150${PYSITELIB}/pip/_vendor/html5lib/filters/inject_meta_charset.py
192${PYSITELIB}/pip/_vendor/html5lib/filters/inject_meta_charset.pyc 151${PYSITELIB}/pip/_vendor/html5lib/filters/inject_meta_charset.pyc
193${PYSITELIB}/pip/_vendor/html5lib/filters/inject_meta_charset.pyo 152${PYSITELIB}/pip/_vendor/html5lib/filters/inject_meta_charset.pyo
 153${PYSITELIB}/pip/_vendor/html5lib/filters/lint.py
194${PYSITELIB}/pip/_vendor/html5lib/filters/lint.pyc 154${PYSITELIB}/pip/_vendor/html5lib/filters/lint.pyc
195${PYSITELIB}/pip/_vendor/html5lib/filters/lint.pyo 155${PYSITELIB}/pip/_vendor/html5lib/filters/lint.pyo
 156${PYSITELIB}/pip/_vendor/html5lib/filters/optionaltags.py
196${PYSITELIB}/pip/_vendor/html5lib/filters/optionaltags.pyc 157${PYSITELIB}/pip/_vendor/html5lib/filters/optionaltags.pyc
197${PYSITELIB}/pip/_vendor/html5lib/filters/optionaltags.pyo 158${PYSITELIB}/pip/_vendor/html5lib/filters/optionaltags.pyo
 159${PYSITELIB}/pip/_vendor/html5lib/filters/sanitizer.py
198${PYSITELIB}/pip/_vendor/html5lib/filters/sanitizer.pyc 160${PYSITELIB}/pip/_vendor/html5lib/filters/sanitizer.pyc
199${PYSITELIB}/pip/_vendor/html5lib/filters/sanitizer.pyo 161${PYSITELIB}/pip/_vendor/html5lib/filters/sanitizer.pyo
 162${PYSITELIB}/pip/_vendor/html5lib/filters/whitespace.py
200${PYSITELIB}/pip/_vendor/html5lib/filters/whitespace.pyc 163${PYSITELIB}/pip/_vendor/html5lib/filters/whitespace.pyc
201${PYSITELIB}/pip/_vendor/html5lib/filters/whitespace.pyo 164${PYSITELIB}/pip/_vendor/html5lib/filters/whitespace.pyo
202${PYSITELIB}/pip/_vendor/html5lib/filters/_base.py 
203${PYSITELIB}/pip/_vendor/html5lib/filters/alphabeticalattributes.py 
204${PYSITELIB}/pip/_vendor/html5lib/filters/inject_meta_charset.py 
205${PYSITELIB}/pip/_vendor/html5lib/filters/lint.py 
206${PYSITELIB}/pip/_vendor/html5lib/filters/optionaltags.py 
207${PYSITELIB}/pip/_vendor/html5lib/filters/sanitizer.py 
208${PYSITELIB}/pip/_vendor/html5lib/filters/whitespace.py 
209${PYSITELIB}/pip/_vendor/html5lib/html5parser.py 165${PYSITELIB}/pip/_vendor/html5lib/html5parser.py
 166${PYSITELIB}/pip/_vendor/html5lib/html5parser.pyc
 167${PYSITELIB}/pip/_vendor/html5lib/html5parser.pyo
210${PYSITELIB}/pip/_vendor/html5lib/ihatexml.py 168${PYSITELIB}/pip/_vendor/html5lib/ihatexml.py
 169${PYSITELIB}/pip/_vendor/html5lib/ihatexml.pyc
 170${PYSITELIB}/pip/_vendor/html5lib/ihatexml.pyo
211${PYSITELIB}/pip/_vendor/html5lib/inputstream.py 171${PYSITELIB}/pip/_vendor/html5lib/inputstream.py
 172${PYSITELIB}/pip/_vendor/html5lib/inputstream.pyc
 173${PYSITELIB}/pip/_vendor/html5lib/inputstream.pyo
212${PYSITELIB}/pip/_vendor/html5lib/sanitizer.py 174${PYSITELIB}/pip/_vendor/html5lib/sanitizer.py
 175${PYSITELIB}/pip/_vendor/html5lib/sanitizer.pyc
 176${PYSITELIB}/pip/_vendor/html5lib/sanitizer.pyo
213${PYSITELIB}/pip/_vendor/html5lib/serializer/__init__.py 177${PYSITELIB}/pip/_vendor/html5lib/serializer/__init__.py
214${PYSITELIB}/pip/_vendor/html5lib/serializer/__init__.pyc 178${PYSITELIB}/pip/_vendor/html5lib/serializer/__init__.pyc
215${PYSITELIB}/pip/_vendor/html5lib/serializer/__init__.pyo 179${PYSITELIB}/pip/_vendor/html5lib/serializer/__init__.pyo
 180${PYSITELIB}/pip/_vendor/html5lib/serializer/htmlserializer.py
216${PYSITELIB}/pip/_vendor/html5lib/serializer/htmlserializer.pyc 181${PYSITELIB}/pip/_vendor/html5lib/serializer/htmlserializer.pyc
217${PYSITELIB}/pip/_vendor/html5lib/serializer/htmlserializer.pyo 182${PYSITELIB}/pip/_vendor/html5lib/serializer/htmlserializer.pyo
218${PYSITELIB}/pip/_vendor/html5lib/serializer/htmlserializer.py 
219${PYSITELIB}/pip/_vendor/html5lib/tokenizer.py 183${PYSITELIB}/pip/_vendor/html5lib/tokenizer.py
 184${PYSITELIB}/pip/_vendor/html5lib/tokenizer.pyc
 185${PYSITELIB}/pip/_vendor/html5lib/tokenizer.pyo
220${PYSITELIB}/pip/_vendor/html5lib/treeadapters/__init__.py 186${PYSITELIB}/pip/_vendor/html5lib/treeadapters/__init__.py
221${PYSITELIB}/pip/_vendor/html5lib/treeadapters/__init__.pyc 187${PYSITELIB}/pip/_vendor/html5lib/treeadapters/__init__.pyc
222${PYSITELIB}/pip/_vendor/html5lib/treeadapters/__init__.pyo 188${PYSITELIB}/pip/_vendor/html5lib/treeadapters/__init__.pyo
 189${PYSITELIB}/pip/_vendor/html5lib/treeadapters/sax.py
223${PYSITELIB}/pip/_vendor/html5lib/treeadapters/sax.pyc 190${PYSITELIB}/pip/_vendor/html5lib/treeadapters/sax.pyc
224${PYSITELIB}/pip/_vendor/html5lib/treeadapters/sax.pyo 191${PYSITELIB}/pip/_vendor/html5lib/treeadapters/sax.pyo
225${PYSITELIB}/pip/_vendor/html5lib/treeadapters/sax.py 
226${PYSITELIB}/pip/_vendor/html5lib/treebuilders/__init__.py 192${PYSITELIB}/pip/_vendor/html5lib/treebuilders/__init__.py
227${PYSITELIB}/pip/_vendor/html5lib/treebuilders/__init__.pyc 193${PYSITELIB}/pip/_vendor/html5lib/treebuilders/__init__.pyc
228${PYSITELIB}/pip/_vendor/html5lib/treebuilders/__init__.pyo 194${PYSITELIB}/pip/_vendor/html5lib/treebuilders/__init__.pyo
 195${PYSITELIB}/pip/_vendor/html5lib/treebuilders/_base.py
229${PYSITELIB}/pip/_vendor/html5lib/treebuilders/_base.pyc 196${PYSITELIB}/pip/_vendor/html5lib/treebuilders/_base.pyc
230${PYSITELIB}/pip/_vendor/html5lib/treebuilders/_base.pyo 197${PYSITELIB}/pip/_vendor/html5lib/treebuilders/_base.pyo
 198${PYSITELIB}/pip/_vendor/html5lib/treebuilders/dom.py
231${PYSITELIB}/pip/_vendor/html5lib/treebuilders/dom.pyc 199${PYSITELIB}/pip/_vendor/html5lib/treebuilders/dom.pyc
232${PYSITELIB}/pip/_vendor/html5lib/treebuilders/dom.pyo 200${PYSITELIB}/pip/_vendor/html5lib/treebuilders/dom.pyo
 201${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree.py
233${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree.pyc 202${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree.pyc
234${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree.pyo 203${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree.pyo
 204${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree_lxml.py
235${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree_lxml.pyc 205${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree_lxml.pyc
236${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree_lxml.pyo 206${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree_lxml.pyo
237${PYSITELIB}/pip/_vendor/html5lib/treebuilders/_base.py 
238${PYSITELIB}/pip/_vendor/html5lib/treebuilders/dom.py 
239${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree.py 
240${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree_lxml.py 
241${PYSITELIB}/pip/_vendor/html5lib/treewalkers/__init__.py 207${PYSITELIB}/pip/_vendor/html5lib/treewalkers/__init__.py
242${PYSITELIB}/pip/_vendor/html5lib/treewalkers/__init__.pyc 208${PYSITELIB}/pip/_vendor/html5lib/treewalkers/__init__.pyc
243${PYSITELIB}/pip/_vendor/html5lib/treewalkers/__init__.pyo 209${PYSITELIB}/pip/_vendor/html5lib/treewalkers/__init__.pyo
 210${PYSITELIB}/pip/_vendor/html5lib/treewalkers/_base.py
244${PYSITELIB}/pip/_vendor/html5lib/treewalkers/_base.pyc 211${PYSITELIB}/pip/_vendor/html5lib/treewalkers/_base.pyc
245${PYSITELIB}/pip/_vendor/html5lib/treewalkers/_base.pyo 212${PYSITELIB}/pip/_vendor/html5lib/treewalkers/_base.pyo
 213${PYSITELIB}/pip/_vendor/html5lib/treewalkers/dom.py
246${PYSITELIB}/pip/_vendor/html5lib/treewalkers/dom.pyc 214${PYSITELIB}/pip/_vendor/html5lib/treewalkers/dom.pyc
247${PYSITELIB}/pip/_vendor/html5lib/treewalkers/dom.pyo 215${PYSITELIB}/pip/_vendor/html5lib/treewalkers/dom.pyo
 216${PYSITELIB}/pip/_vendor/html5lib/treewalkers/etree.py
248${PYSITELIB}/pip/_vendor/html5lib/treewalkers/etree.pyc 217${PYSITELIB}/pip/_vendor/html5lib/treewalkers/etree.pyc
249${PYSITELIB}/pip/_vendor/html5lib/treewalkers/etree.pyo 218${PYSITELIB}/pip/_vendor/html5lib/treewalkers/etree.pyo
 219${PYSITELIB}/pip/_vendor/html5lib/treewalkers/genshistream.py
250${PYSITELIB}/pip/_vendor/html5lib/treewalkers/genshistream.pyc 220${PYSITELIB}/pip/_vendor/html5lib/treewalkers/genshistream.pyc
251${PYSITELIB}/pip/_vendor/html5lib/treewalkers/genshistream.pyo 221${PYSITELIB}/pip/_vendor/html5lib/treewalkers/genshistream.pyo
 222${PYSITELIB}/pip/_vendor/html5lib/treewalkers/lxmletree.py
252${PYSITELIB}/pip/_vendor/html5lib/treewalkers/lxmletree.pyc 223${PYSITELIB}/pip/_vendor/html5lib/treewalkers/lxmletree.pyc
253${PYSITELIB}/pip/_vendor/html5lib/treewalkers/lxmletree.pyo 224${PYSITELIB}/pip/_vendor/html5lib/treewalkers/lxmletree.pyo
 225${PYSITELIB}/pip/_vendor/html5lib/treewalkers/pulldom.py
254${PYSITELIB}/pip/_vendor/html5lib/treewalkers/pulldom.pyc 226${PYSITELIB}/pip/_vendor/html5lib/treewalkers/pulldom.pyc
255${PYSITELIB}/pip/_vendor/html5lib/treewalkers/pulldom.pyo 227${PYSITELIB}/pip/_vendor/html5lib/treewalkers/pulldom.pyo
256${PYSITELIB}/pip/_vendor/html5lib/treewalkers/_base.py 
257${PYSITELIB}/pip/_vendor/html5lib/treewalkers/dom.py 
258${PYSITELIB}/pip/_vendor/html5lib/treewalkers/etree.py 
259${PYSITELIB}/pip/_vendor/html5lib/treewalkers/genshistream.py 
260${PYSITELIB}/pip/_vendor/html5lib/treewalkers/lxmletree.py 
261${PYSITELIB}/pip/_vendor/html5lib/treewalkers/pulldom.py 
262${PYSITELIB}/pip/_vendor/html5lib/trie/__init__.py 228${PYSITELIB}/pip/_vendor/html5lib/trie/__init__.py
263${PYSITELIB}/pip/_vendor/html5lib/trie/__init__.pyc 229${PYSITELIB}/pip/_vendor/html5lib/trie/__init__.pyc
264${PYSITELIB}/pip/_vendor/html5lib/trie/__init__.pyo 230${PYSITELIB}/pip/_vendor/html5lib/trie/__init__.pyo
 231${PYSITELIB}/pip/_vendor/html5lib/trie/_base.py
265${PYSITELIB}/pip/_vendor/html5lib/trie/_base.pyc 232${PYSITELIB}/pip/_vendor/html5lib/trie/_base.pyc
266${PYSITELIB}/pip/_vendor/html5lib/trie/_base.pyo 233${PYSITELIB}/pip/_vendor/html5lib/trie/_base.pyo
 234${PYSITELIB}/pip/_vendor/html5lib/trie/datrie.py
267${PYSITELIB}/pip/_vendor/html5lib/trie/datrie.pyc 235${PYSITELIB}/pip/_vendor/html5lib/trie/datrie.pyc
268${PYSITELIB}/pip/_vendor/html5lib/trie/datrie.pyo 236${PYSITELIB}/pip/_vendor/html5lib/trie/datrie.pyo
 237${PYSITELIB}/pip/_vendor/html5lib/trie/py.py
269${PYSITELIB}/pip/_vendor/html5lib/trie/py.pyc 238${PYSITELIB}/pip/_vendor/html5lib/trie/py.pyc
270${PYSITELIB}/pip/_vendor/html5lib/trie/py.pyo 239${PYSITELIB}/pip/_vendor/html5lib/trie/py.pyo
271${PYSITELIB}/pip/_vendor/html5lib/trie/_base.py 
272${PYSITELIB}/pip/_vendor/html5lib/trie/datrie.py 
273${PYSITELIB}/pip/_vendor/html5lib/trie/py.py 
274${PYSITELIB}/pip/_vendor/html5lib/utils.py 240${PYSITELIB}/pip/_vendor/html5lib/utils.py
 241${PYSITELIB}/pip/_vendor/html5lib/utils.pyc
 242${PYSITELIB}/pip/_vendor/html5lib/utils.pyo
275${PYSITELIB}/pip/_vendor/ipaddress.py 243${PYSITELIB}/pip/_vendor/ipaddress.py
 244${PYSITELIB}/pip/_vendor/ipaddress.pyc
 245${PYSITELIB}/pip/_vendor/ipaddress.pyo
276${PYSITELIB}/pip/_vendor/lockfile/__init__.py 246${PYSITELIB}/pip/_vendor/lockfile/__init__.py
277${PYSITELIB}/pip/_vendor/lockfile/__init__.pyc 247${PYSITELIB}/pip/_vendor/lockfile/__init__.pyc
278${PYSITELIB}/pip/_vendor/lockfile/__init__.pyo 248${PYSITELIB}/pip/_vendor/lockfile/__init__.pyo
 249${PYSITELIB}/pip/_vendor/lockfile/linklockfile.py
279${PYSITELIB}/pip/_vendor/lockfile/linklockfile.pyc 250${PYSITELIB}/pip/_vendor/lockfile/linklockfile.pyc
280${PYSITELIB}/pip/_vendor/lockfile/linklockfile.pyo 251${PYSITELIB}/pip/_vendor/lockfile/linklockfile.pyo
 252${PYSITELIB}/pip/_vendor/lockfile/mkdirlockfile.py
281${PYSITELIB}/pip/_vendor/lockfile/mkdirlockfile.pyc 253${PYSITELIB}/pip/_vendor/lockfile/mkdirlockfile.pyc
282${PYSITELIB}/pip/_vendor/lockfile/mkdirlockfile.pyo 254${PYSITELIB}/pip/_vendor/lockfile/mkdirlockfile.pyo
 255${PYSITELIB}/pip/_vendor/lockfile/pidlockfile.py
283${PYSITELIB}/pip/_vendor/lockfile/pidlockfile.pyc 256${PYSITELIB}/pip/_vendor/lockfile/pidlockfile.pyc
284${PYSITELIB}/pip/_vendor/lockfile/pidlockfile.pyo 257${PYSITELIB}/pip/_vendor/lockfile/pidlockfile.pyo
 258${PYSITELIB}/pip/_vendor/lockfile/sqlitelockfile.py
285${PYSITELIB}/pip/_vendor/lockfile/sqlitelockfile.pyc 259${PYSITELIB}/pip/_vendor/lockfile/sqlitelockfile.pyc
286${PYSITELIB}/pip/_vendor/lockfile/sqlitelockfile.pyo 260${PYSITELIB}/pip/_vendor/lockfile/sqlitelockfile.pyo
 261${PYSITELIB}/pip/_vendor/lockfile/symlinklockfile.py
287${PYSITELIB}/pip/_vendor/lockfile/symlinklockfile.pyc 262${PYSITELIB}/pip/_vendor/lockfile/symlinklockfile.pyc
288${PYSITELIB}/pip/_vendor/lockfile/symlinklockfile.pyo 263${PYSITELIB}/pip/_vendor/lockfile/symlinklockfile.pyo
289${PYSITELIB}/pip/_vendor/lockfile/linklockfile.py 
290${PYSITELIB}/pip/_vendor/lockfile/mkdirlockfile.py 
291${PYSITELIB}/pip/_vendor/lockfile/pidlockfile.py 
292${PYSITELIB}/pip/_vendor/lockfile/sqlitelockfile.py 
293${PYSITELIB}/pip/_vendor/lockfile/symlinklockfile.py 
294${PYSITELIB}/pip/_vendor/packaging/__about__.py 264${PYSITELIB}/pip/_vendor/packaging/__about__.py
295${PYSITELIB}/pip/_vendor/packaging/__init__.py 
296${PYSITELIB}/pip/_vendor/packaging/__about__.pyc 265${PYSITELIB}/pip/_vendor/packaging/__about__.pyc
297${PYSITELIB}/pip/_vendor/packaging/__about__.pyo 266${PYSITELIB}/pip/_vendor/packaging/__about__.pyo
 267${PYSITELIB}/pip/_vendor/packaging/__init__.py
298${PYSITELIB}/pip/_vendor/packaging/__init__.pyc 268${PYSITELIB}/pip/_vendor/packaging/__init__.pyc
299${PYSITELIB}/pip/_vendor/packaging/__init__.pyo 269${PYSITELIB}/pip/_vendor/packaging/__init__.pyo
 270${PYSITELIB}/pip/_vendor/packaging/_compat.py
300${PYSITELIB}/pip/_vendor/packaging/_compat.pyc 271${PYSITELIB}/pip/_vendor/packaging/_compat.pyc
301${PYSITELIB}/pip/_vendor/packaging/_compat.pyo 272${PYSITELIB}/pip/_vendor/packaging/_compat.pyo
 273${PYSITELIB}/pip/_vendor/packaging/_structures.py
302${PYSITELIB}/pip/_vendor/packaging/_structures.pyc 274${PYSITELIB}/pip/_vendor/packaging/_structures.pyc
303${PYSITELIB}/pip/_vendor/packaging/_structures.pyo 275${PYSITELIB}/pip/_vendor/packaging/_structures.pyo
 276${PYSITELIB}/pip/_vendor/packaging/markers.py
 277${PYSITELIB}/pip/_vendor/packaging/markers.pyc
 278${PYSITELIB}/pip/_vendor/packaging/markers.pyo
 279${PYSITELIB}/pip/_vendor/packaging/requirements.py
 280${PYSITELIB}/pip/_vendor/packaging/requirements.pyc
 281${PYSITELIB}/pip/_vendor/packaging/requirements.pyo
 282${PYSITELIB}/pip/_vendor/packaging/specifiers.py
304${PYSITELIB}/pip/_vendor/packaging/specifiers.pyc 283${PYSITELIB}/pip/_vendor/packaging/specifiers.pyc
305${PYSITELIB}/pip/_vendor/packaging/specifiers.pyo 284${PYSITELIB}/pip/_vendor/packaging/specifiers.pyo
 285${PYSITELIB}/pip/_vendor/packaging/utils.py
 286${PYSITELIB}/pip/_vendor/packaging/utils.pyc
 287${PYSITELIB}/pip/_vendor/packaging/utils.pyo
 288${PYSITELIB}/pip/_vendor/packaging/version.py
306${PYSITELIB}/pip/_vendor/packaging/version.pyc 289${PYSITELIB}/pip/_vendor/packaging/version.pyc
307${PYSITELIB}/pip/_vendor/packaging/version.pyo 290${PYSITELIB}/pip/_vendor/packaging/version.pyo
308${PYSITELIB}/pip/_vendor/packaging/_compat.py 
309${PYSITELIB}/pip/_vendor/packaging/_structures.py 
310${PYSITELIB}/pip/_vendor/packaging/specifiers.py 
311${PYSITELIB}/pip/_vendor/packaging/version.py 
312${PYSITELIB}/pip/_vendor/pkg_resources/__init__.py 291${PYSITELIB}/pip/_vendor/pkg_resources/__init__.py
313${PYSITELIB}/pip/_vendor/pkg_resources/__init__.pyc 292${PYSITELIB}/pip/_vendor/pkg_resources/__init__.pyc
314${PYSITELIB}/pip/_vendor/pkg_resources/__init__.pyo 293${PYSITELIB}/pip/_vendor/pkg_resources/__init__.pyo
315${PYSITELIB}/pip/_vendor/progress/__init__.py 294${PYSITELIB}/pip/_vendor/progress/__init__.py
316${PYSITELIB}/pip/_vendor/progress/__init__.pyc 295${PYSITELIB}/pip/_vendor/progress/__init__.pyc
317${PYSITELIB}/pip/_vendor/progress/__init__.pyo 296${PYSITELIB}/pip/_vendor/progress/__init__.pyo
 297${PYSITELIB}/pip/_vendor/progress/bar.py
318${PYSITELIB}/pip/_vendor/progress/bar.pyc 298${PYSITELIB}/pip/_vendor/progress/bar.pyc
319${PYSITELIB}/pip/_vendor/progress/bar.pyo 299${PYSITELIB}/pip/_vendor/progress/bar.pyo
 300${PYSITELIB}/pip/_vendor/progress/counter.py
320${PYSITELIB}/pip/_vendor/progress/counter.pyc 301${PYSITELIB}/pip/_vendor/progress/counter.pyc
321${PYSITELIB}/pip/_vendor/progress/counter.pyo 302${PYSITELIB}/pip/_vendor/progress/counter.pyo
 303${PYSITELIB}/pip/_vendor/progress/helpers.py
322${PYSITELIB}/pip/_vendor/progress/helpers.pyc 304${PYSITELIB}/pip/_vendor/progress/helpers.pyc
323${PYSITELIB}/pip/_vendor/progress/helpers.pyo 305${PYSITELIB}/pip/_vendor/progress/helpers.pyo
 306${PYSITELIB}/pip/_vendor/progress/spinner.py
324${PYSITELIB}/pip/_vendor/progress/spinner.pyc 307${PYSITELIB}/pip/_vendor/progress/spinner.pyc
325${PYSITELIB}/pip/_vendor/progress/spinner.pyo 308${PYSITELIB}/pip/_vendor/progress/spinner.pyo
326${PYSITELIB}/pip/_vendor/progress/bar.py 309${PYSITELIB}/pip/_vendor/pyparsing.py
327${PYSITELIB}/pip/_vendor/progress/counter.py 310${PYSITELIB}/pip/_vendor/pyparsing.pyc
328${PYSITELIB}/pip/_vendor/progress/helpers.py 311${PYSITELIB}/pip/_vendor/pyparsing.pyo
329${PYSITELIB}/pip/_vendor/progress/spinner.py 
330${PYSITELIB}/pip/_vendor/re-vendor.py 312${PYSITELIB}/pip/_vendor/re-vendor.py
 313${PYSITELIB}/pip/_vendor/re-vendor.pyc
 314${PYSITELIB}/pip/_vendor/re-vendor.pyo
331${PYSITELIB}/pip/_vendor/requests/__init__.py 315${PYSITELIB}/pip/_vendor/requests/__init__.py
332${PYSITELIB}/pip/_vendor/requests/__init__.pyc 316${PYSITELIB}/pip/_vendor/requests/__init__.pyc
333${PYSITELIB}/pip/_vendor/requests/__init__.pyo 317${PYSITELIB}/pip/_vendor/requests/__init__.pyo
 318${PYSITELIB}/pip/_vendor/requests/adapters.py
334${PYSITELIB}/pip/_vendor/requests/adapters.pyc 319${PYSITELIB}/pip/_vendor/requests/adapters.pyc
335${PYSITELIB}/pip/_vendor/requests/adapters.pyo 320${PYSITELIB}/pip/_vendor/requests/adapters.pyo
 321${PYSITELIB}/pip/_vendor/requests/api.py
336${PYSITELIB}/pip/_vendor/requests/api.pyc 322${PYSITELIB}/pip/_vendor/requests/api.pyc
337${PYSITELIB}/pip/_vendor/requests/api.pyo 323${PYSITELIB}/pip/_vendor/requests/api.pyo
 324${PYSITELIB}/pip/_vendor/requests/auth.py
338${PYSITELIB}/pip/_vendor/requests/auth.pyc 325${PYSITELIB}/pip/_vendor/requests/auth.pyc
339${PYSITELIB}/pip/_vendor/requests/auth.pyo 326${PYSITELIB}/pip/_vendor/requests/auth.pyo
 327${PYSITELIB}/pip/_vendor/requests/cacert.pem
 328${PYSITELIB}/pip/_vendor/requests/certs.py
340${PYSITELIB}/pip/_vendor/requests/certs.pyc 329${PYSITELIB}/pip/_vendor/requests/certs.pyc
341${PYSITELIB}/pip/_vendor/requests/certs.pyo 330${PYSITELIB}/pip/_vendor/requests/certs.pyo
 331${PYSITELIB}/pip/_vendor/requests/compat.py
342${PYSITELIB}/pip/_vendor/requests/compat.pyc 332${PYSITELIB}/pip/_vendor/requests/compat.pyc
343${PYSITELIB}/pip/_vendor/requests/compat.pyo 333${PYSITELIB}/pip/_vendor/requests/compat.pyo
 334${PYSITELIB}/pip/_vendor/requests/cookies.py
344${PYSITELIB}/pip/_vendor/requests/cookies.pyc 335${PYSITELIB}/pip/_vendor/requests/cookies.pyc
345${PYSITELIB}/pip/_vendor/requests/cookies.pyo 336${PYSITELIB}/pip/_vendor/requests/cookies.pyo
 337${PYSITELIB}/pip/_vendor/requests/exceptions.py
346${PYSITELIB}/pip/_vendor/requests/exceptions.pyc 338${PYSITELIB}/pip/_vendor/requests/exceptions.pyc
347${PYSITELIB}/pip/_vendor/requests/exceptions.pyo 339${PYSITELIB}/pip/_vendor/requests/exceptions.pyo
 340${PYSITELIB}/pip/_vendor/requests/hooks.py
348${PYSITELIB}/pip/_vendor/requests/hooks.pyc 341${PYSITELIB}/pip/_vendor/requests/hooks.pyc
349${PYSITELIB}/pip/_vendor/requests/hooks.pyo 342${PYSITELIB}/pip/_vendor/requests/hooks.pyo
 343${PYSITELIB}/pip/_vendor/requests/models.py
350${PYSITELIB}/pip/_vendor/requests/models.pyc 344${PYSITELIB}/pip/_vendor/requests/models.pyc
351${PYSITELIB}/pip/_vendor/requests/models.pyo 345${PYSITELIB}/pip/_vendor/requests/models.pyo
352${PYSITELIB}/pip/_vendor/requests/sessions.pyc 
353${PYSITELIB}/pip/_vendor/requests/sessions.pyo 
354${PYSITELIB}/pip/_vendor/requests/status_codes.pyc 
355${PYSITELIB}/pip/_vendor/requests/status_codes.pyo 
356${PYSITELIB}/pip/_vendor/requests/structures.pyc 
357${PYSITELIB}/pip/_vendor/requests/structures.pyo 
358${PYSITELIB}/pip/_vendor/requests/utils.pyc 
359${PYSITELIB}/pip/_vendor/requests/utils.pyo 
360${PYSITELIB}/pip/_vendor/requests/adapters.py 
361${PYSITELIB}/pip/_vendor/requests/api.py 
362${PYSITELIB}/pip/_vendor/requests/auth.py 
363${PYSITELIB}/pip/_vendor/requests/cacert.pem 
364${PYSITELIB}/pip/_vendor/requests/certs.py 
365${PYSITELIB}/pip/_vendor/requests/compat.py 
366${PYSITELIB}/pip/_vendor/requests/cookies.py 
367${PYSITELIB}/pip/_vendor/requests/exceptions.py 
368${PYSITELIB}/pip/_vendor/requests/hooks.py 
369${PYSITELIB}/pip/_vendor/requests/models.py 
370${PYSITELIB}/pip/_vendor/requests/packages/__init__.py 346${PYSITELIB}/pip/_vendor/requests/packages/__init__.py
371${PYSITELIB}/pip/_vendor/requests/packages/__init__.pyc 347${PYSITELIB}/pip/_vendor/requests/packages/__init__.pyc
372${PYSITELIB}/pip/_vendor/requests/packages/__init__.pyo 348${PYSITELIB}/pip/_vendor/requests/packages/__init__.pyo
373${PYSITELIB}/pip/_vendor/requests/packages/chardet/__init__.py 349${PYSITELIB}/pip/_vendor/requests/packages/chardet/__init__.py
374${PYSITELIB}/pip/_vendor/requests/packages/chardet/__init__.pyc 350${PYSITELIB}/pip/_vendor/requests/packages/chardet/__init__.pyc
375${PYSITELIB}/pip/_vendor/requests/packages/chardet/__init__.pyo 351${PYSITELIB}/pip/_vendor/requests/packages/chardet/__init__.pyo
 352${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5freq.py
376${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5freq.pyc 353${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5freq.pyc
377${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5freq.pyo 354${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5freq.pyo
 355${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5prober.py
378${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5prober.pyc 356${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5prober.pyc
379${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5prober.pyo 357${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5prober.pyo
 358${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardetect.py
380${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardetect.pyc 359${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardetect.pyc
381${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardetect.pyo 360${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardetect.pyo
 361${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardistribution.py
382${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardistribution.pyc 362${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardistribution.pyc
383${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardistribution.pyo 363${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardistribution.pyo
 364${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetgroupprober.py
384${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetgroupprober.pyc 365${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetgroupprober.pyc
385${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetgroupprober.pyo 366${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetgroupprober.pyo
 367${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetprober.py
386${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetprober.pyc 368${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetprober.pyc
387${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetprober.pyo 369${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetprober.pyo
 370${PYSITELIB}/pip/_vendor/requests/packages/chardet/codingstatemachine.py
388${PYSITELIB}/pip/_vendor/requests/packages/chardet/codingstatemachine.pyc 371${PYSITELIB}/pip/_vendor/requests/packages/chardet/codingstatemachine.pyc
389${PYSITELIB}/pip/_vendor/requests/packages/chardet/codingstatemachine.pyo 372${PYSITELIB}/pip/_vendor/requests/packages/chardet/codingstatemachine.pyo
 373${PYSITELIB}/pip/_vendor/requests/packages/chardet/compat.py
390${PYSITELIB}/pip/_vendor/requests/packages/chardet/compat.pyc 374${PYSITELIB}/pip/_vendor/requests/packages/chardet/compat.pyc
391${PYSITELIB}/pip/_vendor/requests/packages/chardet/compat.pyo 375${PYSITELIB}/pip/_vendor/requests/packages/chardet/compat.pyo
 376${PYSITELIB}/pip/_vendor/requests/packages/chardet/constants.py
392${PYSITELIB}/pip/_vendor/requests/packages/chardet/constants.pyc 377${PYSITELIB}/pip/_vendor/requests/packages/chardet/constants.pyc
393${PYSITELIB}/pip/_vendor/requests/packages/chardet/constants.pyo 378${PYSITELIB}/pip/_vendor/requests/packages/chardet/constants.pyo
 379${PYSITELIB}/pip/_vendor/requests/packages/chardet/cp949prober.py
394${PYSITELIB}/pip/_vendor/requests/packages/chardet/cp949prober.pyc 380${PYSITELIB}/pip/_vendor/requests/packages/chardet/cp949prober.pyc
395${PYSITELIB}/pip/_vendor/requests/packages/chardet/cp949prober.pyo 381${PYSITELIB}/pip/_vendor/requests/packages/chardet/cp949prober.pyo
 382${PYSITELIB}/pip/_vendor/requests/packages/chardet/escprober.py
396${PYSITELIB}/pip/_vendor/requests/packages/chardet/escprober.pyc 383${PYSITELIB}/pip/_vendor/requests/packages/chardet/escprober.pyc
397${PYSITELIB}/pip/_vendor/requests/packages/chardet/escprober.pyo 384${PYSITELIB}/pip/_vendor/requests/packages/chardet/escprober.pyo
 385${PYSITELIB}/pip/_vendor/requests/packages/chardet/escsm.py
398${PYSITELIB}/pip/_vendor/requests/packages/chardet/escsm.pyc 386${PYSITELIB}/pip/_vendor/requests/packages/chardet/escsm.pyc
399${PYSITELIB}/pip/_vendor/requests/packages/chardet/escsm.pyo 387${PYSITELIB}/pip/_vendor/requests/packages/chardet/escsm.pyo
 388${PYSITELIB}/pip/_vendor/requests/packages/chardet/eucjpprober.py
400${PYSITELIB}/pip/_vendor/requests/packages/chardet/eucjpprober.pyc 389${PYSITELIB}/pip/_vendor/requests/packages/chardet/eucjpprober.pyc
401${PYSITELIB}/pip/_vendor/requests/packages/chardet/eucjpprober.pyo 390${PYSITELIB}/pip/_vendor/requests/packages/chardet/eucjpprober.pyo
 391${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrfreq.py
402${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrfreq.pyc 392${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrfreq.pyc
403${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrfreq.pyo 393${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrfreq.pyo
 394${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrprober.py
404${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrprober.pyc 395${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrprober.pyc
405${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrprober.pyo 396${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrprober.pyo
 397${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwfreq.py
406${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwfreq.pyc 398${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwfreq.pyc
407${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwfreq.pyo 399${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwfreq.pyo
 400${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwprober.py
408${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwprober.pyc 401${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwprober.pyc
409${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwprober.pyo 402${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwprober.pyo
 403${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312freq.py
410${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312freq.pyc 404${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312freq.pyc
411${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312freq.pyo 405${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312freq.pyo
 406${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312prober.py
412${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312prober.pyc 407${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312prober.pyc
413${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312prober.pyo 408${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312prober.pyo
 409${PYSITELIB}/pip/_vendor/requests/packages/chardet/hebrewprober.py
414${PYSITELIB}/pip/_vendor/requests/packages/chardet/hebrewprober.pyc 410${PYSITELIB}/pip/_vendor/requests/packages/chardet/hebrewprober.pyc
415${PYSITELIB}/pip/_vendor/requests/packages/chardet/hebrewprober.pyo 411${PYSITELIB}/pip/_vendor/requests/packages/chardet/hebrewprober.pyo
 412${PYSITELIB}/pip/_vendor/requests/packages/chardet/jisfreq.py
416${PYSITELIB}/pip/_vendor/requests/packages/chardet/jisfreq.pyc 413${PYSITELIB}/pip/_vendor/requests/packages/chardet/jisfreq.pyc
417${PYSITELIB}/pip/_vendor/requests/packages/chardet/jisfreq.pyo 414${PYSITELIB}/pip/_vendor/requests/packages/chardet/jisfreq.pyo
 415${PYSITELIB}/pip/_vendor/requests/packages/chardet/jpcntx.py
418${PYSITELIB}/pip/_vendor/requests/packages/chardet/jpcntx.pyc 416${PYSITELIB}/pip/_vendor/requests/packages/chardet/jpcntx.pyc
419${PYSITELIB}/pip/_vendor/requests/packages/chardet/jpcntx.pyo 417${PYSITELIB}/pip/_vendor/requests/packages/chardet/jpcntx.pyo
 418${PYSITELIB}/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py
420${PYSITELIB}/pip/_vendor/requests/packages/chardet/langbulgarianmodel.pyc 419${PYSITELIB}/pip/_vendor/requests/packages/chardet/langbulgarianmodel.pyc
421${PYSITELIB}/pip/_vendor/requests/packages/chardet/langbulgarianmodel.pyo 420${PYSITELIB}/pip/_vendor/requests/packages/chardet/langbulgarianmodel.pyo
 421${PYSITELIB}/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py
422${PYSITELIB}/pip/_vendor/requests/packages/chardet/langcyrillicmodel.pyc 422${PYSITELIB}/pip/_vendor/requests/packages/chardet/langcyrillicmodel.pyc
423${PYSITELIB}/pip/_vendor/requests/packages/chardet/langcyrillicmodel.pyo 423${PYSITELIB}/pip/_vendor/requests/packages/chardet/langcyrillicmodel.pyo
 424${PYSITELIB}/pip/_vendor/requests/packages/chardet/langgreekmodel.py
424${PYSITELIB}/pip/_vendor/requests/packages/chardet/langgreekmodel.pyc 425${PYSITELIB}/pip/_vendor/requests/packages/chardet/langgreekmodel.pyc
425${PYSITELIB}/pip/_vendor/requests/packages/chardet/langgreekmodel.pyo 426${PYSITELIB}/pip/_vendor/requests/packages/chardet/langgreekmodel.pyo
 427${PYSITELIB}/pip/_vendor/requests/packages/chardet/langhebrewmodel.py
426${PYSITELIB}/pip/_vendor/requests/packages/chardet/langhebrewmodel.pyc 428${PYSITELIB}/pip/_vendor/requests/packages/chardet/langhebrewmodel.pyc
427${PYSITELIB}/pip/_vendor/requests/packages/chardet/langhebrewmodel.pyo 429${PYSITELIB}/pip/_vendor/requests/packages/chardet/langhebrewmodel.pyo
 430${PYSITELIB}/pip/_vendor/requests/packages/chardet/langhungarianmodel.py
428${PYSITELIB}/pip/_vendor/requests/packages/chardet/langhungarianmodel.pyc 431${PYSITELIB}/pip/_vendor/requests/packages/chardet/langhungarianmodel.pyc
429${PYSITELIB}/pip/_vendor/requests/packages/chardet/langhungarianmodel.pyo 432${PYSITELIB}/pip/_vendor/requests/packages/chardet/langhungarianmodel.pyo
 433${PYSITELIB}/pip/_vendor/requests/packages/chardet/langthaimodel.py
430${PYSITELIB}/pip/_vendor/requests/packages/chardet/langthaimodel.pyc 434${PYSITELIB}/pip/_vendor/requests/packages/chardet/langthaimodel.pyc
431${PYSITELIB}/pip/_vendor/requests/packages/chardet/langthaimodel.pyo 435${PYSITELIB}/pip/_vendor/requests/packages/chardet/langthaimodel.pyo
 436${PYSITELIB}/pip/_vendor/requests/packages/chardet/latin1prober.py
432${PYSITELIB}/pip/_vendor/requests/packages/chardet/latin1prober.pyc 437${PYSITELIB}/pip/_vendor/requests/packages/chardet/latin1prober.pyc
433${PYSITELIB}/pip/_vendor/requests/packages/chardet/latin1prober.pyo 438${PYSITELIB}/pip/_vendor/requests/packages/chardet/latin1prober.pyo
 439${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcharsetprober.py
434${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcharsetprober.pyc 440${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcharsetprober.pyc
435${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcharsetprober.pyo 441${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcharsetprober.pyo
 442${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py
436${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcsgroupprober.pyc 443${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcsgroupprober.pyc
437${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcsgroupprober.pyo 444${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcsgroupprober.pyo
 445${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcssm.py
438${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcssm.pyc 446${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcssm.pyc
439${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcssm.pyo 447${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcssm.pyo
 448${PYSITELIB}/pip/_vendor/requests/packages/chardet/sbcharsetprober.py
440${PYSITELIB}/pip/_vendor/requests/packages/chardet/sbcharsetprober.pyc 449${PYSITELIB}/pip/_vendor/requests/packages/chardet/sbcharsetprober.pyc
441${PYSITELIB}/pip/_vendor/requests/packages/chardet/sbcharsetprober.pyo 450${PYSITELIB}/pip/_vendor/requests/packages/chardet/sbcharsetprober.pyo
 451${PYSITELIB}/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py
442${PYSITELIB}/pip/_vendor/requests/packages/chardet/sbcsgroupprober.pyc 452${PYSITELIB}/pip/_vendor/requests/packages/chardet/sbcsgroupprober.pyc
443${PYSITELIB}/pip/_vendor/requests/packages/chardet/sbcsgroupprober.pyo 453${PYSITELIB}/pip/_vendor/requests/packages/chardet/sbcsgroupprober.pyo
 454${PYSITELIB}/pip/_vendor/requests/packages/chardet/sjisprober.py
444${PYSITELIB}/pip/_vendor/requests/packages/chardet/sjisprober.pyc 455${PYSITELIB}/pip/_vendor/requests/packages/chardet/sjisprober.pyc
445${PYSITELIB}/pip/_vendor/requests/packages/chardet/sjisprober.pyo 456${PYSITELIB}/pip/_vendor/requests/packages/chardet/sjisprober.pyo
 457${PYSITELIB}/pip/_vendor/requests/packages/chardet/universaldetector.py
446${PYSITELIB}/pip/_vendor/requests/packages/chardet/universaldetector.pyc 458${PYSITELIB}/pip/_vendor/requests/packages/chardet/universaldetector.pyc
447${PYSITELIB}/pip/_vendor/requests/packages/chardet/universaldetector.pyo 459${PYSITELIB}/pip/_vendor/requests/packages/chardet/universaldetector.pyo
 460${PYSITELIB}/pip/_vendor/requests/packages/chardet/utf8prober.py
448${PYSITELIB}/pip/_vendor/requests/packages/chardet/utf8prober.pyc 461${PYSITELIB}/pip/_vendor/requests/packages/chardet/utf8prober.pyc
449${PYSITELIB}/pip/_vendor/requests/packages/chardet/utf8prober.pyo 462${PYSITELIB}/pip/_vendor/requests/packages/chardet/utf8prober.pyo
450${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5freq.py 
451${PYSITELIB}/pip/_vendor/requests/packages/chardet/big5prober.py 
452${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardetect.py 
453${PYSITELIB}/pip/_vendor/requests/packages/chardet/chardistribution.py 
454${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetgroupprober.py 
455${PYSITELIB}/pip/_vendor/requests/packages/chardet/charsetprober.py 
456${PYSITELIB}/pip/_vendor/requests/packages/chardet/codingstatemachine.py 
457${PYSITELIB}/pip/_vendor/requests/packages/chardet/compat.py 
458${PYSITELIB}/pip/_vendor/requests/packages/chardet/constants.py 
459${PYSITELIB}/pip/_vendor/requests/packages/chardet/cp949prober.py 
460${PYSITELIB}/pip/_vendor/requests/packages/chardet/escprober.py 
461${PYSITELIB}/pip/_vendor/requests/packages/chardet/escsm.py 
462${PYSITELIB}/pip/_vendor/requests/packages/chardet/eucjpprober.py 
463${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrfreq.py 
464${PYSITELIB}/pip/_vendor/requests/packages/chardet/euckrprober.py 
465${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwfreq.py 
466${PYSITELIB}/pip/_vendor/requests/packages/chardet/euctwprober.py 
467${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312freq.py 
468${PYSITELIB}/pip/_vendor/requests/packages/chardet/gb2312prober.py 
469${PYSITELIB}/pip/_vendor/requests/packages/chardet/hebrewprober.py 
470${PYSITELIB}/pip/_vendor/requests/packages/chardet/jisfreq.py 
471${PYSITELIB}/pip/_vendor/requests/packages/chardet/jpcntx.py 
472${PYSITELIB}/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py 
473${PYSITELIB}/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py 
474${PYSITELIB}/pip/_vendor/requests/packages/chardet/langgreekmodel.py 
475${PYSITELIB}/pip/_vendor/requests/packages/chardet/langhebrewmodel.py 
476${PYSITELIB}/pip/_vendor/requests/packages/chardet/langhungarianmodel.py 
477${PYSITELIB}/pip/_vendor/requests/packages/chardet/langthaimodel.py 
478${PYSITELIB}/pip/_vendor/requests/packages/chardet/latin1prober.py 
479${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcharsetprober.py 
480${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py 
481${PYSITELIB}/pip/_vendor/requests/packages/chardet/mbcssm.py 
482${PYSITELIB}/pip/_vendor/requests/packages/chardet/sbcharsetprober.py 
483${PYSITELIB}/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py 
484${PYSITELIB}/pip/_vendor/requests/packages/chardet/sjisprober.py 
485${PYSITELIB}/pip/_vendor/requests/packages/chardet/universaldetector.py 
486${PYSITELIB}/pip/_vendor/requests/packages/chardet/utf8prober.py 
487${PYSITELIB}/pip/_vendor/requests/packages/urllib3/__init__.py 463${PYSITELIB}/pip/_vendor/requests/packages/urllib3/__init__.py
488${PYSITELIB}/pip/_vendor/requests/packages/urllib3/__init__.pyc 464${PYSITELIB}/pip/_vendor/requests/packages/urllib3/__init__.pyc
489${PYSITELIB}/pip/_vendor/requests/packages/urllib3/__init__.pyo 465${PYSITELIB}/pip/_vendor/requests/packages/urllib3/__init__.pyo
 466${PYSITELIB}/pip/_vendor/requests/packages/urllib3/_collections.py
490${PYSITELIB}/pip/_vendor/requests/packages/urllib3/_collections.pyc 467${PYSITELIB}/pip/_vendor/requests/packages/urllib3/_collections.pyc
491${PYSITELIB}/pip/_vendor/requests/packages/urllib3/_collections.pyo 468${PYSITELIB}/pip/_vendor/requests/packages/urllib3/_collections.pyo
 469${PYSITELIB}/pip/_vendor/requests/packages/urllib3/connection.py
492${PYSITELIB}/pip/_vendor/requests/packages/urllib3/connection.pyc 470${PYSITELIB}/pip/_vendor/requests/packages/urllib3/connection.pyc
493${PYSITELIB}/pip/_vendor/requests/packages/urllib3/connection.pyo 471${PYSITELIB}/pip/_vendor/requests/packages/urllib3/connection.pyo
 472${PYSITELIB}/pip/_vendor/requests/packages/urllib3/connectionpool.py
494${PYSITELIB}/pip/_vendor/requests/packages/urllib3/connectionpool.pyc 473${PYSITELIB}/pip/_vendor/requests/packages/urllib3/connectionpool.pyc
495${PYSITELIB}/pip/_vendor/requests/packages/urllib3/connectionpool.pyo 474${PYSITELIB}/pip/_vendor/requests/packages/urllib3/connectionpool.pyo
496${PYSITELIB}/pip/_vendor/requests/packages/urllib3/exceptions.pyc 
497${PYSITELIB}/pip/_vendor/requests/packages/urllib3/exceptions.pyo 
498${PYSITELIB}/pip/_vendor/requests/packages/urllib3/fields.pyc 
499${PYSITELIB}/pip/_vendor/requests/packages/urllib3/fields.pyo 
500${PYSITELIB}/pip/_vendor/requests/packages/urllib3/filepost.pyc 
501${PYSITELIB}/pip/_vendor/requests/packages/urllib3/filepost.pyo 
502${PYSITELIB}/pip/_vendor/requests/packages/urllib3/poolmanager.pyc 
503${PYSITELIB}/pip/_vendor/requests/packages/urllib3/poolmanager.pyo 
504${PYSITELIB}/pip/_vendor/requests/packages/urllib3/request.pyc 
505${PYSITELIB}/pip/_vendor/requests/packages/urllib3/request.pyo 
506${PYSITELIB}/pip/_vendor/requests/packages/urllib3/response.pyc 
507${PYSITELIB}/pip/_vendor/requests/packages/urllib3/response.pyo 
508${PYSITELIB}/pip/_vendor/requests/packages/urllib3/_collections.py 
509${PYSITELIB}/pip/_vendor/requests/packages/urllib3/connection.py 
510${PYSITELIB}/pip/_vendor/requests/packages/urllib3/connectionpool.py 
511${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/__init__.py 475${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/__init__.py
512${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/__init__.pyc 476${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/__init__.pyc
513${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/__init__.pyo 477${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/__init__.pyo
 478${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/appengine.py
 479${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/appengine.pyc
 480${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/appengine.pyo
 481${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py
514${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.pyc 482${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.pyc
515${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.pyo 483${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.pyo
 484${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py
516${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.pyc 485${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.pyc
517${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.pyo 486${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.pyo
518${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py 487${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/socks.py
519${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py 488${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/socks.pyc
 489${PYSITELIB}/pip/_vendor/requests/packages/urllib3/contrib/socks.pyo
520${PYSITELIB}/pip/_vendor/requests/packages/urllib3/exceptions.py 490${PYSITELIB}/pip/_vendor/requests/packages/urllib3/exceptions.py
 491${PYSITELIB}/pip/_vendor/requests/packages/urllib3/exceptions.pyc
 492${PYSITELIB}/pip/_vendor/requests/packages/urllib3/exceptions.pyo
521${PYSITELIB}/pip/_vendor/requests/packages/urllib3/fields.py 493${PYSITELIB}/pip/_vendor/requests/packages/urllib3/fields.py
 494${PYSITELIB}/pip/_vendor/requests/packages/urllib3/fields.pyc
 495${PYSITELIB}/pip/_vendor/requests/packages/urllib3/fields.pyo
522${PYSITELIB}/pip/_vendor/requests/packages/urllib3/filepost.py 496${PYSITELIB}/pip/_vendor/requests/packages/urllib3/filepost.py
 497${PYSITELIB}/pip/_vendor/requests/packages/urllib3/filepost.pyc
 498${PYSITELIB}/pip/_vendor/requests/packages/urllib3/filepost.pyo
523${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/__init__.py 499${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/__init__.py
524${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/__init__.pyc 500${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/__init__.pyc
525${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/__init__.pyo 501${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/__init__.pyo
 502${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py
526${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.pyc 503${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.pyc
527${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.pyo 504${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.pyo
 505${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/six.py
528${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/six.pyc 506${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/six.pyc
529${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/six.pyo 507${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/six.pyo
530${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py 
531${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/six.py 
532${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py 508${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py
533${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyc 509${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyc
534${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyo 510${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyo
 511${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py
535${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.pyc 512${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.pyc
536${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.pyo 513${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.pyo
537${PYSITELIB}/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py 
538${PYSITELIB}/pip/_vendor/requests/packages/urllib3/poolmanager.py 514${PYSITELIB}/pip/_vendor/requests/packages/urllib3/poolmanager.py
 515${PYSITELIB}/pip/_vendor/requests/packages/urllib3/poolmanager.pyc
 516${PYSITELIB}/pip/_vendor/requests/packages/urllib3/poolmanager.pyo
539${PYSITELIB}/pip/_vendor/requests/packages/urllib3/request.py 517${PYSITELIB}/pip/_vendor/requests/packages/urllib3/request.py
 518${PYSITELIB}/pip/_vendor/requests/packages/urllib3/request.pyc
 519${PYSITELIB}/pip/_vendor/requests/packages/urllib3/request.pyo
540${PYSITELIB}/pip/_vendor/requests/packages/urllib3/response.py 520${PYSITELIB}/pip/_vendor/requests/packages/urllib3/response.py
 521${PYSITELIB}/pip/_vendor/requests/packages/urllib3/response.pyc
 522${PYSITELIB}/pip/_vendor/requests/packages/urllib3/response.pyo
541${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/__init__.py 523${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/__init__.py
542${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/__init__.pyc 524${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/__init__.pyc
543${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/__init__.pyo 525${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/__init__.pyo
 526${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/connection.py
544${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/connection.pyc 527${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/connection.pyc
545${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/connection.pyo 528${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/connection.pyo
 529${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/request.py
546${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/request.pyc 530${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/request.pyc
547${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/request.pyo 531${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/request.pyo
 532${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/response.py
548${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/response.pyc 533${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/response.pyc
549${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/response.pyo 534${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/response.pyo
 535${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/retry.py
550${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/retry.pyc 536${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/retry.pyc
551${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/retry.pyo 537${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/retry.pyo
 538${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/ssl_.py
552${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/ssl_.pyc 539${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/ssl_.pyc
553${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/ssl_.pyo 540${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/ssl_.pyo
 541${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/timeout.py
554${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/timeout.pyc 542${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/timeout.pyc
555${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/timeout.pyo 543${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/timeout.pyo
 544${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/url.py
556${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/url.pyc 545${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/url.pyc
557${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/url.pyo 546${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/url.pyo
558${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/connection.py 
559${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/request.py 
560${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/response.py 
561${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/retry.py 
562${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/ssl_.py 
563${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/timeout.py 
564${PYSITELIB}/pip/_vendor/requests/packages/urllib3/util/url.py 
565${PYSITELIB}/pip/_vendor/requests/sessions.py 547${PYSITELIB}/pip/_vendor/requests/sessions.py
 548${PYSITELIB}/pip/_vendor/requests/sessions.pyc
 549${PYSITELIB}/pip/_vendor/requests/sessions.pyo
566${PYSITELIB}/pip/_vendor/requests/status_codes.py 550${PYSITELIB}/pip/_vendor/requests/status_codes.py
 551${PYSITELIB}/pip/_vendor/requests/status_codes.pyc
 552${PYSITELIB}/pip/_vendor/requests/status_codes.pyo
567${PYSITELIB}/pip/_vendor/requests/structures.py 553${PYSITELIB}/pip/_vendor/requests/structures.py
 554${PYSITELIB}/pip/_vendor/requests/structures.pyc
 555${PYSITELIB}/pip/_vendor/requests/structures.pyo
568${PYSITELIB}/pip/_vendor/requests/utils.py 556${PYSITELIB}/pip/_vendor/requests/utils.py
 557${PYSITELIB}/pip/_vendor/requests/utils.pyc
 558${PYSITELIB}/pip/_vendor/requests/utils.pyo
569${PYSITELIB}/pip/_vendor/retrying.py 559${PYSITELIB}/pip/_vendor/retrying.py
 560${PYSITELIB}/pip/_vendor/retrying.pyc
 561${PYSITELIB}/pip/_vendor/retrying.pyo
570${PYSITELIB}/pip/_vendor/six.py 562${PYSITELIB}/pip/_vendor/six.py
 563${PYSITELIB}/pip/_vendor/six.pyc
 564${PYSITELIB}/pip/_vendor/six.pyo
571${PYSITELIB}/pip/basecommand.py 565${PYSITELIB}/pip/basecommand.py
 566${PYSITELIB}/pip/basecommand.pyc
 567${PYSITELIB}/pip/basecommand.pyo
572${PYSITELIB}/pip/baseparser.py 568${PYSITELIB}/pip/baseparser.py
 569${PYSITELIB}/pip/baseparser.pyc
 570${PYSITELIB}/pip/baseparser.pyo
573${PYSITELIB}/pip/cmdoptions.py 571${PYSITELIB}/pip/cmdoptions.py
 572${PYSITELIB}/pip/cmdoptions.pyc
 573${PYSITELIB}/pip/cmdoptions.pyo
574${PYSITELIB}/pip/commands/__init__.py 574${PYSITELIB}/pip/commands/__init__.py
575${PYSITELIB}/pip/commands/__init__.pyc 575${PYSITELIB}/pip/commands/__init__.pyc
576${PYSITELIB}/pip/commands/__init__.pyo 576${PYSITELIB}/pip/commands/__init__.pyo
 577${PYSITELIB}/pip/commands/completion.py
577${PYSITELIB}/pip/commands/completion.pyc 578${PYSITELIB}/pip/commands/completion.pyc
578${PYSITELIB}/pip/commands/completion.pyo 579${PYSITELIB}/pip/commands/completion.pyo
 580${PYSITELIB}/pip/commands/download.py
 581${PYSITELIB}/pip/commands/download.pyc
 582${PYSITELIB}/pip/commands/download.pyo
 583${PYSITELIB}/pip/commands/freeze.py
579${PYSITELIB}/pip/commands/freeze.pyc 584${PYSITELIB}/pip/commands/freeze.pyc
580${PYSITELIB}/pip/commands/freeze.pyo 585${PYSITELIB}/pip/commands/freeze.pyo
 586${PYSITELIB}/pip/commands/hash.py
 587${PYSITELIB}/pip/commands/hash.pyc
 588${PYSITELIB}/pip/commands/hash.pyo
 589${PYSITELIB}/pip/commands/help.py
581${PYSITELIB}/pip/commands/help.pyc 590${PYSITELIB}/pip/commands/help.pyc
582${PYSITELIB}/pip/commands/help.pyo 591${PYSITELIB}/pip/commands/help.pyo
 592${PYSITELIB}/pip/commands/install.py
583${PYSITELIB}/pip/commands/install.pyc 593${PYSITELIB}/pip/commands/install.pyc
584${PYSITELIB}/pip/commands/install.pyo 594${PYSITELIB}/pip/commands/install.pyo
 595${PYSITELIB}/pip/commands/list.py
585${PYSITELIB}/pip/commands/list.pyc 596${PYSITELIB}/pip/commands/list.pyc
586${PYSITELIB}/pip/commands/list.pyo 597${PYSITELIB}/pip/commands/list.pyo
 598${PYSITELIB}/pip/commands/search.py
587${PYSITELIB}/pip/commands/search.pyc 599${PYSITELIB}/pip/commands/search.pyc
588${PYSITELIB}/pip/commands/search.pyo 600${PYSITELIB}/pip/commands/search.pyo
 601${PYSITELIB}/pip/commands/show.py
589${PYSITELIB}/pip/commands/show.pyc 602${PYSITELIB}/pip/commands/show.pyc
590${PYSITELIB}/pip/commands/show.pyo 603${PYSITELIB}/pip/commands/show.pyo
 604${PYSITELIB}/pip/commands/uninstall.py
591${PYSITELIB}/pip/commands/uninstall.pyc 605${PYSITELIB}/pip/commands/uninstall.pyc
592${PYSITELIB}/pip/commands/uninstall.pyo 606${PYSITELIB}/pip/commands/uninstall.pyo
 607${PYSITELIB}/pip/commands/wheel.py
593${PYSITELIB}/pip/commands/wheel.pyc 608${PYSITELIB}/pip/commands/wheel.pyc
594${PYSITELIB}/pip/commands/wheel.pyo 609${PYSITELIB}/pip/commands/wheel.pyo
595${PYSITELIB}/pip/commands/completion.py 
596${PYSITELIB}/pip/commands/freeze.py 
597${PYSITELIB}/pip/commands/help.py 
598${PYSITELIB}/pip/commands/install.py 
599${PYSITELIB}/pip/commands/list.py 
600${PYSITELIB}/pip/commands/search.py 
601${PYSITELIB}/pip/commands/show.py 
602${PYSITELIB}/pip/commands/uninstall.py 
603${PYSITELIB}/pip/commands/wheel.py 
604${PYSITELIB}/pip/compat/__init__.py 610${PYSITELIB}/pip/compat/__init__.py
605${PYSITELIB}/pip/compat/__init__.pyc 611${PYSITELIB}/pip/compat/__init__.pyc
606${PYSITELIB}/pip/compat/__init__.pyo 612${PYSITELIB}/pip/compat/__init__.pyo
 613${PYSITELIB}/pip/compat/dictconfig.py
607${PYSITELIB}/pip/compat/dictconfig.pyc 614${PYSITELIB}/pip/compat/dictconfig.pyc
608${PYSITELIB}/pip/compat/dictconfig.pyo 615${PYSITELIB}/pip/compat/dictconfig.pyo
609${PYSITELIB}/pip/compat/dictconfig.py 616${PYSITELIB}/pip/compat/ordereddict.py
 617${PYSITELIB}/pip/compat/ordereddict.pyc
 618${PYSITELIB}/pip/compat/ordereddict.pyo
610${PYSITELIB}/pip/download.py 619${PYSITELIB}/pip/download.py
 620${PYSITELIB}/pip/download.pyc
 621${PYSITELIB}/pip/download.pyo
611${PYSITELIB}/pip/exceptions.py 622${PYSITELIB}/pip/exceptions.py
 623${PYSITELIB}/pip/exceptions.pyc
 624${PYSITELIB}/pip/exceptions.pyo
612${PYSITELIB}/pip/index.py 625${PYSITELIB}/pip/index.py
 626${PYSITELIB}/pip/index.pyc
 627${PYSITELIB}/pip/index.pyo
613${PYSITELIB}/pip/locations.py 628${PYSITELIB}/pip/locations.py
 629${PYSITELIB}/pip/locations.pyc
 630${PYSITELIB}/pip/locations.pyo
614${PYSITELIB}/pip/models/__init__.py 631${PYSITELIB}/pip/models/__init__.py
615${PYSITELIB}/pip/models/__init__.pyc 632${PYSITELIB}/pip/models/__init__.pyc
616${PYSITELIB}/pip/models/__init__.pyo 633${PYSITELIB}/pip/models/__init__.pyo
 634${PYSITELIB}/pip/models/index.py
617${PYSITELIB}/pip/models/index.pyc 635${PYSITELIB}/pip/models/index.pyc
618${PYSITELIB}/pip/models/index.pyo 636${PYSITELIB}/pip/models/index.pyo
619${PYSITELIB}/pip/models/index.py 
620${PYSITELIB}/pip/operations/__init__.py 637${PYSITELIB}/pip/operations/__init__.py
621${PYSITELIB}/pip/operations/__init__.pyc 638${PYSITELIB}/pip/operations/__init__.pyc
622${PYSITELIB}/pip/operations/__init__.pyo 639${PYSITELIB}/pip/operations/__init__.pyo
 640${PYSITELIB}/pip/operations/freeze.py
623${PYSITELIB}/pip/operations/freeze.pyc 641${PYSITELIB}/pip/operations/freeze.pyc
624${PYSITELIB}/pip/operations/freeze.pyo 642${PYSITELIB}/pip/operations/freeze.pyo
625${PYSITELIB}/pip/operations/freeze.py 
626${PYSITELIB}/pip/pep425tags.py 643${PYSITELIB}/pip/pep425tags.py
 644${PYSITELIB}/pip/pep425tags.pyc
 645${PYSITELIB}/pip/pep425tags.pyo
627${PYSITELIB}/pip/req/__init__.py 646${PYSITELIB}/pip/req/__init__.py
628${PYSITELIB}/pip/req/__init__.pyc 647${PYSITELIB}/pip/req/__init__.pyc
629${PYSITELIB}/pip/req/__init__.pyo 648${PYSITELIB}/pip/req/__init__.pyo
 649${PYSITELIB}/pip/req/req_file.py
630${PYSITELIB}/pip/req/req_file.pyc 650${PYSITELIB}/pip/req/req_file.pyc
631${PYSITELIB}/pip/req/req_file.pyo 651${PYSITELIB}/pip/req/req_file.pyo
 652${PYSITELIB}/pip/req/req_install.py
632${PYSITELIB}/pip/req/req_install.pyc 653${PYSITELIB}/pip/req/req_install.pyc
633${PYSITELIB}/pip/req/req_install.pyo 654${PYSITELIB}/pip/req/req_install.pyo
 655${PYSITELIB}/pip/req/req_set.py
634${PYSITELIB}/pip/req/req_set.pyc 656${PYSITELIB}/pip/req/req_set.pyc
635${PYSITELIB}/pip/req/req_set.pyo 657${PYSITELIB}/pip/req/req_set.pyo
 658${PYSITELIB}/pip/req/req_uninstall.py
636${PYSITELIB}/pip/req/req_uninstall.pyc 659${PYSITELIB}/pip/req/req_uninstall.pyc
637${PYSITELIB}/pip/req/req_uninstall.pyo 660${PYSITELIB}/pip/req/req_uninstall.pyo
638${PYSITELIB}/pip/req/req_file.py 
639${PYSITELIB}/pip/req/req_install.py 
640${PYSITELIB}/pip/req/req_set.py 
641${PYSITELIB}/pip/req/req_uninstall.py 
642${PYSITELIB}/pip/status_codes.py 661${PYSITELIB}/pip/status_codes.py
 662${PYSITELIB}/pip/status_codes.pyc
 663${PYSITELIB}/pip/status_codes.pyo
643${PYSITELIB}/pip/utils/__init__.py 664${PYSITELIB}/pip/utils/__init__.py
644${PYSITELIB}/pip/utils/__init__.pyc 665${PYSITELIB}/pip/utils/__init__.pyc
645${PYSITELIB}/pip/utils/__init__.pyo 666${PYSITELIB}/pip/utils/__init__.pyo
 667${PYSITELIB}/pip/utils/appdirs.py
646${PYSITELIB}/pip/utils/appdirs.pyc 668${PYSITELIB}/pip/utils/appdirs.pyc
647${PYSITELIB}/pip/utils/appdirs.pyo 669${PYSITELIB}/pip/utils/appdirs.pyo
 670${PYSITELIB}/pip/utils/build.py
648${PYSITELIB}/pip/utils/build.pyc 671${PYSITELIB}/pip/utils/build.pyc
649${PYSITELIB}/pip/utils/build.pyo 672${PYSITELIB}/pip/utils/build.pyo
 673${PYSITELIB}/pip/utils/deprecation.py
650${PYSITELIB}/pip/utils/deprecation.pyc 674${PYSITELIB}/pip/utils/deprecation.pyc
651${PYSITELIB}/pip/utils/deprecation.pyo 675${PYSITELIB}/pip/utils/deprecation.pyo
 676${PYSITELIB}/pip/utils/encoding.py
 677${PYSITELIB}/pip/utils/encoding.pyc
 678${PYSITELIB}/pip/utils/encoding.pyo
 679${PYSITELIB}/pip/utils/filesystem.py
652${PYSITELIB}/pip/utils/filesystem.pyc 680${PYSITELIB}/pip/utils/filesystem.pyc
653${PYSITELIB}/pip/utils/filesystem.pyo 681${PYSITELIB}/pip/utils/filesystem.pyo
 682${PYSITELIB}/pip/utils/hashes.py
 683${PYSITELIB}/pip/utils/hashes.pyc
 684${PYSITELIB}/pip/utils/hashes.pyo
 685${PYSITELIB}/pip/utils/logging.py
654${PYSITELIB}/pip/utils/logging.pyc 686${PYSITELIB}/pip/utils/logging.pyc
655${PYSITELIB}/pip/utils/logging.pyo 687${PYSITELIB}/pip/utils/logging.pyo
 688${PYSITELIB}/pip/utils/outdated.py
656${PYSITELIB}/pip/utils/outdated.pyc 689${PYSITELIB}/pip/utils/outdated.pyc
657${PYSITELIB}/pip/utils/outdated.pyo 690${PYSITELIB}/pip/utils/outdated.pyo
 691${PYSITELIB}/pip/utils/setuptools_build.py
 692${PYSITELIB}/pip/utils/setuptools_build.pyc
 693${PYSITELIB}/pip/utils/setuptools_build.pyo
 694${PYSITELIB}/pip/utils/ui.py
658${PYSITELIB}/pip/utils/ui.pyc 695${PYSITELIB}/pip/utils/ui.pyc
659${PYSITELIB}/pip/utils/ui.pyo 696${PYSITELIB}/pip/utils/ui.pyo
660${PYSITELIB}/pip/utils/appdirs.py 
661${PYSITELIB}/pip/utils/build.py 
662${PYSITELIB}/pip/utils/deprecation.py 
663${PYSITELIB}/pip/utils/filesystem.py 
664${PYSITELIB}/pip/utils/logging.py 
665${PYSITELIB}/pip/utils/outdated.py 
666${PYSITELIB}/pip/utils/ui.py 
667${PYSITELIB}/pip/vcs/__init__.py 697${PYSITELIB}/pip/vcs/__init__.py
668${PYSITELIB}/pip/vcs/__init__.pyc 698${PYSITELIB}/pip/vcs/__init__.pyc
669${PYSITELIB}/pip/vcs/__init__.pyo 699${PYSITELIB}/pip/vcs/__init__.pyo
 700${PYSITELIB}/pip/vcs/bazaar.py
670${PYSITELIB}/pip/vcs/bazaar.pyc 701${PYSITELIB}/pip/vcs/bazaar.pyc
671${PYSITELIB}/pip/vcs/bazaar.pyo 702${PYSITELIB}/pip/vcs/bazaar.pyo
 703${PYSITELIB}/pip/vcs/git.py
672${PYSITELIB}/pip/vcs/git.pyc 704${PYSITELIB}/pip/vcs/git.pyc
673${PYSITELIB}/pip/vcs/git.pyo 705${PYSITELIB}/pip/vcs/git.pyo
 706${PYSITELIB}/pip/vcs/mercurial.py
674${PYSITELIB}/pip/vcs/mercurial.pyc 707${PYSITELIB}/pip/vcs/mercurial.pyc
675${PYSITELIB}/pip/vcs/mercurial.pyo 708${PYSITELIB}/pip/vcs/mercurial.pyo
 709${PYSITELIB}/pip/vcs/subversion.py
676${PYSITELIB}/pip/vcs/subversion.pyc 710${PYSITELIB}/pip/vcs/subversion.pyc
677${PYSITELIB}/pip/vcs/subversion.pyo 711${PYSITELIB}/pip/vcs/subversion.pyo
678${PYSITELIB}/pip/vcs/bazaar.py 
679${PYSITELIB}/pip/vcs/git.py 
680${PYSITELIB}/pip/vcs/mercurial.py 
681${PYSITELIB}/pip/vcs/subversion.py 
682${PYSITELIB}/pip/wheel.py 712${PYSITELIB}/pip/wheel.py
 713${PYSITELIB}/pip/wheel.pyc
 714${PYSITELIB}/pip/wheel.pyo

cvs diff -r1.11 -r1.12 pkgsrc/devel/py-pip/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-pip/distinfo 2015/11/03 03:29:11 1.11
+++ pkgsrc/devel/py-pip/distinfo 2016/08/27 11:41:23 1.12
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.11 2015/11/03 03:29:11 agc Exp $ 1$NetBSD: distinfo,v 1.12 2016/08/27 11:41:23 richard Exp $
2 2
3SHA1 (pip-7.1.2.tar.gz) = 9eb9ea19b630412bc2b2b587fc6bbbee71950a96 3SHA1 (pip-8.1.2.tar.gz) = 1c13c247967ec5bee6de5fd104c5d78ba30951c7
4RMD160 (pip-7.1.2.tar.gz) = 3d748862e9db0b975db9a51105a4ca151c302a4a 4RMD160 (pip-8.1.2.tar.gz) = de676d8f554d96e7ecf03e919380e7a6fd968634
5SHA512 (pip-7.1.2.tar.gz) = 78082afe6b559bf87f91ae9b6d304cfbfce00206e09be42fdae9d449a55cd8d968df6873e834191d0b0e6baae29e72eb3eee42386ff7c5dc9c29b6c28b754449 5SHA512 (pip-8.1.2.tar.gz) = f35e70344bc7baa0739d7a8a38e51f401774b23672e915c32d54fab3e9cc465bfc47361823fa75d2a64fc8748f2020170bd7a4cfde10070d7febf56d1f9124f0
6Size (pip-7.1.2.tar.gz) = 1049170 bytes 6Size (pip-8.1.2.tar.gz) = 1140573 bytes