I've got a preliminary version of the patch to implement PEP 241: https://sourceforge.net/tracker/?func=detail&aid=407434&group_id=5470&atid=305470 There are still issues to resolve; I have to figure the right place to convert the keyword and platform options from strings to lists, and implement checking on the license option. A sample package containing a PKG-INFO file is at http://www.amk.ca/files/python/Distutils-1.0.2pre.tar.gz, should you want to test some code on it. --amk
Andrew Kuchling wrote:
I've got a preliminary version of the patch to implement PEP 241:
https://sourceforge.net/tracker/?func=detail&aid=407434&group_id=5470&atid=305470
It looks good! If and when we move to a more complex format I still think that it would be a good idea to add methods to the Metadata class to read and write this format. Heck it might even be useful now. That way if and when we change the meta-data format we won't have to change tools that use the meta-data file. -Amos -- Amos Latteier mailto:amos@digicool.com Digital Creations http://www.digicool.com
participants (2)
-
Amos Latteier
-
Andrew Kuchling