This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Requirements are not properly copied into metatdata of dist-info
Type: behavior Stage: resolved
Components: Distutils2 Versions: Python 3.3, 3rd party
process
Status: closed Resolution: fixed
Dependencies: 11880 Superseder:
Assigned To: eric.araujo Nosy List: Preston, alexis, eric.araujo, tarek
Priority: normal Keywords:

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:27adminsetgithub: 58502
2014-03-13 02:27:16eric.araujosetstatus: open -> closed
stage: resolved
2012-03-15 17:20:34Prestonsetresolution: fixed
messages: + msg155917
2012-03-15 16:43:49alexisunlinkissue14275 dependencies
2012-03-15 16:42:26alexislinkissue14275 dependencies
2012-03-15 16:20:49alexissetmessages: + msg155901
2012-03-14 02:15:56eric.araujosetdependencies: + add a {dist-info} category to distutils2
versions: + 3rd party, Python 3.3, - Python 2.7
2012-03-14 00:44:03Prestoncreate