components/pylint/Makefile
changeset 1909 0f03fb0ff75c
parent 1434 c782e620dd26
child 1948 2d1537e7942d
equal deleted inserted replaced
1908:702ae3973fcc 1909:0f03fb0ff75c
    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, 2013, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2011, 2014, 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
    31 COMPONENT_ARCHIVE_HASH=	\
    31 COMPONENT_ARCHIVE_HASH=	\
    32 	sha256:757f2b97071a87fb7e4d017fc7c9eb74f26dcf412e683b614d3c5d54b217212d
    32 	sha256:757f2b97071a87fb7e4d017fc7c9eb74f26dcf412e683b614d3c5d54b217212d
    33 COMPONENT_ARCHIVE_URL=	http://download.logilab.org/pub/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
    33 COMPONENT_ARCHIVE_URL=	http://download.logilab.org/pub/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
    34 COMPONENT_PROJECT_URL=  http://www.logilab.org/project/pylint/
    34 COMPONENT_PROJECT_URL=  http://www.logilab.org/project/pylint/
    35 COMPONENT_BUGDB=	utility/pylint
    35 COMPONENT_BUGDB=	utility/pylint
       
    36 
       
    37 # Depends on logilab-common 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/ips.mk
    41 include $(WS_TOP)/make-rules/ips.mk
    39 include $(WS_TOP)/make-rules/setup.py.mk
    42 include $(WS_TOP)/make-rules/setup.py.mk
    40 
    43