Issue 1294032: Distutils writes keywords comma-separated (original) (raw)

Created on 2005-09-17 19:56 by mjpieters, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (8)
msg26302 - (view) Author: Martijn Pieters (mjpieters) * Date: 2005-09-17 19:56
The distutils package writes out the Keywords metadata field in PKG-INFO comma-separated, while the Cheeseshop/PyPI follows the PEP 341 example and seems to expect space separated keywords. Either this needs clarifying in the PEP or docutils or PyPI should be altered to better integrate.
msg26303 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2005-09-30 06:02
Logged In: YES user_id=33168 Andrew are you working on this stuff now? If not, is Richard?
msg81397 - (view) Author: Akira Kitada (akitada) * Date: 2009-02-08 17:58
s/PEP341/PEP345/?
msg81399 - (view) Author: Tarek Ziadé (tarek) * (Python committer) Date: 2009-02-08 18:09
seems to work fine today on PyPI side. If Andrew agrees, I'll close it.
msg81404 - (view) Author: Akira Kitada (akitada) * Date: 2009-02-08 18:38
I think it still need to be clarified in PEP that Keywords field accept comma-or-space-separated values.
msg81405 - (view) Author: Tarek Ziadé (tarek) * (Python committer) Date: 2009-02-08 18:49
Maybe we could fix the docs and PEP 241 and PEP 314, but PEP 345 has never been fully implemented, so it should probably be marked as rejected.
msg102722 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2010-04-09 14:30
Hello Comma-separated values are a Good Thing™, because you can have one notion expressed with more than one “word”, e.g. “text processing”. Could we edit a PEP to reflect this or is it too late? Should someone start a discussion on a mailing list? Regards
msg213468 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2014-03-13 21:00
Doc request forwarded to https://bitbucket.org/pypa/pypi-metadata-formats/issue/30/clarify-use-of-csv-for-keywords-field
History
Date User Action Args
2022-04-11 14:56:13 admin set github: 42379
2014-03-13 21:00:42 eric.araujo set status: open -> closedassignee: tarek -> components: + Documentation, - Distutils2versions: - 3rd partynosy: + ncoghlanmessages: + resolution: works for mestage: resolved
2011-02-13 16:01:04 alexis set nosy: + alexis
2010-09-30 00:26:53 eric.araujo set messages: -
2010-09-30 00:26:47 eric.araujo set messages: -
2010-09-30 00:26:28 eric.araujo set versions: + 3rd party, - Python 2.6, Python 2.5, Python 3.1, Python 2.7, Python 3.2
2010-08-21 19:44:10 eric.araujo set messages: + versions: + Python 2.6, Python 2.5
2010-08-21 19:36:49 BreamoreBoy set versions: - Python 2.6, Python 2.5
2010-08-04 09:39:10 eric.araujo set versions: + Python 2.6, Python 2.5, Python 3.1, Python 3.2
2010-08-04 04:57:33 terry.reedy set nosy:akuchling, nnorwitz, mjpieters, tarek, eric.araujo, akitadacomponents: + Distutils2, - Distutilsversions: + Python 2.7, - Python 2.5
2010-04-09 14:32:09 eric.araujo set messages: +
2010-04-09 14:30:59 eric.araujo set nosy: + eric.araujomessages: +
2009-02-11 18:04:03 tarek set assignee: akuchling -> tarek
2009-02-08 18:49:40 tarek set messages: +
2009-02-08 18:38:06 akitada set messages: +
2009-02-08 18:09:52 tarek set messages: +
2009-02-08 17:58:32 akitada set nosy: + tarek, akitadatype: behaviormessages: +
2005-09-17 19:56:33 mjpieters create