[issue8253] add a resource+files section in setup.cfg

2011-04-03 Thread Shashwat Anand
Changes by Shashwat Anand : -- nosy: -l0nwlf ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue8253] add a resource+files section in setup.cfg

2011-04-03 Thread Éric Araujo
Éric Araujo added the comment: This is now done thanks to Tarek and sprinters. -- dependencies: -update mkpkg to latest coding standards resolution: accepted -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker

[issue8253] add a resource+files section in setup.cfg

2010-09-29 Thread Éric Araujo
Changes by Éric Araujo : -- versions: +3rd party -Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___ ___

[issue8253] add a resource+files section in setup.cfg

2010-07-17 Thread Éric Araujo
Éric Araujo added the comment: I’m working on the files section alongside the metadata section (#8252. I will wait for resources, since it’s much more controversial. I’ll clean up mkpkg (see #8591) before updating it to support the new sections. -- dependencies: +update mkpkg to lates

[issue8253] add a resource+files section in setup.cfg

2010-07-17 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: tarek -> merwok nosy: +titus ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue8253] add a resource+files section in setup.cfg

2010-06-22 Thread Éric Araujo
Éric Araujo added the comment: I’m doing this after #8252. Monitor that bug and http://bitbucket.org/Merwok/distutils2-killsetup for updates. -- dependencies: +add a metadata section in setup.cfg keywords: +gsoc resolution: -> accepted stage: -> needs patch versions: -Python 3.3 __

[issue8253] add a resource+files section in setup.cfg

2010-04-30 Thread Dan Buch
Changes by Dan Buch : -- nosy: +meatballhat ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue8253] add a resource+files section in setup.cfg

2010-04-11 Thread Éric Araujo
Éric Araujo added the comment: I’ve read some distutils-sig threads about this. Do you still want to write a PEP for it before implementation? -- ___ Python tracker ___

[issue8253] add a resource+files section in setup.cfg

2010-03-29 Thread Zubin Mithra
Changes by Zubin Mithra : -- nosy: +zubin71 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue8253] add a resource+files section in setup.cfg

2010-03-28 Thread Shashwat Anand
Changes by Shashwat Anand : -- nosy: +l0nwlf ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue8253] add a resource+files section in setup.cfg

2010-03-28 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +merwok ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue8253] add a resource+files section in setup.cfg

2010-03-28 Thread Tarek Ziadé
Tarek Ziadé added the comment: and change the mkpkg script accordingly -- ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue8253] add a resource+files section in setup.cfg

2010-03-28 Thread Tarek Ziadé
New submission from Tarek Ziadé : Implement the [resources] section described in: http://hg.python.org/distutils2/file/tip/docs/design/wiki.rst We also need to add a description of packages, scripts and modules. The result should be that projects will not need a setup.py file anymore -