components/mercurial/Makefile
changeset 4984 7145b15b7f0d
parent 4427 dc224a96e019
child 5481 5e30cd0645e7
equal deleted inserted replaced
4983:db2589571faa 4984:7145b15b7f0d
    39 COMPONENT_BUGDB=	utility/hg
    39 COMPONENT_BUGDB=	utility/hg
    40 
    40 
    41 TPNO=			22534
    41 TPNO=			22534
    42 
    42 
    43 # Mercurial does not yet support Python 3.
    43 # Mercurial does not yet support Python 3.
    44 PYTHON_VERSIONS = 2.7 2.6
    44 PYTHON_VERSIONS = $(PYTHON2_VERSIONS)
    45 
    45 
    46 include $(WS_MAKE_RULES)/prep.mk
    46 include $(WS_MAKE_RULES)/prep.mk
    47 include $(WS_MAKE_RULES)/setup.py.mk
    47 include $(WS_MAKE_RULES)/setup.py.mk
    48 include $(WS_MAKE_RULES)/ips.mk
    48 include $(WS_MAKE_RULES)/ips.mk
    49 
    49