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

feat: use python_site_packages_path field when available for installing noarch: python packages, CEP-17 #909

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 21, 2024

  1. include optional python_site_packages_path entry

    The IndexJson and PackageRecord struct include an optional
    python_site_packages_path field as specified in CEP-17.
    jjhelmus committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ee43bfb View commit details
    Browse the repository at this point in the history
  2. Use python_site_packages_path form repodata

    When specified in the packages repodata entry, use the
    "python_site_packages_path" field for the location of the
    site_packages_path.
    jjhelmus committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    46eaf2a View commit details
    Browse the repository at this point in the history