[Checkins] SVN: zopetoolkit/trunk/ Adding development cfg with python 2 specifics

Partick Gerken cvs-admin at zope.org
Mon Mar 4 00:34:26 UTC 2013


Log message for revision 130020:
  Adding development cfg with python 2 specifics
  

Changed:
  A   zopetoolkit/trunk/development-python2.py
  A   zopetoolkit/trunk/ztk-python2-specifics.cfg

-=-
Added: zopetoolkit/trunk/development-python2.py
===================================================================
--- zopetoolkit/trunk/development-python2.py	                        (rev 0)
+++ zopetoolkit/trunk/development-python2.py	2013-03-04 00:34:24 UTC (rev 130020)
@@ -0,0 +1,3 @@
+[buildout]
+extends = development.cfg
+        ztk-python2-specifics.cfg

Added: zopetoolkit/trunk/ztk-python2-specifics.cfg
===================================================================
--- zopetoolkit/trunk/ztk-python2-specifics.cfg	                        (rev 0)
+++ zopetoolkit/trunk/ztk-python2-specifics.cfg	2013-03-04 00:34:24 UTC (rev 130020)
@@ -0,0 +1,9 @@
+# Python packages only available or only required for Python 2
+[versions]
+# Packages only available for Python 2
+RestrictedPython = 3.6.0
+zope.untrustedpython = 4.0.0
+
+[sources]
+# Pacakges only available for Python 2
+zope.untrustedpython = git ${buildout:github}/zope.untrustedpython



More information about the checkins mailing list