Issue 8252: add a metadata section in setup.cfg (original) (raw)

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

Messages (8)
msg101860 - (view) Author: Tarek Ziadé (tarek) * (Python committer) Date: 2010-03-28 14:28
let's add a metatadata section in setup.cfg, to express all the metadata fields instead of using setup.py options.
msg101862 - (view) Author: Tarek Ziadé (tarek) * (Python committer) Date: 2010-03-28 14:36
and change the mkpkg script accordingly
msg108375 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2010-06-22 13:46
I’m starting on this now. Monitor http://bitbucket.org/Merwok/distutils2-killsetup for updates.
msg108377 - (view) Author: Shashwat Anand (l0nwlf) Date: 2010-06-22 13:47
Is "+gsoc" a keyword too ? :O On Tue, Jun 22, 2010 at 7:16 PM, Éric Araujo <report@bugs.python.org> wrote: > > Éric Araujo <merwok@netwok.org> added the comment: > > I’m starting on this now. Monitor > http://bitbucket.org/Merwok/distutils2-killsetup for updates. > > ---------- > keywords: +gsoc > resolution: -> accepted > stage: -> needs patch > versions: -Python 3.3 > > _______________________________________ > Python tracker <report@bugs.python.org> > <http://bugs.python.org/issue8252> > _______________________________________ >
msg108378 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2010-06-22 13:51
“keywords: +gsoc” means that the “gsoc” keyword has been added, yes. Tarek asked for this keyword to track things. (P.S. Please remove unnecessary quotes from your replies, it’s clutter, and don’t send HTML email to the tracker, that creates a useless unnamed file. Thanks :)
msg108389 - (view) Author: Shashwat Anand (l0nwlf) Date: 2010-06-22 14:56
merwok: Pont noted. I replied it via Gmail, was unaware of the fact that it adds an unnamed file.
msg110444 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2010-07-16 14:12
Update: PEP 390 is made obsolete by PEP 345, so the parts left unspecified are being worked out now. Starting point is proposals collected during PyCon 2010 and published here: http://bitbucket.org/carljm/sample-distutils2-project/src/
msg132856 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-04-03 16:26
This was finished by Tarek and other people some months ago.
History
Date User Action Args
2022-04-11 14:56:59 admin set github: 52499
2011-04-03 17:56:31 l0nwlf set nosy: - l0nwlf
2011-04-03 16:26:08 eric.araujo set status: open -> closedresolution: accepted -> fixedmessages: + stage: needs patch -> resolved
2011-04-03 16:25:38 eric.araujo set dependencies: - update mkpkg to latest coding standards
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:32 eric.araujo set versions: + 3rd party, - Python 2.6, Python 2.5, Python 3.1, Python 2.7, Python 3.2
2010-07-17 21:30:48 eric.araujo set dependencies: + update mkpkg to latest coding standards
2010-07-17 20:59:09 eric.araujo set assignee: tarek -> eric.araujonosy: + titus
2010-07-16 14:12:09 eric.araujo set messages: +
2010-06-22 14:56:37 l0nwlf set messages: +
2010-06-22 13:51:01 eric.araujo set messages: +
2010-06-22 13:48:52 eric.araujo set files: - unnamed
2010-06-22 13:47:46 l0nwlf set files: + unnamedmessages: +
2010-06-22 13:47:29 eric.araujo link issue8253 dependencies
2010-06-22 13:46:17 eric.araujo set versions: - Python 3.3messages: + keywords: + gsocresolution: acceptedstage: needs patch
2010-05-01 01:41:41 meatballhat set nosy: + meatballhat
2010-03-29 17:34:14 zubin71 set nosy: + zubin71
2010-03-28 21:59:18 eric.smith set nosy: + eric.smith
2010-03-28 18:52:36 l0nwlf set nosy: + l0nwlf
2010-03-28 14:44:05 eric.araujo set nosy: + eric.araujo
2010-03-28 14:36:07 tarek set messages: +
2010-03-28 14:35:01 tarek set title: add a metada section in setup.cfg -> add a metadata section in setup.cfg
2010-03-28 14:28:34 tarek create