Packaging/2020-04-29-pip¶
Legacy Wiki Page
This page was migrated from the old MoinMoin-based wiki. Information may be outdated or no longer applicable. For current documentation, see python.org.
Pradyun / TP (29 April 2020)
Agenda: Discussion about https://github.com/sarugaku/resolvelib/issues/46
- Looked at the draft graphic from the previous dev syncup
Discussed what this request is for – specifically, that it is for identifying a candidate -> requirement edge
- Looked at the code
Discussed various options for implementing the required hooks
Adding a
evaluating{.backtick} hookAugmenting the
pinning{.backtick} hookAugumenting the
adding_requirement{.backtick} hook
Settled on changing the
adding_requirement{.backtick} hook
TODO:
Pradyun to file a PR to resolvelib, adding the hook.
TP to update documentation for the hook and merge.