[Checkins] SVN: Sandbox/adamg/zope.wineggbuilder/trunk/ targets and todos

Adam Groszer agroszer at gmail.com
Thu Jun 3 15:35:20 EDT 2010


Log message for revision 113077:
  targets and todos

Changed:
  A   Sandbox/adamg/zope.wineggbuilder/trunk/TODO.txt
  U   Sandbox/adamg/zope.wineggbuilder/trunk/setup.py
  A   Sandbox/adamg/zope.wineggbuilder/trunk/src/zope/wineggbuilder/index.txt
  A   Sandbox/adamg/zope.wineggbuilder/trunk/test.ini

-=-
Added: Sandbox/adamg/zope.wineggbuilder/trunk/TODO.txt
===================================================================
--- Sandbox/adamg/zope.wineggbuilder/trunk/TODO.txt	                        (rev 0)
+++ Sandbox/adamg/zope.wineggbuilder/trunk/TODO.txt	2010-06-03 19:35:19 UTC (rev 113077)
@@ -0,0 +1,17 @@
+TODOs on the server:
+
+- setup .buildout
+  - egg folder -> c:\eggs
+  - no DL cache
+
+- setup python's 2.4 -> 2.7?
+  - setuptools
+  - pywin32
+
+- setup mingw32
+  - don't add to PATH
+
+- setup VS C express
+  - check that build_ext works only with --compiler
+
+- buildbot
\ No newline at end of file


Property changes on: Sandbox/adamg/zope.wineggbuilder/trunk/TODO.txt
___________________________________________________________________
Added: svn:keywords
   + Date Author Id Revision
Added: svn:eol-style
   + native

Modified: Sandbox/adamg/zope.wineggbuilder/trunk/setup.py
===================================================================
--- Sandbox/adamg/zope.wineggbuilder/trunk/setup.py	2010-06-03 19:02:33 UTC (rev 113076)
+++ Sandbox/adamg/zope.wineggbuilder/trunk/setup.py	2010-06-03 19:35:19 UTC (rev 113077)
@@ -48,7 +48,7 @@
     packages = find_packages('src'),
     include_package_data = True,
     package_dir = {'': 'src'},
-    namespace_packages = ['keas'],
+    namespace_packages = ['zope'],
     extras_require = dict(
       test = [
           'zope.testing',


Property changes on: Sandbox/adamg/zope.wineggbuilder/trunk/src/zope/wineggbuilder/index.txt
___________________________________________________________________
Added: svn:keywords
   + Date Author Id Revision
Added: svn:eol-style
   + native

Added: Sandbox/adamg/zope.wineggbuilder/trunk/test.ini
===================================================================
--- Sandbox/adamg/zope.wineggbuilder/trunk/test.ini	                        (rev 0)
+++ Sandbox/adamg/zope.wineggbuilder/trunk/test.ini	2010-06-03 19:35:19 UTC (rev 113077)
@@ -0,0 +1,31 @@
+interpreters = py24_32 py25_32 py26_32 py26_64
+
+packages = zope.proxy
+
+[py24_32]
+command = set PATH=%PATH%;c:\mingw32\bin
+          c:\Python24\python setup.py build_ext --compiler mingw32 bdist_egg upload
+fileEnding = py2.4-win32.egg
+
+[py25_32]
+command = set PATH=%PATH%;c:\mingw32\bin
+          c:\Python25\python setup.py build_ext --compiler mingw32 bdist_egg upload
+fileEnding = py2.5-win32.egg
+
+[py26_32]
+command = call c:\program files\msvc\msvcvars.bat
+          c:\Python26\python setup.py build_ext --compiler msvc bdist_egg upload
+fileEnding = py2.6-win32.egg
+
+[py26_64]
+command = call c:\program files\msvc\msvcvars.bat
+          c:\Python26_64\python setup.py build_ext --compiler msvc bdist_egg upload
+fileEnding = py2.6-win-amd64.egg
+
+
+[zope.proxy]
+pypiurl = http://pypi.python.org/simple/zope.proxy/
+tagurl = svn://svn.zope.org/repos/main/zope.proxy/tags
+minVersion =
+maxVersion =
+targets = py25_32 py26_32
\ No newline at end of file


Property changes on: Sandbox/adamg/zope.wineggbuilder/trunk/test.ini
___________________________________________________________________
Added: svn:keywords
   + Date Author Id Revision
Added: svn:eol-style
   + native



More information about the checkins mailing list