components/python/swiftclient/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3661 47545fb8aed4
child 4072 db0cec748ec0
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2015, 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-swiftclient
    27 COMPONENT_NAME=		python-swiftclient
    28 COMPONENT_VERSION=	2.1.0
    28 COMPONENT_VERSION=	2.1.0
    37 TPNO=			17873
    37 TPNO=			17873
    38 
    38 
    39 # depends on keystoneclient which is not Python 3 ready
    39 # depends on keystoneclient which is not Python 3 ready
    40 PYTHON_VERSIONS=	2.7 2.6
    40 PYTHON_VERSIONS=	2.7 2.6
    41 
    41 
    42 include $(WS_TOP)/make-rules/prep.mk
    42 include $(WS_MAKE_RULES)/prep.mk
    43 include $(WS_TOP)/make-rules/setup.py.mk
    43 include $(WS_MAKE_RULES)/setup.py.mk
    44 include $(WS_TOP)/make-rules/ips.mk
    44 include $(WS_MAKE_RULES)/ips.mk
    45 
    45 
    46 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    46 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    47 
    47 
    48 COMPONENT_POST_INSTALL_ACTION = \
    48 COMPONENT_POST_INSTALL_ACTION = \
    49 	(cd $(PROTO_DIR)/usr/bin ; $(MV) -f swift swift-$(PYTHON_VERSION))
    49 	(cd $(PROTO_DIR)/usr/bin ; $(MV) -f swift swift-$(PYTHON_VERSION))
    58 # discover, sphinx, testrepository, testtools
    58 # discover, sphinx, testrepository, testtools
    59 # which haven't been integrated yet.
    59 # which haven't been integrated yet.
    60 #
    60 #
    61 test:		$(NO_TESTS)
    61 test:		$(NO_TESTS)
    62 
    62 
    63 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    64 
    63 
    65 include $(WS_TOP)/make-rules/depend.mk
    64 REQUIRED_PACKAGES += library/python/simplejson-26
       
    65 REQUIRED_PACKAGES += library/python/simplejson-27