Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-defaults
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
python-defaults
Commits
4c2a8993
Commit
4c2a8993
authored
13 years ago
by
Piotr Ożarowski
Browse files
Options
Downloads
Patches
Plain Diff
for Egg metadata; add "wsgiref" and "python" fallbacks
parent
6767e37c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+1
-1
1 addition, 1 deletion
debian/changelog
pydist/dist_fallback
+2
-0
2 additions, 0 deletions
pydist/dist_fallback
pydist/generate_fallback_list.py
+2
-0
2 additions, 0 deletions
pydist/generate_fallback_list.py
with
5 additions
and
1 deletion
debian/changelog
+
1
−
1
View file @
4c2a8993
...
...
@@ -9,7 +9,7 @@ python-defaults (2.7.2-6) UNRELEASED; urgency=low
- add python to Depends if unversioned python shebang is detected in
private directory
- dist_fallback: add /usr/share/python-support/package/ to paths searched
for Egg metadata
for Egg metadata
; add "wsgiref" and "python" fallbacks
-- Scott Kitterman <scott@kitterman.com> Sat, 03 Sep 2011 11:21:35 -0400
...
...
This diff is collapsed.
Click to expand it.
pydist/dist_fallback
+
2
−
0
View file @
4c2a8993
python python
setuptools python-pkg-resources
wsgiref python (>= 2.5) | python-wsgiref
AddOns python-peak.util
BitTornado bittornado
BitTorrent bittorrent
...
...
This diff is collapsed.
Click to expand it.
pydist/generate_fallback_list.py
+
2
−
0
View file @
4c2a8993
...
...
@@ -68,5 +68,7 @@ for line in stdout.splitlines():
result
.
sort
()
fp
=
open
(
'
dist_fallback
'
,
'
w
'
)
fp
.
write
(
'
python python
\n
'
)
fp
.
write
(
'
setuptools python-pkg-resources
\n
'
)
fp
.
write
(
'
wsgiref python (>= 2.5) | python-wsgiref
\n
'
)
fp
.
writelines
(
result
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment