components/python/heatclient/Makefile
changeset 3998 5bd484384122
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
equal deleted inserted replaced
3997:0ca3f3d6c919 3998:5bd484384122
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
       
    25 
    25 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    26 
    27 
    27 COMPONENT_NAME=		python-heatclient
    28 COMPONENT_NAME=		python-heatclient
    28 COMPONENT_VERSION=	0.2.9
    29 COMPONENT_VERSION=	0.2.12
    29 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE_HASH=	\
    32 COMPONENT_ARCHIVE_HASH=	\
    32     sha256:8cc6d99f86529633b8b5d99417358fd7c023223572f190ae3e1da09ff435420f
    33     sha256:e9d5b74206b322ce30184a1b132a78b8be1806be85c77361fb72a966c4c48afe
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_PROJECT_URL=	http://launchpad.net/python-heatclient
    35 COMPONENT_PROJECT_URL=	http://launchpad.net/python-heatclient
    35 COMPONENT_BUGDB=	service/heat
    36 COMPONENT_BUGDB=	service/heat
    36 
    37 
    37 TPNO=			17303
    38 TPNO=			21733
    38 
    39 
    39 # Depends on pyyaml which is not Python 3 ready. 
    40 # Depends on keystoneclient which is not Python 3 ready.
    40 PYTHON_VERSIONS=	2.7 2.6
    41 PYTHON_VERSIONS=	2.7 2.6
    41 
    42 
    42 include $(WS_MAKE_RULES)/prep.mk
    43 include $(WS_MAKE_RULES)/prep.mk
    43 include $(WS_MAKE_RULES)/setup.py.mk
    44 include $(WS_MAKE_RULES)/setup.py.mk
    44 include $(WS_MAKE_RULES)/ips.mk
    45 include $(WS_MAKE_RULES)/ips.mk
    55 
    56 
    56 # tests require:
    57 # tests require:
    57 # hacking, discover, fixtures, sphinx, testrepository, testtools,
    58 # hacking, discover, fixtures, sphinx, testrepository, testtools,
    58 # testscenarios, and mox3 some of which have not been integrated.
    59 # testscenarios, and mox3 some of which have not been integrated.
    59 test:		$(NO_TESTS)
    60 test:		$(NO_TESTS)
    60