[Python-checkins] r76960 - peps/trunk/pep-0345.txt

tarek.ziade python-checkins at python.org
Mon Dec 21 11:43:39 CET 2009


Author: tarek.ziade
Date: Mon Dec 21 11:43:39 2009
New Revision: 76960

Log:
replaced *-URL by Project-URL (multiple-use)

Modified:
   peps/trunk/pep-0345.txt

Modified: peps/trunk/pep-0345.txt
==============================================================================
--- peps/trunk/pep-0345.txt	(original)
+++ peps/trunk/pep-0345.txt	Mon Dec 21 11:43:39 2009
@@ -416,28 +416,15 @@
        Copyright: Public Domain
 
 
-Repository-URL
-    A string containing the URL for the project repository.
+Project-URL (multiple-use) :
+    A string containing a browsable URL for the project and a label for it,
+    separated by a comma.
 
     Example::
 
-        Repository-URL: http://svn.python.org/projects/python/trunk/
+       Bug Tracker, http://bitbucket.org/tarek/distribute/issues/
 
-
-Repository-Browse-URL
-    A string containing the URL for the project browsable repository.
-
-    Example::
-
-        Repository-Browse-URL: http://svn.python.org/view/python/trunk
-
-
-Bug-Tracker-URL
-    A string containing the URL for the package's bug tracker
-
-    Example::
-
-        Bug-Tracker-URL: http://bugs.python.org/
+    The label length is a free text limited to 32 signs.
 
 
 Version Specifiers
@@ -520,9 +507,7 @@
   - Requires-Dist
   - Provides-Dist
   - Obsoletes-Dist
-  - Repository-URL
-  - Repository-Browser-URL
-  - Bug-Tracker-URL
+  - Project-URL
 
 * Deprecated fields:
 


More information about the Python-checkins mailing list