[issue11880] add a {dist-info} category to distutils2

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

[issue11880] add a {dist-info} category to distutils2

2012-10-25 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: -berker.peksag ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue11880] add a {dist-info} category to distutils2

2012-08-23 Thread Daniel Holth
Daniel Holth added the comment: Sorry, I won't be able to get around to this any time soon. The patch to fix this bug (in the CPython3 source code) is too intertwined with the other distutils2 fixes. Anyone is welcome to fish for it in my bitbucket. -- status: open -> languishing

[issue11880] add a {dist-info} category to distutils2

2012-07-03 Thread Daniel Holth
Daniel Holth added the comment: I appreciate it. I had trouble using the patch system after that. I will see whether I can generate a better one. Daniel Holth On Jul 3, 2012, at 12:49 AM, Éric Araujo wrote: > > Éric Araujo added the comment: > > Did a first review on Rietveld, but I see

[issue11880] add a {dist-info} category to distutils2

2012-07-02 Thread Éric Araujo
Éric Araujo added the comment: Did a first review on Rietveld, but I see that the patch may be outdated (it had no tests). -- versions: +3rd party, Python 3.4 -Python 3.3 ___ Python tracker __

[issue11880] add a {dist-info} category to distutils2

2012-06-14 Thread Daniel Holth
Daniel Holth added the comment: Yes, but I had some trouble attaching a good patch to the issue tracker itself. On Thu, Jun 14, 2012, at 02:28 PM, David Barnett wrote: > > David Barnett added the comment: > > Is this ready and just waiting to be merged now? > > -- > nosy: +mu_mind >

[issue11880] add a {dist-info} category to distutils2

2012-06-14 Thread David Barnett
David Barnett added the comment: Is this ready and just waiting to be merged now? -- nosy: +mu_mind ___ Python tracker ___ ___ Python

[issue11880] add a {dist-info} category to distutils2

2012-05-17 Thread Daniel Holth
Daniel Holth added the comment: branch updated with regression test (add an entry_points.txt to test_command_install_data.py) and get_distinfo_file() can get any file inside the .dist-info directory. -- ___ Python tracker

[issue11880] add a {dist-info} category to distutils2

2012-05-17 Thread Daniel Holth
Changes by Daniel Holth : -- keywords: +patch Added file: http://bugs.python.org/file25623/50a0da981b7e.diff ___ Python tracker ___ __

[issue11880] add a {dist-info} category to distutils2

2012-05-17 Thread Daniel Holth
Daniel Holth added the comment: Fixed closure mistake in remote tip -- hgrepos: +126 ___ Python tracker ___ ___ Python-bugs-list mail

[issue11880] add a {dist-info} category to distutils2

2012-05-16 Thread Daniel Holth
Daniel Holth added the comment: Implemented in https://bitbucket.org/dholth/cpython/changeset/c493a5179621 Advice on writing the unit test would be appreciated. -- ___ Python tracker _

[issue11880] add a {dist-info} category to distutils2

2012-03-15 Thread Alexis Metaireau
Alexis Metaireau added the comment: Hey, is there any news on this bug? Berker? -- ___ Python tracker ___ ___ Python-bugs-list mailin

[issue11880] add a {dist-info} category to distutils2

2011-10-14 Thread Éric Araujo
Éric Araujo added the comment: Hi Berker! Welcome to Python core development. Tips and guidelines for working on distutils are found here: http://wiki.python.org/moin/Distutils/Contributing It’s best if you work on packaging from the cpython repo, but you can also use the distutils2 repo i

[issue11880] add a {dist-info} category to distutils2

2011-10-14 Thread Berker Peksag
Berker Peksag added the comment: I'd like to work on this issue. What is the correct location of the Distutils2 project? I have found these links: http://hg.python.org/distutils2/file/98e0d3c53a2f/distutils2/ http://hg.python.org/cpython/file/2c223d686feb/Lib/packaging Thanks! -- __

[issue11880] add a {dist-info} category to distutils2

2011-10-13 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berkerpeksag ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue11880] add a {dist-info} category to distutils2

2011-06-09 Thread Michael Mulich
Changes by Michael Mulich : -- nosy: +michael.mulich ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue11880] add a {dist-info} category to distutils2

2011-05-24 Thread Éric Araujo
Changes by Éric Araujo : -- keywords: +easy versions: +Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue11880] add a {dist-info} category to distutils2

2011-04-19 Thread Éric Araujo
Éric Araujo added the comment: This feature is two-fold: add a method to install_distinfo to make it write some data in some file; add a new resource category. -- assignee: tarek -> eric.araujo ___ Python tracker

[issue11880] add a {dist-info} category to distutils2

2011-04-19 Thread dholth
New submission from dholth : In distutils2 there is currently no way to add files such as egg_info.txt that should be part of the package metadata. A new category named the same as the .dist-info directory would be a nice way to do it. distutils2 should raise an error if any of the reserved fi