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

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: languishing - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11880 ___

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

2012-10-25 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: -berker.peksag ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11880 ___ ___

[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 dho...@fastmail.fm 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 rep...@bugs.python.org wrote: Éric Araujo mer...@netwok.org added the

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

2012-07-02 Thread Éric Araujo
Éric Araujo mer...@netwok.org 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 rep...@bugs.python.org

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

2012-06-14 Thread David Barnett
David Barnett davidbarne...@gmail.com added the comment: Is this ready and just waiting to be merged now? -- nosy: +mu_mind ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11880 ___

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

2012-06-14 Thread Daniel Holth
Daniel Holth dho...@fastmail.fm 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 davidbarne...@gmail.com added the comment: Is this ready and just waiting to be merged

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

2012-05-17 Thread Daniel Holth
Daniel Holth dho...@fastmail.fm added the comment: Fixed closure mistake in remote tip -- hgrepos: +126 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11880 ___

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

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

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

2012-05-17 Thread Daniel Holth
Daniel Holth dho...@fastmail.fm 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-16 Thread Daniel Holth
Daniel Holth dho...@fastmail.fm added the comment: Implemented in https://bitbucket.org/dholth/cpython/changeset/c493a5179621 Advice on writing the unit test would be appreciated. -- ___ Python tracker rep...@bugs.python.org

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

2012-03-15 Thread Alexis Metaireau
Alexis Metaireau ale...@notmyidea.org added the comment: Hey, is there any news on this bug? Berker? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11880 ___

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

2011-10-14 Thread Berker Peksag
Berker Peksag berker.pek...@gmail.com 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

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

2011-10-14 Thread Éric Araujo
Éric Araujo mer...@netwok.org 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

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

2011-10-13 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berkerpeksag ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11880 ___ ___

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

2011-06-09 Thread Michael Mulich
Changes by Michael Mulich michael.mul...@gmail.com: -- nosy: +michael.mulich ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11880 ___ ___

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

2011-05-24 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- keywords: +easy versions: +Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11880 ___ ___

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

2011-04-19 Thread dholth
New submission from dholth dho...@fastmail.fm: 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

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

2011-04-19 Thread Éric Araujo
Éric Araujo mer...@netwok.org 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