Update of /cvsroot/python/python/nondist/peps In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11619 Modified Files: pep-0314.txt Log Message: Add Richard as author; minor corrections Index: pep-0314.txt =================================================================== RCS file: /cvsroot/python/python/nondist/peps/pep-0314.txt,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- pep-0314.txt 3 Feb 2005 02:27:01 -0000 1.16 +++ pep-0314.txt 3 Feb 2005 02:30:53 -0000 1.17 @@ -2,7 +2,7 @@ Title: Metadata for Python Software Packages v1.1 Version: $Revision$ Last-Modified: $Date$ -Author: A.M. Kuchling <amk@amk.ca> +Author: A.M. Kuchling <amk@amk.ca>, Richard Jones Status: Draft Type: Standards Track Content-type: text/plain @@ -207,7 +207,7 @@ Each entry contains a string describing some other module or package required by this package. - The format of a requirement string is simple: an module or + The format of a requirement string is simple: a module or package name, optionally followed by a version declaration within parentheses. Leading and trailing whitespace are ignored, and whitespace within the string is normalized to a single space. @@ -276,7 +276,11 @@ * Added the Classifiers field from PEP 301. - * Added fields: Download-URL, Requires, Provides, Obsoletes, Conflicts. + * The License and Platform files should now only be used if the + platform or license can't be handled by an appropriate Classifier + value. + + * Added fields: Download-URL, Requires, Provides, Obsoletes. Open issues @@ -286,7 +290,7 @@ Acknowledgements - Richard Jones suggested using reST for the Description field. + None. References
participants (1)
-
akuchling@users.sourceforge.net