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 building distribution of PEP 561 stub-only packages #2000

Merged
merged 6 commits into from
Apr 22, 2020

Commits on Apr 22, 2020

  1. fix creation of stub-only packages by adding a check for a stub-only …

    …wheel
    
    Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com>
    hoefling committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    9185c49 View commit details
    Browse the repository at this point in the history
  2. add a test for a stub-only source dist

    Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com>
    hoefling committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    13877de View commit details
    Browse the repository at this point in the history
  3. add tests for stub-only package name check

    Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com>
    hoefling committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    49b4cba View commit details
    Browse the repository at this point in the history
  4. include the py.typed marker file if present without checking for content

    Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com>
    hoefling committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    1503688 View commit details
    Browse the repository at this point in the history
  5. apply isort formatting

    Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
    hoefling committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    20abaed View commit details
    Browse the repository at this point in the history
  6. turn is_stub_only and has_modules properties to methods

    Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
    hoefling committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    b12c805 View commit details
    Browse the repository at this point in the history