[issue12779] Update packaging documentation

2013-02-04 Thread Éric Araujo
Éric Araujo added the comment: Packaging is removed from the stdlib and distutils2 is evolving into decoupled libs/tools. Closing this effort :( -- resolution: -> wont fix stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue12779] Update packaging documentation

2013-02-04 Thread Ian Cordasco
Changes by Ian Cordasco : -- nosy: +icordasc, larry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue12779] Update packaging documentation

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

[issue12779] Update packaging documentation

2012-06-19 Thread Georg Brandl
Georg Brandl added the comment: Ping. Does this block 3.3? -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailin

[issue12779] Update packaging documentation

2012-05-29 Thread Chris Rebert
Changes by Chris Rebert : -- nosy: +cvrebert ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue12779] Update packaging documentation

2012-05-29 Thread Alexis Metaireau
Alexis Metaireau added the comment: I think it could be helpful to have this work at least somewhere so we can work on top of it. For instance if someone wants to do changes in the documentation, then only thing it would do now would be to cause potential merge conflicts. I'm okay to have sev

[issue12779] Update packaging documentation

2012-05-29 Thread Éric Araujo
Changes by Éric Araujo : -- dependencies: +Usage documentation for pysetup ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue12779] Update packaging documentation

2012-01-11 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue12779] Update packaging documentation

2011-11-23 Thread Éric Araujo
Éric Araujo added the comment: Making this a release blocker for d2 1.0a4. -- priority: normal -> release blocker ___ Python tracker ___

[issue12779] Update packaging documentation

2011-11-19 Thread Nebelhom
Changes by Nebelhom : -- nosy: +Nebelhom ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue12779] Update packaging documentation

2011-11-18 Thread Éric Araujo
Éric Araujo added the comment: I worked on this a bit more and the current boring diff has more than 1000 deleted lines and more than 1000 added lines. After thinking about it, maybe I should not make a mega-patch with markup/boring changes first but rather fix markup as part of more consist

[issue12779] Update packaging documentation

2011-10-09 Thread Paul Moore
Changes by Paul Moore : -- nosy: +pmoore ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue12779] Update packaging documentation

2011-09-07 Thread Ezio Melotti
Ezio Melotti added the comment: 1) sounds good; 2) would be fine too if it makes your life easier; 3) doesn't seem too useful. -- ___ Python tracker ___

[issue12779] Update packaging documentation

2011-09-05 Thread Éric Araujo
Éric Araujo added the comment: To make commit review possible, I thought I’d make two patches for this: the first would be only markup fixes and minimal updates to match the reality of the code (i.e. convert setup.py examples to setup.cfg or pysetup, remove obsolete parts, etc.) and a second

[issue12779] Update packaging documentation

2011-08-18 Thread Éric Araujo
New submission from Éric Araujo : The documentation for packaging is outdated: it refers to setup.py instead of setup.cfg or pysetup, it talks about removed parts like compress (.Z) archives or bdist_rpm, and needs a good read-through. I have started to work on this, so I’m opening this repor

[issue12779] Update packaging documentation

2011-08-18 Thread Éric Araujo
Éric Araujo added the comment: (Replying to myself so that this report doesn’t show up in the “Issues without reply” section of the weekly email) -- nosy: +docs@python ___ Python tracker _