Commit 61ddf402 authored by Michael Howitz's avatar Michael Howitz Committed by Julien Muchembled

Use the new PyPI at https://pypi.org/.

(cherry picked from commit 73b1377c)
parent 4a4e9661
......@@ -46,7 +46,7 @@ local files::
... develop = allowdemo
... parts = eggs
... allow-hosts =
... pypi.python.org
... pypi.org
...
... [eggs]
... recipe = zc.recipe.egg:eggs
......
......@@ -3067,7 +3067,7 @@ using the `index` option::
...
index = https://index.example.com/
This index, or the default of https://pypi.python.org/simple/ if no
This index, or the default of https://pypi.org/simple/ if no
index is specified, will always be searched for distributions unless
running buildout with options that prevent searching for
distributions. The latest version of the distribution that meets the
......
......@@ -46,7 +46,7 @@ def realpath(path):
default_index_url = os.environ.get(
'buildout-testing-index-url',
'https://pypi.python.org/simple',
'https://pypi.org/simple',
)
logger = logging.getLogger('zc.buildout.easy_install')
......
......@@ -46,7 +46,7 @@ index
The URL of an index server, or almost any other valid URL. :)
If not specified, the Python Package Index,
https://pypi.python.org/simple/, is used. You can specify an
https://pypi.org/simple/, is used. You can specify an
alternate index with this option. If you use the links option and
if the links point to the needed distributions, then the index can
be anything and will be largely ignored. In the examples, here,
......@@ -1073,7 +1073,7 @@ index
The URL of an index server, or almost any other valid URL. :)
If not specified, the Python Package Index,
https://pypi.python.org/simple/, is used. You can specify an
https://pypi.org/simple/, is used. You can specify an
alternate index with this option. If you use the links option and
if the links point to the needed distributions, then the index can
be anything and will be largely ignored. In the examples, here,
......
......@@ -324,8 +324,8 @@ When everything is pinned, no output is generated:
...
The Python package index is case-insensitive. Both
https://pypi.python.org/simple/Django/ and
https://pypi.python.org/simple/dJaNgO/ work. And distributions aren't always
https://pypi.org/simple/Django/ and
https://pypi.org/simple/dJaNgO/ work. And distributions aren't always
naming themselves consistently case-wise. So all version names are normalized
and case differences won't impact the pinning:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment