components/python/virtualenv/Makefile
branchs11-update
changeset 3778 35735ffdda43
parent 3661 47545fb8aed4
child 3996 20c0f21bbe1e
equal deleted inserted replaced
3777:68aef260e079 3778:35735ffdda43
    32 COMPONENT_PROJECT_URL=	https://pypi.python.org/pypi/virtualenv
    32 COMPONENT_PROJECT_URL=	https://pypi.python.org/pypi/virtualenv
    33 COMPONENT_BUGDB=	python-mod/virtualenv
    33 COMPONENT_BUGDB=	python-mod/virtualenv
    34 
    34 
    35 TPNO=			15853
    35 TPNO=			15853
    36 
    36 
       
    37 # virtualenv includes bundled versions of setuptools and a couple of other
       
    38 # modules, versioned for older versions of Python only.  This appears to be
       
    39 # deliberate, as 'pyvenv' in Python 3.4 appears to subsume this module.  Thus
       
    40 # we are setting PYTHON_VERSIONS below to indicate that the (apparent) lack
       
    41 # of need to build this module with Python 3, but the module owner needs to
       
    42 # confirm this.
       
    43 PYTHON_VERSIONS=	2.7 2.6
       
    44 
    37 include $(WS_TOP)/make-rules/prep.mk
    45 include $(WS_TOP)/make-rules/prep.mk
    38 include $(WS_TOP)/make-rules/setup.py.mk
    46 include $(WS_TOP)/make-rules/setup.py.mk
    39 include $(WS_TOP)/make-rules/ips.mk
    47 include $(WS_TOP)/make-rules/ips.mk
    40 
    48 
    41 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    49 ASLR_MODE = $(ASLR_NOT_APPLICABLE)