packages with a - (dash) talk too much

Bug #589218 reported by Adam Groszer
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Buildout
New
Undecided
Unassigned

Bug Description

Packages with a - (dash) in their name that get translated to _ (underscore) talk too much.
Like:
    Develop: '/sample-buildout/sample'
    Couldn't find index page for 'wsgi_intercept' (maybe misspelled?)
    Installing var.
    Installing myapp.
    Generated script '/sample-buildout/bin/myapp'.
    Installing mydebug.
    Couldn't find index page for 'wsgi_intercept' (maybe misspelled?)
    Generated script '/sample-buildout/bin/mydebug'.
That breaks tests (of recipe packages).

What's again weird, because
...
    Getting required 'wsgi-intercept'
      required by zope.app.wsgi 3.9.2.
    Couldn't find index page for 'wsgi_intercept' (maybe misspelled?)
    There are no distros available that meet 'wsgi-intercept'.
    Using our best, None.
    Picked: wsgi-intercept = 0.4
...
where zope.app.wsgi 3.9.2 requires wsgi_intercept (with underscore).

More weird is that the PYPI page is http://pypi.python.org/pypi/wsgi_intercept/0.4

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.