components/python/oslo.concurrency/Makefile
changeset 7687 1093e2a9adbd
parent 6798 dd6058afd589
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) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2015, 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=		oslo.concurrency
    28 COMPONENT_NAME=		oslo.concurrency
    32 COMPONENT_ARCHIVE_HASH=	\
    32 COMPONENT_ARCHIVE_HASH=	\
    33     sha256:254a42d9f0a5f21e9d56e5fd5ca7c3e355ba22d06ea47f6eb094155242ccc0f6
    33     sha256:254a42d9f0a5f21e9d56e5fd5ca7c3e355ba22d06ea47f6eb094155242ccc0f6
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    35 COMPONENT_PROJECT_URL=	http://docs.openstack.org/developer/oslo.concurrency/
    35 COMPONENT_PROJECT_URL=	http://docs.openstack.org/developer/oslo.concurrency/
    36 COMPONENT_BUGDB=	python-mod/oslo.concurren
    36 COMPONENT_BUGDB=	python-mod/oslo.concurren
       
    37 COMPONENT_ANITYA_ID=	13178
    37 
    38 
    38 TPNO=			29773
    39 TPNO=			29773
    39 
    40 
    40 # Depends on oslo.utils which is not Python 3 ready.
    41 # Depends on oslo.utils which is not Python 3 ready.
    41 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    42 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)