components/python/ipython/Makefile
branchs11-update
changeset 3778 35735ffdda43
parent 3661 47545fb8aed4
child 3985 6cc44e5834f8
equal deleted inserted replaced
3777:68aef260e079 3778:35735ffdda43
    35 COMPONENT_ARCHIVE_URL=	http://archive.ipython.org/release/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	http://archive.ipython.org/release/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    36 COMPONENT_BUGDB=	python-mod/ipython
    36 COMPONENT_BUGDB=	python-mod/ipython
    37 
    37 
    38 TPNO=			9640
    38 TPNO=			9640
    39 
    39 
       
    40 # Syntax issues: not Python 3 ready.
       
    41 PYTHON_VERSIONS = 2.7 2.6
       
    42 
    40 include $(WS_TOP)/make-rules/prep.mk
    43 include $(WS_TOP)/make-rules/prep.mk
    41 include $(WS_TOP)/make-rules/setup.py.mk
    44 include $(WS_TOP)/make-rules/setup.py.mk
    42 include $(WS_TOP)/make-rules/ips.mk
    45 include $(WS_TOP)/make-rules/ips.mk
    43 
    46 
    44 # Replace "#!/usr/bin/env ..." shebang lines with properly versioned ones.
    47 # Replace "#!/usr/bin/env ..." shebang lines with properly versioned ones.