-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
C: unnamed reqsHandling and processing unnamed requirementsHandling and processing unnamed requirementstype: enhancementImprovements to functionalityImprovements to functionality
Description
in many cases, we could parse the name & version from standard packages in pkg URL requirements,
i.e. know that peppercorn-1.4.tar.gz
is project "peppercorn" and version "1.4"
and therefore have a real requirement object in the req
attribute of our InstallRequirement
objects, but we don't currently (and instead end up with an "unnamed" requirement in many cases), see #804 (comment) for context.
Metadata
Metadata
Assignees
Labels
C: unnamed reqsHandling and processing unnamed requirementsHandling and processing unnamed requirementstype: enhancementImprovements to functionalityImprovements to functionality