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

Commit

Permalink
temp disable 3.5.x building
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed Oct 5, 2015
1 parent 33e2310 commit 551b72e
Showing 1 changed file with 44 additions and 1 deletion.
45 changes: 44 additions & 1 deletion rackspace.ini
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,49 @@ command = %(curdir)s\bin\lxml %(curdir)s\rackspace.ini %(version)s py33_64
fileEnding = win-amd64-py3.3.exe


[py34_32]
# .egg
setup = call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\VCVARSALL.bat" x86
set PATH=%%PATH%%;"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin"
python = c:\Python34_32\python.exe
command = c:\Python34_32\python.exe setup.py build_ext --compiler msvc bdist_egg upload
fileEnding = py3.4-win32.egg

[py34_32X]
# .exe
setup = call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\VCVARSALL.bat" x86
set PATH=%%PATH%%;"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin"
python = c:\Python34_32\python.exe
command = c:\Python34_32\python.exe setup.py build_ext --compiler msvc bdist_wininst upload
fileEnding = win32-py3.4.exe

[py34_32LX]
# lxml
command = %(curdir)s\bin\lxml %(curdir)s\rackspace.ini %(version)s py34_32
fileEnding = win32-py3.4.exe

[py34_64]
# .egg
setup = call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\VCVARSX86_AMD64.bat"
set PATH=%%PATH%%;"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\x64"
python = c:\Python34_64\python.exe
command = c:\Python34_64\python.exe setup.py build_ext --compiler msvc bdist_egg upload
fileEnding = py3.4-win-amd64.egg

[py34_64X]
# .exe
setup = call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\VCVARSX86_AMD64.bat"
set PATH=%%PATH%%;"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\x64"
python = c:\Python34_64\python.exe
command = c:\Python34_64\python.exe setup.py build_ext --compiler msvc bdist_wininst upload
fileEnding = win-amd64-py3.4.exe

[py34_64LX]
# .exe
command = %(curdir)s\bin\lxml %(curdir)s\rackspace.ini %(version)s py34_64
fileEnding = win-amd64-py3.4.exe


This comment has been minimized.

Copy link
@mgedmin

mgedmin Oct 5, 2015

Member

Oh, cool! Are we getting Python 3.4 support?

This comment has been minimized.

Copy link
@agroszer

agroszer Oct 5, 2015

Author Contributor

YUCK accidentally added...

#[ZODB3_24]
#package = ZODB3
#minVersion =
Expand Down Expand Up @@ -571,7 +614,7 @@ repourl = https://github.com/zopefoundation/Zope.git
[lxml]
package = lxml
minVersion = 3.0.0
maxVersion =
maxVersion = 3.4.99999 # temp disable 3.5.x building
excludeVersions = 3.3.0
# 3.3.0 fails on https://bugs.launchpad.net/lxml/+bug/1274413
# the lxml script does everything, no need to download
Expand Down

0 comments on commit 551b72e

Please sign in to comment.