-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PEP 725: version 2, addressing review comments on Discourse to date #3546
Conversation
The added Pillow example and changes to Cryptography and Scipy code from testing builds in https://github.com/rgommers/external-deps-build.
Hi editors/reviewers, a friendly ping on this PR. It'd be great to get this merged so we can continue the discussion on Discourse. It should be good to go. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay, let's merge this!
Thanks @hugovk |
@@ -363,19 +411,14 @@ SciPy 1.10: | |||
"virtual:compiler/cpp", | |||
"virtual:compiler/fortran", | |||
"pkg:generic/ninja", | |||
"pkg:generic/pkg-config", | |||
] | |||
host-requires = [ | |||
"virtual:interface/blas", | |||
"virtual:interface/lapack", # >=3.7.1 (can't express version ranges with PURL yet) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is now available as vers:
, but not sure how the two specs play together. Via &
union?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Asked in package-url/purl-spec#66 (comment)
Changes include:
pkg
/pkg-dev
packages, as well as how to treat needing Python development headers (xref say something aboutpython-devel
and how to treat that implicitly or explicitly rgommers/peps#10)Note that the contents were already reviewed by @pradyunsg and @msaharan over on rgommers#13, so this should be good to go.
📚 Documentation preview 📚: https://pep-previews--3546.org.readthedocs.build/