Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix PathDistribution._normalized_name implementation #377

Commits on May 21, 2022

  1. fix PathDistribution._normalized_name implementation

    - apply PEP 503 normalization to the extracted names
      (e.g.: `zope..inter_face-4.2.dist-info` must yield
       the name `zope_inter_face`)
    
    `entry_points(…)` can yield the entry-points
    of a shadowed distribution. For example: with a version of `mypkg`
    in the system' site-packages directory when working from another
    development checkout of the same package (with a `mypkg.egg-info`
    directory mishandled by the first bug).
    benoit-pierre authored and jaraco committed May 21, 2022
    Configuration menu
    Copy the full SHA
    596abd0 View commit details
    Browse the repository at this point in the history