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

Commit

Permalink
compile for py 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed Mar 7, 2013
1 parent f122444 commit d4c153b
Showing 1 changed file with 67 additions and 8 deletions.
75 changes: 67 additions & 8 deletions rackspace.ini
Expand Up @@ -3,6 +3,7 @@ compilers = py24_32
py25_32 py25_32X
py26_32 py26_64 py26_32X py26_64X
py27_32 py27_64 py27_32X py27_64X
py32_32 py32_64 py32_32X py32_64X

[py24_32]
command = set PATH=%PATH%;c:\mingw\bin
Expand Down Expand Up @@ -76,6 +77,34 @@ command = call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\VCVARS
c:\Python27_64\python setup.py build_ext --compiler msvc bdist_wininst upload
fileEnding = win-amd64-py2.7.exe

[py32_32]
# .egg
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:\Python32_32\python setup.py build_ext --compiler msvc bdist_egg upload
fileEnding = py3.2-win32.egg

[py32_32X]
# .exe
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:\Python32_32\python setup.py build_ext --compiler msvc bdist_wininst upload
fileEnding = win32-py3.2.exe

[py32_64]
# .egg
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:\Python32_64\python setup.py build_ext --compiler msvc bdist_egg upload
fileEnding = py3.2-win-amd64.egg

[py32_64X]
# .exe
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:\Python32_64\python setup.py build_ext --compiler msvc bdist_wininst upload
fileEnding = win-amd64-py3.2.exe


#[ZODB3_24]
#package = ZODB3
Expand Down Expand Up @@ -113,7 +142,9 @@ package = BTrees
minVersion = 4.0.4
maxVersion =
excludeVersions = 4.0.0
targets = py26_32 py26_32X py26_64 py26_64X py27_32 py27_32X py27_64 py27_64X
targets = py26_32 py26_32X py26_64 py26_64X
py27_32 py27_32X py27_64 py27_64X
py32_32 py32_32X py32_64 py32_64X
repotype = git

[persistent]
Expand All @@ -122,7 +153,9 @@ package = persistent
minVersion = 4.0.6
maxVersion =
excludeVersions =
targets = py26_32 py26_32X py26_64 py26_64X py27_32 py27_32X py27_64 py27_64X
targets = py26_32 py26_32X py26_64 py26_64X
py27_32 py27_32X py27_64 py27_64X
py32_32 py32_32X py32_64 py32_64X
repotype = git

[zope.container]
Expand All @@ -147,7 +180,8 @@ targets = py27_32 py27_32X py27_64 py27_64X
package = zope.container
minVersion = 4.0.0
maxVersion =
targets = py26_32 py26_32X py26_64 py26_64X py27_32 py27_32X py27_64 py27_64X
targets = py26_32 py26_32X py26_64 py26_64X
py27_32 py27_32X py27_64 py27_64X
repotype = git

[zope.hookable]
Expand All @@ -168,6 +202,12 @@ minVersion = 3.4.1
maxVersion =
targets = py27_32 py27_32X py27_64 py27_64X

[zope.hookable_32]
package = zope.hookable
minVersion = 4.0.0
maxVersion =
targets = py32_32 py32_32X py32_64 py32_64X

[zope.i18nmessageid]
package = zope.i18nmessageid
minVersion =
Expand All @@ -189,6 +229,13 @@ maxVersion =
excludeVersions =
targets = py27_32 py27_32X py27_64 py27_64X

[zope.i18nmessageid_32]
package = zope.i18nmessageid
minVersion = 4.0.1
maxVersion =
excludeVersions =
targets = py32_32 py32_32X py32_64 py32_64X

[zope.index]
package = zope.index
minVersion = 3.5.2
Expand All @@ -212,7 +259,8 @@ targets = py27_32 py27_32X py27_64 py27_64X
package = zope.index
minVersion = 4.0.0
maxVersion =
targets = py26_32 py26_32X py26_64 py26_64X py27_32 py27_32X py27_64 py27_64X
targets = py26_32 py26_32X py26_64 py26_64X
py27_32 py27_32X py27_64 py27_64X
repotype = git

[zope.interface]
Expand All @@ -239,7 +287,9 @@ targets = py27_32 py27_32X py27_64 py27_64X
package = zope.interface
minVersion = 4.0.4
maxVersion =
targets = py26_32 py26_32X py26_64 py26_64X py27_32 py27_32X py27_64 py27_64X
targets = py26_32 py26_32X py26_64 py26_64X
py27_32 py27_32X py27_64 py27_64X
py32_32 py32_32X py32_64 py32_64X
repotype = git

[zope.proxy]
Expand All @@ -263,6 +313,13 @@ maxVersion =
excludeVersions = 3.3.0
targets = py27_32 py27_32X py27_64 py27_64X

[zope.proxy_32]
package = zope.proxy
minVersion = 4.0.0
maxVersion =
excludeVersions = 3.3.0
targets = py32_32 py32_32X py32_64 py32_64X

[zope.security]
package = zope.security
minVersion =
Expand All @@ -279,10 +336,12 @@ targets = py27_32 py27_32X py27_64 py27_64X

[zope.security_git]
package = zope.security
minVersion = 4.0.0
minVersion = 4.0.0a1
maxVersion =
excludeVersions = 3.8.4
targets = py26_32 py26_32X py26_64 py26_64X py27_32 py27_32X py27_64 py27_64X
excludeVersions =
targets = py26_32 py26_32X py26_64 py26_64X
py27_32 py27_32X py27_64 py27_64X
py32_32 py32_32X py32_64 py32_64X
repotype = git


Expand Down

0 comments on commit d4c153b

Please sign in to comment.