Changeset 40 for trunk/SConstruct


Ignore:
Timestamp:
03/17/13 22:26:27 (11 years ago)
Author:
tmorgan
Message:

Switched to python3 only, since supporting both 2.x and 3.x is such a pain

Added preliminary python-requests support to http2py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r26 r40  
    6565#   env.AddPostAction(libinstall, 'ldconfig')
    6666
    67 if sys.version_info[0] == 2:
    68    install_items.append('bletchley-python2.log')
    69    env.Command('bletchley-python2.log', Glob('lib/bletchley/*.py')+Glob('lib/bletchley/CBC/*.py'),
    70                "python bletchley-distutils install --root=/%s | tee bletchley-python2.log" % destdir)
     67#if sys.version_info[0] == 2:
     68#   install_items.append('bletchley-python2.log')
     69#   env.Command('bletchley-python2.log', Glob('lib/bletchley/*.py')+Glob('lib/bletchley/CBC/*.py'),
     70#               "python bletchley-distutils install --root=/%s | tee bletchley-python2.log" % destdir)
    7171
    7272python_path = os.popen('which python3').read()
Note: See TracChangeset for help on using the changeset viewer.