components/python/ipython/Makefile
changeset 1948 2d1537e7942d
parent 1907 446472de62e9
child 3817 30b42c38bbc4
equal deleted inserted replaced
1947:b80524cd88bc 1948:2d1537e7942d
    33 COMPONENT_ARCHIVE_HASH= \
    33 COMPONENT_ARCHIVE_HASH= \
    34     sha256:60d602637dc5f078b083a4ca5ab64364ba816bd72439844012ed11a30f88228c
    34     sha256:60d602637dc5f078b083a4ca5ab64364ba816bd72439844012ed11a30f88228c
    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
       
    39 
    38 # Syntax issues: not Python 3 ready.
    40 # Syntax issues: not Python 3 ready.
    39 PYTHON_VERSIONS = 2.7 2.6
    41 PYTHON_VERSIONS = 2.7 2.6
    40 
    42 
    41 include $(WS_TOP)/make-rules/prep.mk
    43 include $(WS_TOP)/make-rules/prep.mk
    42 include $(WS_TOP)/make-rules/setup.py.mk
    44 include $(WS_TOP)/make-rules/setup.py.mk