[issue10884] pkgutil EggInfoDistribution requirements for .egg-info metadata

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: test needed -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue10884] pkgutil EggInfoDistribution requirements for .egg-info metadata

2011-09-23 Thread Éric Araujo
Changes by Éric Araujo : -- versions: +3rd party ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue10884] pkgutil EggInfoDistribution requirements for .egg-info metadata

2011-06-12 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: tarek -> eric.araujo resolution: works for me -> stage: -> test needed status: closed -> open versions: +Python 3.3 -3rd party ___ Python tracker

[issue10884] pkgutil EggInfoDistribution requirements for .egg-info metadata

2011-06-08 Thread michael mulich
michael mulich added the comment: Sure, I'll have a look. I'm only getting back into the swing of things, but hopefully I can get more involved. Trying to do one or two small tasks a night. -Michael Mulich (pumazi) On Mon, Jun 6, 2011 at 11:33 AM, Éric Araujo wrote: > > Éric Araujo added the

[issue10884] pkgutil EggInfoDistribution requirements for .egg-info metadata

2011-06-06 Thread Éric Araujo
Éric Araujo added the comment: Can you check if this is covered in test_database? -- ___ Python tracker ___ ___ Python-bugs-list mail

[issue10884] pkgutil EggInfoDistribution requirements for .egg-info metadata

2011-06-05 Thread Michael Mulich
Michael Mulich added the comment: Looks like someone fixed this before distutils2 was merged into cpython as packaging. Thanks. -- resolution: -> works for me status: open -> closed ___ Python tracker __

[issue10884] pkgutil EggInfoDistribution requirements for .egg-info metadata

2011-01-11 Thread Éric Araujo
Éric Araujo added the comment: Thanks Michael for the report and fix. Would you add a test for that fix? Minor note: I follow docstrings good practices in my commit messages, making sure that the first line makes sense on its own (it’s used in short logs) and wrapping my lines under 80 char

[issue10884] pkgutil EggInfoDistribution requirements for .egg-info metadata

2011-01-10 Thread Michael Mulich
New submission from Michael Mulich : Found an issue where the metadata initialization of .egg-info dirs (an EggInfoDistribution object) overrides the 'path' variable, which makes it impossible to find a distributions requirements. I've fixed the issue at https://bitbucket.org/pumazi/distutils