[issue13463] Fix parsing of package_data

2013-08-01 Thread Larry Hastings
Larry Hastings added the comment: This was held up by #5302, so I just closed that one too as the same rule applies. -- status: open -> closed ___ Python tracker ___ ___

[issue13463] Fix parsing of package_data

2013-07-31 Thread Éric Araujo
Éric Araujo added the comment: packaging is not in the stdlib anymore, and the successors to distutils2 may or may not use package_data in setup.cfg. This is obsolete. -- resolution: -> wont fix stage: test needed -> committed/rejected ___ Python t

[issue13463] Fix parsing of package_data

2013-07-31 Thread Larry Hastings
Larry Hastings added the comment: What's the status of this? I want to release Python 3.4a1 in two days, and this issue is still marked as a "release blocker". Given the age of this issue I doubt anything is going to happen in the next two days. Unless I hear a great wailing and gnashing of

[issue13463] Fix parsing of package_data

2012-06-20 Thread Éric Araujo
Changes by Éric Araujo : -- versions: +Python 3.4 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue13463] Fix parsing of package_data

2012-06-19 Thread Éric Araujo
Éric Araujo added the comment: I’ve been using the release blocker priority to mark things that need to be solved for the next d2 alpha release, and by extension before the 3.3 release as the plan was to have d2 in 3.3 (see my recent python-dev email about that). If that interferes with CPyt

[issue13463] Fix parsing of package_data

2012-06-19 Thread Georg Brandl
Georg Brandl added the comment: This has "Python 3.3" set as Version. Does it really block the 3.3 release? -- nosy: +georg.brandl ___ Python tracker ___ __

[issue13463] Fix parsing of package_data

2012-02-03 Thread Nick Wilson
Changes by Nick Wilson : -- nosy: +njwilson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue13463] Fix parsing of package_data

2011-11-24 Thread Éric Araujo
Changes by Éric Araujo : -- dependencies: +Allow package_data specs/globs to match directories, package_data only allows one glob per-package ___ Python tracker ___

[issue13463] Fix parsing of package_data

2011-11-23 Thread Éric Araujo
New submission from Éric Araujo : In 288640098ea8, Jeremy fixed a bug in distutils2.config that prevented d2’s own setup.py script from working. I had to revert that change because it caused tests to fail. The bug needs to be identified exactly, then a test for it is needed, and finally an s