components/python/cinderclient/Makefile
changeset 7687 1093e2a9adbd
parent 6822 1b782154d546
equal deleted inserted replaced
7686:745f0c9764a6 7687:1093e2a9adbd
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		python-cinderclient
    28 COMPONENT_NAME=		python-cinderclient
    32 COMPONENT_ARCHIVE_HASH=	\
    32 COMPONENT_ARCHIVE_HASH=	\
    33     sha256:b00b7ffc3394b7ae3f8804a10877f7c980ff65f66d7b0d4b51bf4526933951b2
    33     sha256:b00b7ffc3394b7ae3f8804a10877f7c980ff65f66d7b0d4b51bf4526933951b2
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    35 COMPONENT_PROJECT_URL=	http://docs.openstack.org/developer/python-cinderclient/
    35 COMPONENT_PROJECT_URL=	http://docs.openstack.org/developer/python-cinderclient/
    36 COMPONENT_BUGDB=	service/cinder
    36 COMPONENT_BUGDB=	service/cinder
       
    37 COMPONENT_ANITYA_ID=	5472
    37 
    38 
    38 TPNO=			31337
    39 TPNO=			31337
    39 
    40 
    40 include $(WS_MAKE_RULES)/prep.mk
    41 include $(WS_MAKE_RULES)/prep.mk
    41 include $(WS_MAKE_RULES)/setup.py.mk
    42 include $(WS_MAKE_RULES)/setup.py.mk