components/pylint/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3778 35735ffdda43
child 7811 9126e6f58cd8
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 
    20 
    21 #
    21 #
    22 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    23 #
    23 #
    24 
    24 
    25 include ../../make-rules/shared-macros.mk
    25 include ../../make-rules/shared-macros.mk
    26 
    26 
    27 COMPONENT_NAME=		pylint
    27 COMPONENT_NAME=		pylint
    37 TPNO=			9026
    37 TPNO=			9026
    38 
    38 
    39 # Depends on logilab-common which is not Python 3 ready.
    39 # Depends on logilab-common 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/ips.mk
    43 include $(WS_MAKE_RULES)/ips.mk
    44 include $(WS_TOP)/make-rules/setup.py.mk
    44 include $(WS_MAKE_RULES)/setup.py.mk
    45 
    45 
    46 # There are several pylint documentation files that setup.py isn't installing
    46 # There are several pylint documentation files that setup.py isn't installing
    47 # but are present in the pylint package on other distributions. Copy them into
    47 # but are present in the pylint package on other distributions. Copy them into
    48 # the proto area "manually", so they can be included in the package.
    48 # the proto area "manually", so they can be included in the package.
    49 PDOC =			$(PROTO_DIR)/usr/share/doc
    49 PDOC =			$(PROTO_DIR)/usr/share/doc
   127 # 9 modules OK (2 failed)
   127 # 9 modules OK (2 failed)
   128 # failures: smoketest [7/14], unittest_lint [3/21]
   128 # failures: smoketest [7/14], unittest_lint [3/21]
   129 
   129 
   130 test:		$(TEST_32)
   130 test:		$(TEST_32)
   131 
   131 
   132 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
   133 
   132 
   134 include $(WS_TOP)/make-rules/depend.mk
   133 REQUIRED_PACKAGES += runtime/python-26
       
   134 REQUIRED_PACKAGES += runtime/python-27
       
   135 REQUIRED_PACKAGES += runtime/python-34