-
Notifications
You must be signed in to change notification settings - Fork 423
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
python_site_packages_path can be specified in the build section #5502
Conversation
I created a few sample packages that specify this metadata field for testing with downstream tools. They are available on anaconda.org in the There are three noarch packages with the following paths specified
|
CodSpeed Performance ReportMerging #5502 will not alter performanceComparing Summary
|
4c34611
to
14ac30c
Compare
@conda/builds-tools This PR is ready for a review. |
news/5502-python_site_packages_path-can-be-specified-in-the-build-section
Outdated
Show resolved
Hide resolved
Co-authored-by: Jannis Leidel <jannis@leidel.info>
FYI we have a implementation in rattler build as well (will be released today): |
Description
This is a implementation of CEP 17 in conda/ceps#90
The location of the site-packages directory can be specified in
python_site_packages_path
in the build section of a recipe. To avoid unnecessarily increasing the size of repodata this metadata should only be specified when the package name ispython
and when the path is not the default for CPython. These suggestions are not checked or enforced by conda-build.Checklist - did you ...
news
directory (using the template) for the next release's release notes?