Issue 12891: Clean up traces of manifest template in packaging (original) (raw)
Issue12891
Created on 2011-09-03 15:07 by eric.araujo, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Messages (4) | ||
---|---|---|
msg143462 - (view) | Author: Éric Araujo (eric.araujo) * ![]() |
Date: 2011-09-03 15:07 |
With distutils2/packaging, extra files to be included in sdists are defined in setup.cfg, no more in a manifest template. However, the Manifest class and the sdist command still have code to deal with manifest templates. I propose to remove it. | ||
msg176684 - (view) | Author: Bruno Dupuis (bruno.dupuis) | Date: 2012-11-30 12:14 |
Sounds easy even though there's quite a bit of lines to impact. I may do it, I just need a go. Tarek? Éric? anyone? | ||
msg176694 - (view) | Author: Éric Araujo (eric.araujo) * ![]() |
Date: 2012-11-30 17:07 |
Packaging is removed from the stdlib, and distutils2 (the backport for Python 2.5-3.3) shares its uncertain future. It would take too long to explain why that is here; I’m working on a blog post to do that and will give a link if you are interested. | ||
msg176706 - (view) | Author: Bruno Dupuis (bruno.dupuis) | Date: 2012-11-30 19:46 |
Ok, thanks, Èric. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:21 | admin | set | github: 57100 |
2014-03-13 04:03:34 | eric.araujo | set | status: open -> closedresolution: out of datestage: resolved |
2012-11-30 19:46:32 | bruno.dupuis | set | messages: + |
2012-11-30 17:07:05 | eric.araujo | set | assignee: tarek -> eric.araujostage: needs patch -> (no value)messages: + versions: + 3rd party |
2012-11-30 12:14:44 | bruno.dupuis | set | nosy: + bruno.dupuismessages: + versions: - 3rd party |
2011-09-03 15:07:46 | eric.araujo | create |