Issue 8253: add a resource+files section in setup.cfg (original) (raw)

Created on 2010-03-28 14:34 by tarek, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (6)
msg101861 - (view) Author: Tarek Ziadé (tarek) * (Python committer) Date: 2010-03-28 14:34
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
msg101863 - (view) Author: Tarek Ziadé (tarek) * (Python committer) Date: 2010-03-28 14:36
and change the mkpkg script accordingly
msg102872 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2010-04-11 19:24
I’ve read some distutils-sig threads about this. Do you still want to write a PEP for it before implementation?
msg108376 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2010-06-22 13:47
I’m doing this after #8252. Monitor that bug and http://bitbucket.org/Merwok/distutils2-killsetup for updates.
msg110619 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2010-07-18 00:09
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.
msg132858 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-04-03 16:28
This is now done thanks to Tarek and sprinters.
History
Date User Action Args
2022-04-11 14:56:59 admin set github: 52500
2011-09-23 16:57:12 eric.araujo unlink issue1092365 dependencies
2011-04-03 17:57:00 l0nwlf set nosy: - l0nwlf
2011-04-03 16:28:08 eric.araujo set status: open -> closedmessages: + dependencies: - update mkpkg to latest coding standardsresolution: accepted -> fixedstage: needs patch -> resolved
2010-11-06 14:34:56 eric.araujo unlink issue8679 dependencies
2010-09-30 01:54:54 eric.araujo link issue8679 dependencies
2010-09-30 01:34:13 eric.araujo set versions: + 3rd party, - Python 2.6, Python 2.5, Python 3.1, Python 2.7, Python 3.2
2010-08-21 18:13:28 eric.araujo link issue1092365 dependencies
2010-07-18 00:09:51 eric.araujo set dependencies: + update mkpkg to latest coding standardsmessages: +
2010-07-17 20:58:55 eric.araujo set assignee: tarek -> eric.araujonosy: + titus
2010-06-22 13:47:29 eric.araujo set versions: - Python 3.3messages: + dependencies: + add a metadata section in setup.cfgkeywords: + gsocresolution: acceptedstage: needs patch
2010-05-01 02:05:47 meatballhat set nosy: + meatballhat
2010-04-11 19:24:23 eric.araujo set messages: +
2010-03-29 17:34:28 zubin71 set nosy: + zubin71
2010-03-28 18:52:59 l0nwlf set nosy: + l0nwlf
2010-03-28 14:44:20 eric.araujo set nosy: + eric.araujo
2010-03-28 14:36:26 tarek set messages: +
2010-03-28 14:34:13 tarek create