Skip to content

feat: add purls to PackageRecord and lockfile#414

Merged
baszalmstra merged 2 commits intoconda:mainfrom
baszalmstra:feat/cep_purls
Nov 24, 2023
Merged

feat: add purls to PackageRecord and lockfile#414
baszalmstra merged 2 commits intoconda:mainfrom
baszalmstra:feat/cep_purls

Conversation

@baszalmstra
Copy link
Copy Markdown
Collaborator

Implementation of conda/ceps#63

@baszalmstra baszalmstra requested a review from wolfv November 24, 2023 09:52
@baszalmstra baszalmstra merged commit d7ecd1f into conda:main Nov 24, 2023
baszalmstra added a commit to prefix-dev/pixi that referenced this pull request Nov 24, 2023
This PR adds support for checking the satisfiability of the lock-file
which includes pypi-dependencies.

Purls have been added to the lock-file
(conda/rattler#414) (See also:
conda/ceps#63). This enables checking
which conda packages will install which pypi packages without needing to
check the internet. This ensures we can still check if a lock-file is up
to date quickly.

I did not profile this code but I think there are a lot of places we can
improve the performance. Thats for a later PR.

I also didn't add tests. I think we should but we can also do that in
another PR.

Closes #467

---------

Co-authored-by: Ruben Arts <ruben.arts@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants