[Checkins] SVN: BTrees/branches/pure_python/ Note PyPy support.

Tres Seaver cvs-admin at zope.org
Fri Nov 9 00:56:35 UTC 2012


Log message for revision 128202:
  Note PyPy support.

Changed:
  _U  BTrees/branches/pure_python/
  U   BTrees/branches/pure_python/setup.py
  U   BTrees/branches/pure_python/tox.ini

-=-
Modified: BTrees/branches/pure_python/setup.py
===================================================================
--- BTrees/branches/pure_python/setup.py	2012-11-09 00:56:34 UTC (rev 128201)
+++ BTrees/branches/pure_python/setup.py	2012-11-09 00:56:34 UTC (rev 128202)
@@ -126,7 +126,7 @@
         #'Programming Language :: Python :: 3',
         #'Programming Language :: Python :: 3.2',
         "Programming Language :: Python :: Implementation :: CPython",
-        #"Programming Language :: Python :: Implementation :: PyPy",
+        "Programming Language :: Python :: Implementation :: PyPy",
         "Topic :: Database",
         "Topic :: Software Development :: Libraries :: Python Modules",
         "Operating System :: Microsoft :: Windows",

Modified: BTrees/branches/pure_python/tox.ini
===================================================================
--- BTrees/branches/pure_python/tox.ini	2012-11-09 00:56:34 UTC (rev 128201)
+++ BTrees/branches/pure_python/tox.ini	2012-11-09 00:56:34 UTC (rev 128202)
@@ -3,7 +3,7 @@
 # Jython support pending 2.7 support, due 2012-07-15 or so.  See:
 # http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html
 #   py26,py27,py32,jython,pypy,coverage,docs
-    py26,py27,w_zodb,coverage,docs
+    py26,py27,pypy,w_zodb,coverage,docs
 
 [testenv]
 deps =



More information about the checkins mailing list