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

Move metadata from src/setup.cfg.m4 to src/pyproject.toml #38714

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Commits on Oct 19, 2024

  1. src/pyproject.toml.m4: Merge all metadata from src/setup.cfg.m4, remo…

    …ve src/setup.cfg.m4, update docs
    mkoeppe committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    d72962a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    926212e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a05e66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbcfae8 View commit details
    Browse the repository at this point in the history
  5. build/pkgs/*/version_requirements.txt: Deduplicate version constraint…

    …s from pyproject.toml
    mkoeppe committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    3ff8444 View commit details
    Browse the repository at this point in the history
  6. build/bin/sage-get-system-packages: Extract from pyproject.toml [proj…

    …ect] dependencies, [project.optional-dependencies] too
    mkoeppe committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    e31c5f5 View commit details
    Browse the repository at this point in the history
  7. build/bin/sage-get-system-packages: When scanning pyproject.toml for …

    …package names, treat dashes and underscores as equivalent
    mkoeppe committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    a3d4053 View commit details
    Browse the repository at this point in the history
  8. build/bin/sage-get-system-packages: Sort/uniquify package info extrac…

    …ted from src/pyproject.toml
    mkoeppe committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    584508d View commit details
    Browse the repository at this point in the history