Issue 14294: Requirements are not properly copied into metatdata of dist-info (original) (raw)

Issue14294

Created on 2012-03-14 00:44 by Preston, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg155696 - (view) Author: Preston Holmes (Preston) * Date: 2012-03-14 00:44
the egginfo_to_distinfo util method is not converting requirements properly from a requirements.txt file into the metadata file of the dist-info dir
msg155901 - (view) Author: Alexis Metaireau (alexis) * (Python triager) Date: 2012-03-15 16:20
Thanks for reporting this Preston, Could you be a bit more precise on this one? What is the input you are giving (in the dist-info) and what is not being done? (what's the expected output and what's what you have as a result of running util.egginfo_to_distinfo) Éric, I'm not sure #11880 is a dependency of this one, could you expand on this?
msg155917 - (view) Author: Preston Holmes (Preston) * Date: 2012-03-15 17:20
fixed in http://hg.python.org/distutils2/rev/f453054a7d8b I worked on this fix with Tarek at the pycon sprints - still a bit unfamiliar with this tracker and how to best cross ref revs with ticket numbers This ticket can't be closed until the question of the dependency is resolved.
History
Date User Action Args
2022-04-11 14:57:27 admin set github: 58502
2014-03-13 02:27:16 eric.araujo set status: open -> closedstage: resolved
2012-03-15 17:20:34 Preston set resolution: fixedmessages: +
2012-03-15 16:43:49 alexis unlink issue14275 dependencies
2012-03-15 16:42:26 alexis link issue14275 dependencies
2012-03-15 16:20:49 alexis set messages: +
2012-03-14 02:15:56 eric.araujo set dependencies: + add a {dist-info} category to distutils2versions: + 3rd party, Python 3.3, - Python 2.7
2012-03-14 00:44:03 Preston create