Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
added py27 platforms and ZODB
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Groszer committed Sep 10, 2010
1 parent d122f64 commit 879a21d
Showing 1 changed file with 28 additions and 6 deletions.
34 changes: 28 additions & 6 deletions rackspace.ini
@@ -1,5 +1,5 @@
[build]
compilers = py24_32 py25_32 py26_32 py26_64
compilers = py24_32 py25_32 py26_32 py26_64 py27_32 py27_64

[py24_32]
command = set PATH=%PATH%;c:\mingw\bin
Expand All @@ -23,24 +23,46 @@ command = call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\VCVARS
c:\Python26_64\python setup.py build_ext --compiler msvc bdist_egg upload
fileEnding = py2.6-win-amd64.egg

[py27_32]
command = call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\VCVARSALL.bat" x86
set PATH=%PATH%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin"
c:\Python27_32\python setup.py build_ext --compiler msvc bdist_egg upload
fileEnding = py2.7-win32.egg

[py27_64]
command = call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\VCVARSX86_AMD64.bat"
set PATH=%PATH%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\x64"
c:\Python27_64\python setup.py build_ext --compiler msvc bdist_egg upload
fileEnding = py2.7-win-amd64.egg


#[ZODB3_24]
#package = ZODB3
#minVersion =
#maxVersion = 3.9
#targets = py24_32
#tagurl = svn://svn.zope.org/repos/main/ZODB/tags/

#[ZODB3_25]
#package = ZODB3
#minVersion =
#maxVersion =
#targets = py25_32
#tagurl = svn://svn.zope.org/repos/main/ZODB/tags/

#[ZODB3_26]
#package = ZODB3
#minVersion = 3.9.0
#maxVersion =
#targets = py26_32 py26_64
[ZODB3_2664]
package = ZODB3
minVersion = 3.9.0
maxVersion =
targets = py26_64
tagurl = svn://svn.zope.org/repos/main/ZODB/tags/

[ZODB3_2764]
package = ZODB3
minVersion = 3.9.0
maxVersion =
targets = py27_64
tagurl = svn://svn.zope.org/repos/main/ZODB/tags/

[zope.container]
package = zope.container
Expand Down

0 comments on commit 879a21d

Please sign in to comment.