components/python/httplib2/Makefile
branchs11-update
changeset 3778 35735ffdda43
parent 3661 47545fb8aed4
child 3996 20c0f21bbe1e
equal deleted inserted replaced
3777:68aef260e079 3778:35735ffdda43
    32 COMPONENT_PROJECT_URL=	http://code.google.com/p/httplib2/
    32 COMPONENT_PROJECT_URL=	http://code.google.com/p/httplib2/
    33 COMPONENT_BUGDB=	python-mod/httplib2
    33 COMPONENT_BUGDB=	python-mod/httplib2
    34 
    34 
    35 TPNO=			14503
    35 TPNO=			14503
    36 
    36 
       
    37 # Depends on SocksiPy; for Python 2.x, the module is part of httplib2, but
       
    38 # for Python 3.x, it is separate.  Once we add this module, httplib2 will
       
    39 # most likely work with Python 3.
       
    40 PYTHON_VERSIONS=	2.7 2.6
       
    41 
    37 include $(WS_TOP)/make-rules/prep.mk
    42 include $(WS_TOP)/make-rules/prep.mk
    38 include $(WS_TOP)/make-rules/setup.py.mk
    43 include $(WS_TOP)/make-rules/setup.py.mk
    39 include $(WS_TOP)/make-rules/ips.mk
    44 include $(WS_TOP)/make-rules/ips.mk
    40 
    45 
    41 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    46 ASLR_MODE = $(ASLR_NOT_APPLICABLE)