components/python/cinderclient/Makefile
changeset 5405 66fd59fecd68
parent 4339 6501cf9c29f9
child 6822 1b782154d546
equal deleted inserted replaced
5404:55e409ba4e72 5405:66fd59fecd68
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2016, 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.1.1
    28 COMPONENT_VERSION=	1.3.1
    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:107ff53c9bb9403c4e751b9a949cb84eff483d3378007415066d0c7727a6e37e
    32     sha256:59ae1fbeeda7a12ac8635a7cce9bdc5e8bd080707e2dc12d858857713db1d233
    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 
    36 
    37 TPNO=			21728
    37 TPNO=			25750
    38 
    38 
    39 include $(WS_MAKE_RULES)/prep.mk
    39 include $(WS_MAKE_RULES)/prep.mk
    40 include $(WS_MAKE_RULES)/setup.py.mk
    40 include $(WS_MAKE_RULES)/setup.py.mk
    41 include $(WS_MAKE_RULES)/ips.mk
    41 include $(WS_MAKE_RULES)/ips.mk
    42 
    42 
    50 
    50 
    51 install:	$(INSTALL_NO_ARCH)
    51 install:	$(INSTALL_NO_ARCH)
    52 
    52 
    53 #
    53 #
    54 # Tests require:
    54 # Tests require:
    55 # pyflakes, flake8, hacking, discover, fixtures, python-subunit,
    55 # pyflakes, flake8, hacking, discover, mock, python-subunit,
    56 # sphinx, testtools, testrepository
    56 # sphinx, testrepository
    57 # which haven't been integrated yet.
    57 # which haven't been integrated yet.
    58 #
    58 #
    59 test:		$(NO_TESTS)
    59 test:		$(NO_TESTS)
    60 
    60 
    61 system-test:    $(NO_TESTS)
    61 system-test:    $(NO_TESTS)