[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 rep...@bugs.python.org
http://bugs.python.org/issue13463
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 tracker rep...@bugs.python.org
http://bugs.python.org/issue13463
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13463] Fix parsing of package_data

2012-06-20 Thread Éric Araujo

Changes by Éric Araujo mer...@netwok.org:


--
versions: +Python 3.4 -Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13463
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13463] Fix parsing of package_data

2012-06-19 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

This has Python 3.3 set as Version.  Does it really block the 3.3 release?

--
nosy: +georg.brandl

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13463
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13463] Fix parsing of package_data

2012-06-19 Thread Éric Araujo

Éric Araujo mer...@netwok.org 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 CPython release management feel free to demote them to 
“high” or tell me if you’d like me to do it.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13463
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13463] Fix parsing of package_data

2012-02-03 Thread Nick Wilson

Changes by Nick Wilson n...@njwilson.net:


--
nosy: +njwilson

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13463
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13463] Fix parsing of package_data

2011-11-24 Thread Éric Araujo

Changes by Éric Araujo mer...@netwok.org:


--
dependencies: +Allow package_data specs/globs to match directories, 
package_data only allows one glob per-package

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13463
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13463] Fix parsing of package_data

2011-11-23 Thread Éric Araujo

New submission from Éric Araujo mer...@netwok.org:

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 sdist should be created to check that all files 
are included.

As I want to release 1.0a4 very soon, I’ll work on this today or tomorrow.

--
assignee: eric.araujo
components: Distutils2
messages: 148194
nosy: alexis, eric.araujo
priority: release blocker
severity: normal
stage: test needed
status: open
title: Fix parsing of package_data
type: behavior
versions: 3rd party, Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13463
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com