components/python/pip/Makefile
changeset 7687 1093e2a9adbd
parent 6262 879221d37327
equal deleted inserted replaced
7686:745f0c9764a6 7687:1093e2a9adbd
    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, 2015, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2013, 2017, 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=      8.1.1
    27 COMPONENT_VERSION=      8.1.1
    30 COMPONENT_ARCHIVE_HASH= \
    30 COMPONENT_ARCHIVE_HASH= \
    31     sha256:3e78d3066aaeb633d185a57afdccf700aa2e660436b4af618bcb6ff0fa511798
    31     sha256:3e78d3066aaeb633d185a57afdccf700aa2e660436b4af618bcb6ff0fa511798
    32 COMPONENT_ARCHIVE_URL=  $(call pypi_url)
    32 COMPONENT_ARCHIVE_URL=  $(call pypi_url)
    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 COMPONENT_ANITYA_ID=	6529
    35 
    36 
    36 TPNO=			27739
    37 TPNO=			27739
    37 
    38 
    38 include $(WS_MAKE_RULES)/prep.mk
    39 include $(WS_MAKE_RULES)/prep.mk
    39 include $(WS_MAKE_RULES)/setup.py.mk
    40 include $(WS_MAKE_RULES)/setup.py.mk