[Python-checkins] distutils2: Update list of Trove classifiers (these reproduce fast)

eric.araujo python-checkins at python.org
Wed Mar 14 14:05:13 CET 2012


http://hg.python.org/distutils2/rev/2a2297e25a32
changeset:   1309:2a2297e25a32
user:        Éric Araujo <merwok at netwok.org>
date:        Wed Mar 14 13:58:48 2012 +0100
summary:
  Update list of Trove classifiers (these reproduce fast)

files:
  distutils2/_trove.py           |  11 ++++++++++-
  distutils2/command/register.py |   1 +
  2 files changed, 11 insertions(+), 1 deletions(-)


diff --git a/distutils2/_trove.py b/distutils2/_trove.py
--- a/distutils2/_trove.py
+++ b/distutils2/_trove.py
@@ -114,6 +114,7 @@
 'License :: OSI Approved :: Motosoto License',
 'License :: OSI Approved :: Mozilla Public License 1.0 (MPL)',
 'License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)',
+'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)',
 'License :: OSI Approved :: Nethack General Public License',
 'License :: OSI Approved :: Nokia Open Source License',
 'License :: OSI Approved :: Open Group Test Suite License',
@@ -149,6 +150,7 @@
 'Natural Language :: Esperanto',
 'Natural Language :: Finnish',
 'Natural Language :: French',
+'Natural Language :: Galician',
 'Natural Language :: German',
 'Natural Language :: Greek',
 'Natural Language :: Hebrew',
@@ -193,9 +195,14 @@
 'Operating System :: Microsoft :: MS-DOS',
 'Operating System :: Microsoft :: Windows',
 'Operating System :: Microsoft :: Windows :: Windows 3.1 or Earlier',
+'Operating System :: Microsoft :: Windows :: Windows 7',
 'Operating System :: Microsoft :: Windows :: Windows 95/98/2000',
 'Operating System :: Microsoft :: Windows :: Windows CE',
 'Operating System :: Microsoft :: Windows :: Windows NT/2000',
+'Operating System :: Microsoft :: Windows :: Windows Server 2003',
+'Operating System :: Microsoft :: Windows :: Windows Server 2008',
+'Operating System :: Microsoft :: Windows :: Windows Vista',
+'Operating System :: Microsoft :: Windows :: Windows XP',
 'Operating System :: OS/2',
 'Operating System :: OS Independent',
 'Operating System :: Other OS',
@@ -263,10 +270,12 @@
 'Programming Language :: Python :: 2.5',
 'Programming Language :: Python :: 2.6',
 'Programming Language :: Python :: 2.7',
+'Programming Language :: Python :: 2 :: Only',
 'Programming Language :: Python :: 3',
 'Programming Language :: Python :: 3.0',
 'Programming Language :: Python :: 3.1',
 'Programming Language :: Python :: 3.2',
+'Programming Language :: Python :: 3.3',
 'Programming Language :: Python :: Implementation',
 'Programming Language :: Python :: Implementation :: CPython',
 'Programming Language :: Python :: Implementation :: IronPython',
@@ -449,8 +458,8 @@
 'Topic :: Printing',
 'Topic :: Religion',
 'Topic :: Scientific/Engineering',
+'Topic :: Scientific/Engineering :: Artificial Intelligence',
 'Topic :: Scientific/Engineering :: Artificial Life',
-'Topic :: Scientific/Engineering :: Artificial Intelligence',
 'Topic :: Scientific/Engineering :: Astronomy',
 'Topic :: Scientific/Engineering :: Atmospheric Science',
 'Topic :: Scientific/Engineering :: Bio-Informatics',
diff --git a/distutils2/command/register.py b/distutils2/command/register.py
--- a/distutils2/command/register.py
+++ b/distutils2/command/register.py
@@ -80,6 +80,7 @@
     def classifiers(self):
         ''' Fetch the list of classifiers from the server.
         '''
+        # TODO use _trove module
         response = urllib2.urlopen(self.repository+'?:action=list_classifiers')
         logger.info(response.read())
 

-- 
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list