components/python/neutronclient/Makefile
changeset 7687 1093e2a9adbd
parent 6828 92d993615297
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-neutronclient
    28 COMPONENT_NAME=		python-neutronclient
    33     sha256:9686417fa44629f31e3ad0a07f179fae4615ae23bd91f9352ab9caa83c0c2422
    33     sha256:9686417fa44629f31e3ad0a07f179fae4615ae23bd91f9352ab9caa83c0c2422
    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-neutronclient/
    36     http://docs.openstack.org/developer/python-neutronclient/
    37 COMPONENT_BUGDB=	service/neutron
    37 COMPONENT_BUGDB=	service/neutron
       
    38 COMPONENT_ANITYA_ID=	5461
    38 
    39 
    39 TPNO=			31339
    40 TPNO=			31339
    40 
    41 
    41 # Depends on netaddr which is not Python 3 ready.
    42 # Depends on netaddr which is not Python 3 ready.
    42 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    43 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)