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

TST: Test that packages can be build from sdists. #532

Merged
merged 28 commits into from
Feb 5, 2022

Commits on Jan 31, 2022

  1. TST: Test that packages can be build from sdists.

    I'm having trouble with this locally.
    DWesl committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    d095c29 View commit details
    Browse the repository at this point in the history
  2. BLD: Include requirements files in sdist.

    This should allow builds from the sdist to complete.
    DWesl committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    8970ab5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a24498e View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Complete MANIFEST.in

    molinav authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    6b1ee2b View commit details
    Browse the repository at this point in the history
  2. Simplify pyproject.toml

    Old Python versions will not be using this anyway.
    molinav authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    6370cbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16d062b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cec59e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9757a10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b23126 View commit details
    Browse the repository at this point in the history
  7. BLD: Add version specifiers for NumPy and Cython to pyproject.toml fo…

    …r python 2.{6,7} and 3.4+
    DWesl committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    48b9ca7 View commit details
    Browse the repository at this point in the history
  8. BLD: Simplify the cython requirements in pyproject.toml

    The dropped python_versions probobly won't be using pyproject.toml.
    DWesl committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    8bee972 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    47b5ebb View commit details
    Browse the repository at this point in the history
  10. CI: Specify C99 standard for building wheel

    Hopefully this allows NumPy to actually build.
    DWesl committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    5eff00f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0940037 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9dce170 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Configuration menu
    Copy the full SHA
    3225eb4 View commit details
    Browse the repository at this point in the history
  2. Revert adding setup.cfg to MANIFEST files

    The `setup.cfg` is automatically added to any source distribution, so
    it does not need to be specified explicitly in `MANIFEST.in`.
    molinav committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    b0723cf View commit details
    Browse the repository at this point in the history
  3. Remove redundant code in setup to force zip sdist

    This is now specified directly as a property in `setup.cfg`, so there
    is no need to continue subclassing `sdist` just for that.
    molinav committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    76ad3cb View commit details
    Browse the repository at this point in the history
  4. Remove trailing slash

    molinav committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    9b2795b View commit details
    Browse the repository at this point in the history
  5. Update pyproject.toml

    molinav committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    b3b4821 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cad118a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03dfeb0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d27ad85 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a18b28 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    863787e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    30e1243 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fcb8289 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    403c521 View commit details
    Browse the repository at this point in the history