components/python/troveclient/Makefile
changeset 3817 30b42c38bbc4
parent 1948 2d1537e7942d
child 3998 5bd484384122
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2014, 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-troveclient
    27 COMPONENT_NAME=		python-troveclient
    28 COMPONENT_VERSION=	0.1.4
    28 COMPONENT_VERSION=	0.1.4
    37 TPNO=			17305
    37 TPNO=			17305
    38 
    38 
    39 # Syntax errors: not Python 3 ready
    39 # Syntax errors: 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 ; \
    49 	(cd $(PROTO_DIR)/usr/bin ; \
    58 # tests require:
    58 # tests require:
    59 # hacking, discover, sphinx, testrepository and testtools, 
    59 # hacking, discover, sphinx, testrepository and testtools, 
    60 # some of which have not been integrated.
    60 # some of which have not been integrated.
    61 test:		$(NO_TESTS)
    61 test:		$(NO_TESTS)
    62 
    62 
    63 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    64 
       
    65 include $(WS_TOP)/make-rules/depend.mk