[Checkins] SVN: zope.publisher/branches/py3-attempt2/ Drop pypy support, since at zope.security dependency lacks support for it

Andrey Lebedev cvs-admin at zope.org
Thu Feb 21 13:46:52 UTC 2013


Log message for revision 129564:
  Drop pypy support, since at zope.security dependency lacks support for it
  
  

Changed:
  U   zope.publisher/branches/py3-attempt2/setup.py
  U   zope.publisher/branches/py3-attempt2/tox.ini

-=-
Modified: zope.publisher/branches/py3-attempt2/setup.py
===================================================================
--- zope.publisher/branches/py3-attempt2/setup.py	2013-02-21 13:22:44 UTC (rev 129563)
+++ zope.publisher/branches/py3-attempt2/setup.py	2013-02-21 13:46:52 UTC (rev 129564)
@@ -62,7 +62,6 @@
         'Programming Language :: Python :: 3',
         'Programming Language :: Python :: 3.3',
         'Programming Language :: Python :: Implementation :: CPython',
-        'Programming Language :: Python :: Implementation :: PyPy',
         'Natural Language :: English',
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',

Modified: zope.publisher/branches/py3-attempt2/tox.ini
===================================================================
--- zope.publisher/branches/py3-attempt2/tox.ini	2013-02-21 13:22:44 UTC (rev 129563)
+++ zope.publisher/branches/py3-attempt2/tox.ini	2013-02-21 13:46:52 UTC (rev 129564)
@@ -1,5 +1,5 @@
 [tox]
-envlist = py26,py27,py33,pypy
+envlist = py26,py27,py33
 
 [testenv]
 commands =



More information about the checkins mailing list