components/python/pip/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3661 47545fb8aed4
child 4339 6501cf9c29f9
child 4422 785c3a06cb2f
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 
    20 
    21 #
    21 #
    22 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    23 #
    23 #
    24 include ../../../make-rules/shared-macros.mk
    24 include ../../../make-rules/shared-macros.mk
    25 
    25 
    26 COMPONENT_NAME=         pip
    26 COMPONENT_NAME=         pip
    27 COMPONENT_VERSION=      1.4.1
    27 COMPONENT_VERSION=      1.4.1
    33 COMPONENT_PROJECT_URL=  https://github.com/pypa/pip
    33 COMPONENT_PROJECT_URL=  https://github.com/pypa/pip
    34 COMPONENT_BUGDB=	utility/pip
    34 COMPONENT_BUGDB=	utility/pip
    35 
    35 
    36 TPNO=			15181
    36 TPNO=			15181
    37 
    37 
    38 include $(WS_TOP)/make-rules/prep.mk
    38 include $(WS_MAKE_RULES)/prep.mk
    39 include $(WS_TOP)/make-rules/setup.py.mk
    39 include $(WS_MAKE_RULES)/setup.py.mk
    40 include $(WS_TOP)/make-rules/ips.mk
    40 include $(WS_MAKE_RULES)/ips.mk
    41 
    41 
    42 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    42 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    43 
    43 
    44 # allow pkg to create the mediated link
    44 # allow pkg to create the mediated link
    45 COMPONENT_POST_INSTALL_ACTION = \
    45 COMPONENT_POST_INSTALL_ACTION = \
    52 
    52 
    53 # pip requires virtualenv 1.10 and scripttest 1.1.1 to execute tests.
    53 # pip requires virtualenv 1.10 and scripttest 1.1.1 to execute tests.
    54 # When these are available, update this directive to test pip.
    54 # When these are available, update this directive to test pip.
    55 test:           $(NO_TESTS)
    55 test:           $(NO_TESTS)
    56 
    56 
    57 BUILD_PKG_DEPENDENCIES =        $(BUILD_TOOLS)
       
    58 
    57 
    59 include $(WS_TOP)/make-rules/depend.mk
    58 REQUIRED_PACKAGES += library/python/setuptools-26
       
    59 REQUIRED_PACKAGES += library/python/setuptools-27
       
    60 REQUIRED_PACKAGES += library/python/setuptools-34