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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
isaak yansane-sisk
slapos.buildout
Commits
833aa8a9
Commit
833aa8a9
authored
Sep 01, 2006
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor output tweaks.
parent
4ddc3ea2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/zc/buildout/easy_install.py
src/zc/buildout/easy_install.py
+3
-3
No files found.
src/zc/buildout/easy_install.py
View file @
833aa8a9
...
@@ -129,7 +129,7 @@ def _satisfied(req, env, dest, executable, index, links):
...
@@ -129,7 +129,7 @@ def _satisfied(req, env, dest, executable, index, links):
# Check if we have the upper limit
# Check if we have the upper limit
if maxv is not None and best_we_have.version == maxv:
if maxv is not None and best_we_have.version == maxv:
logger.debug('
We
have
the
best
distributon
that
satisfies
%
s
',
logger.debug('
We
have
the
best
distributon
that
satisfies
\
n
%
s
',
req)
req)
return best_we_have
return best_we_have
...
@@ -153,7 +153,7 @@ def _satisfied(req, env, dest, executable, index, links):
...
@@ -153,7 +153,7 @@ def _satisfied(req, env, dest, executable, index, links):
# Let's find out if we already have the best available:
# Let's find out if we already have the best available:
if
best_we_have
>=
best_available
:
if
best_we_have
>=
best_available
:
# Yup. Use it.
# Yup. Use it.
logger
.
debug
(
'We have the best distributon that satisfies
%s'
,
req
)
logger
.
debug
(
'We have the best distributon that satisfies
\
n
%s'
,
req
)
return
best_we_have
return
best_we_have
return
None
return
None
...
@@ -373,7 +373,7 @@ def scripts(reqs, working_set, executable, dest,
...
@@ -373,7 +373,7 @@ def scripts(reqs, working_set, executable, dest,
projects
=
[
r
.
project_name
for
r
in
reqs
]
projects
=
[
r
.
project_name
for
r
in
reqs
]
path
=
[
dist
.
location
for
dist
in
working_set
]
path
=
[
dist
.
location
for
dist
in
working_set
]
path
.
extend
(
extra_paths
)
path
.
extend
(
extra_paths
)
path
=
repr
(
path
)[
1
:
-
1
].
replace
(
','
,
',
\
n
'
)
path
=
repr
(
path
)[
1
:
-
1
].
replace
(
',
'
,
',
\
n
'
)
generated
=
[]
generated
=
[]
for
dist
in
working_set
:
for
dist
in
working_set
:
...
...
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