components/python/ceilometerclient/Makefile
changeset 7687 1093e2a9adbd
parent 6821 e3c34501ae8e
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) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2014, 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-ceilometerclient
    28 COMPONENT_NAME=		python-ceilometerclient
    33     sha256:0cb0346ea53b110f10df1e3978e2ff031777b0e70a3100d1a216aca2ea4e8f73
    33     sha256:0cb0346ea53b110f10df1e3978e2ff031777b0e70a3100d1a216aca2ea4e8f73
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    35 COMPONENT_PROJECT_URL=	\
    35 COMPONENT_PROJECT_URL=	\
    36     http://docs.openstack.org/developer/python-ceilometerclient/
    36     http://docs.openstack.org/developer/python-ceilometerclient/
    37 COMPONENT_BUGDB=	service/ceilometer
    37 COMPONENT_BUGDB=	service/ceilometer
       
    38 COMPONENT_ANITYA_ID=	5464
    38 
    39 
    39 TPNO=			29185
    40 TPNO=			29185
    40 
    41 
    41 # Depends on keystoneclient which is not Python 3 ready.
    42 # Depends on keystoneclient which is not Python 3 ready.
    42 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    43 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)