Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos.buildout
Commits
61ddf402
Commit
61ddf402
authored
Apr 12, 2018
by
Michael Howitz
Committed by
Julien Muchembled
Nov 26, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use the new PyPI at
https://pypi.org/
.
(cherry picked from commit
73b1377c
)
parent
4a4e9661
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
src/zc/buildout/allowhosts.txt
src/zc/buildout/allowhosts.txt
+1
-1
src/zc/buildout/buildout.txt
src/zc/buildout/buildout.txt
+1
-1
src/zc/buildout/easy_install.py
src/zc/buildout/easy_install.py
+1
-1
src/zc/buildout/easy_install.txt
src/zc/buildout/easy_install.txt
+2
-2
src/zc/buildout/repeatable.txt
src/zc/buildout/repeatable.txt
+2
-2
No files found.
src/zc/buildout/allowhosts.txt
View file @
61ddf402
...
@@ -46,7 +46,7 @@ local files::
...
@@ -46,7 +46,7 @@ local files::
... develop = allowdemo
... develop = allowdemo
... parts = eggs
... parts = eggs
... allow-hosts =
... allow-hosts =
... pypi.
python.
org
... pypi.org
...
...
... [eggs]
... [eggs]
... recipe = zc.recipe.egg:eggs
... recipe = zc.recipe.egg:eggs
...
...
src/zc/buildout/buildout.txt
View file @
61ddf402
...
@@ -3067,7 +3067,7 @@ using the `index` option::
...
@@ -3067,7 +3067,7 @@ using the `index` option::
...
...
index = https://index.example.com/
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
index is specified, will always be searched for distributions unless
running buildout with options that prevent searching for
running buildout with options that prevent searching for
distributions. The latest version of the distribution that meets the
distributions. The latest version of the distribution that meets the
...
...
src/zc/buildout/easy_install.py
View file @
61ddf402
...
@@ -46,7 +46,7 @@ def realpath(path):
...
@@ -46,7 +46,7 @@ def realpath(path):
default_index_url
=
os
.
environ
.
get
(
default_index_url
=
os
.
environ
.
get
(
'buildout-testing-index-url'
,
'buildout-testing-index-url'
,
'https://pypi.
python.
org/simple'
,
'https://pypi.org/simple'
,
)
)
logger
=
logging
.
getLogger
(
'zc.buildout.easy_install'
)
logger
=
logging
.
getLogger
(
'zc.buildout.easy_install'
)
...
...
src/zc/buildout/easy_install.txt
View file @
61ddf402
...
@@ -46,7 +46,7 @@ index
...
@@ -46,7 +46,7 @@ index
The URL of an index server, or almost any other valid URL. :)
The URL of an index server, or almost any other valid URL. :)
If not specified, the Python Package Index,
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
alternate index with this option. If you use the links option and
if the links point to the needed distributions, then the index can
if the links point to the needed distributions, then the index can
be anything and will be largely ignored. In the examples, here,
be anything and will be largely ignored. In the examples, here,
...
@@ -1073,7 +1073,7 @@ index
...
@@ -1073,7 +1073,7 @@ index
The URL of an index server, or almost any other valid URL. :)
The URL of an index server, or almost any other valid URL. :)
If not specified, the Python Package Index,
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
alternate index with this option. If you use the links option and
if the links point to the needed distributions, then the index can
if the links point to the needed distributions, then the index can
be anything and will be largely ignored. In the examples, here,
be anything and will be largely ignored. In the examples, here,
...
...
src/zc/buildout/repeatable.txt
View file @
61ddf402
...
@@ -324,8 +324,8 @@ When everything is pinned, no output is generated:
...
@@ -324,8 +324,8 @@ When everything is pinned, no output is generated:
...
...
The Python package index is case-insensitive. Both
The Python package index is case-insensitive. Both
https://pypi.
python.
org/simple/Django/ and
https://pypi.org/simple/Django/ and
https://pypi.
python.
org/simple/dJaNgO/ work. And distributions aren't always
https://pypi.org/simple/dJaNgO/ work. And distributions aren't always
naming themselves consistently case-wise. So all version names are normalized
naming themselves consistently case-wise. So all version names are normalized
and case differences won't impact the pinning:
and case differences won't impact the pinning:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment