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 extras_require and environment markers in sdist #2153

Merged
merged 4 commits into from
Dec 20, 2014

Commits on Dec 19, 2014

  1. parse_editable: clarify output

    extras and editable_options are two different things
    xavfernandez committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    4ea7937 View commit details
    Browse the repository at this point in the history
  2. Fix environment extras installation for sdist

    use pkg_resources.Distribution.requires instead of
    Requirements.requirements to have environment markers parsing for free
    It also unifies a little the process for wheel and non-wheel installs
    
    closes pypa#2174
    xavfernandez committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    06da6c0 View commit details
    Browse the repository at this point in the history
  3. drop egg_info_lines

    and use pkg_resources.Distribution instead
    xavfernandez committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    de7e9c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1921ad1 View commit details
    Browse the repository at this point in the history