RETIRED, PyPI mirror builder
Go to file
Cyril Roelandt 0de0e10e75 Do not download wheels when running "pip install"
Virtualenv has recently been upgraded to 1.11, which comes with pip 1.5. In
this version of pip, if 'pip install' can find a wheel, it downloads it instead
of the tar.gz. This is an issue since the version of pip used in the gates can
still be too old to work with wheels by default.

Use '--no-use-wheel' in the 'pip install' command to fix this.

Closes-Bug: #1276242
Change-Id: I00a32b3abd3b08703f66834ae30e6c4b0cf7bd7d
2014-02-19 04:24:16 +01:00
pypi_mirror Do not download wheels when running "pip install" 2014-02-19 04:24:16 +01:00
.gitignore Add .idea to .gitignore 2013-07-22 13:10:38 +04:00
.gitreview Rename jeepyb to pypi-mirror 2013-09-09 13:43:36 -05:00
.mailmap Add gerritx project infrastructure. 2012-11-22 09:41:44 -08:00
CONTRIBUTING.md Let's just file bugs at openstack-ci for now. 2012-11-28 09:47:59 -08:00
MANIFEST.in Strip out the things we don't need from jeepyb 2013-09-09 13:43:53 -05:00
README.rst Strip out the things we don't need from jeepyb 2013-09-09 13:43:53 -05:00
requirements.txt Don't upgrade setuptools or distribute 2013-11-14 13:16:38 -05:00
setup.cfg Install some python with our package 2013-10-16 19:13:29 +00:00
setup.py Strip out the things we don't need from jeepyb 2013-09-09 13:43:53 -05:00
test-requirements.txt Strip out the things we don't need from jeepyb 2013-09-09 13:43:53 -05:00
tox.ini Modernize to curent build standards 2013-07-02 16:49:29 +00:00

Partial PyPI Mirrors

Sometimes you want a PyPI mirror, but you don't want the whole thing. You certainly don't want external links. What you want are the things that you need and nothing more. What's more, you often know exactly what you need because you already have a pip requirements.txt file containing the list of things you expect to download from PyPI.

pypi-mirror will build a local static mirror for you based on requirements files in git repos.