components/python/cinderclient/Makefile
changeset 1944 56ac2df1785b
parent 1760 353323c7bdc1
child 1948 2d1537e7942d
child 4156 4b1def16fe9b
equal deleted inserted replaced
1943:1a27f000029f 1944:56ac2df1785b
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 include ../../../make-rules/shared-macros.mk
    25 include ../../../make-rules/shared-macros.mk
    26 
    26 
    27 COMPONENT_NAME=		python-cinderclient
    27 COMPONENT_NAME=		python-cinderclient
    28 COMPONENT_VERSION=	1.0.7
    28 COMPONENT_VERSION=	1.0.9
    29 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    29 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE_HASH=	\
    31 COMPONENT_ARCHIVE_HASH=	\
    32     sha256:8ad67a35e7370fe1379703738050deeae0da33ad6c1e1466dd0cf51c82d4255b
    32     sha256:e146e370c9a6e4aa44e8f0662fd33aec532f3965bae9fd564360c279bee03f97
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_PROJECT_URL=	http://launchpad.net/python-cinderclient
    34 COMPONENT_PROJECT_URL=	http://launchpad.net/python-cinderclient
    35 COMPONENT_BUGDB=	service/cinder
    35 COMPONENT_BUGDB=	service/cinder
       
    36 
       
    37 # depends on keystoneclient which is not Python 3 ready
       
    38 PYTHON_VERSIONS=	2.7 2.6
    36 
    39 
    37 include $(WS_TOP)/make-rules/prep.mk
    40 include $(WS_TOP)/make-rules/prep.mk
    38 include $(WS_TOP)/make-rules/setup.py.mk
    41 include $(WS_TOP)/make-rules/setup.py.mk
    39 include $(WS_TOP)/make-rules/ips.mk
    42 include $(WS_TOP)/make-rules/ips.mk
    40 
    43