|
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) *  |
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) *  |
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) *  |
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) *  |
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
|
|
| Date |
User |
Action |
Args |
| 2011-02-13 16:01:04 | alexis | set | nosy:
+ alexis
|
| 2010-09-30 00:26:53 | eric.araujo | set | messages:
- msg114556 |
| 2010-09-30 00:26:47 | eric.araujo | set | messages:
- msg102723 |
| 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:
+ msg114556 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, akitada components:
+ Distutils2, - Distutils versions:
+ Python 2.7, - Python 2.5 |
| 2010-04-09 14:32:09 | eric.araujo | set | messages:
+ msg102723 |
| 2010-04-09 14:30:59 | eric.araujo | set | nosy:
+ eric.araujo messages:
+ msg102722
|
| 2009-02-11 18:04:03 | tarek | set | assignee: akuchling -> tarek |
| 2009-02-08 18:49:40 | tarek | set | messages:
+ msg81405 |
| 2009-02-08 18:38:06 | akitada | set | messages:
+ msg81404 |
| 2009-02-08 18:09:52 | tarek | set | messages:
+ msg81399 |
| 2009-02-08 17:58:32 | akitada | set | nosy:
+ tarek, akitada type: behavior messages:
+ msg81397 |
| 2005-09-17 19:56:33 | mjpieters | create | |