components/logilab-common/Makefile
branchs11-update
changeset 3778 35735ffdda43
parent 3661 47545fb8aed4
child 3996 20c0f21bbe1e
equal deleted inserted replaced
3777:68aef260e079 3778:35735ffdda43
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		logilab-common
    28 COMPONENT_NAME=		logilab-common
    34 	sha256:c92db7d6bbac880969a439027a8239827a02a90815dbfba6bd4c031d85f4cd61
    34 	sha256:c92db7d6bbac880969a439027a8239827a02a90815dbfba6bd4c031d85f4cd61
    35 COMPONENT_ARCHIVE_URL=	http://download.logilab.org/pub/common/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	http://download.logilab.org/pub/common/$(COMPONENT_ARCHIVE)
    36 COMPONENT_BUGDB=	python-mod/logilab-common
    36 COMPONENT_BUGDB=	python-mod/logilab-common
    37 
    37 
    38 TPNO=			8268
    38 TPNO=			8268
       
    39 
       
    40 # Syntax issues: not Python 3 ready.
       
    41 PYTHON_VERSIONS=	2.7 2.6
    39 
    42 
    40 include ../../make-rules/prep.mk
    43 include ../../make-rules/prep.mk
    41 include ../../make-rules/ips.mk
    44 include ../../make-rules/ips.mk
    42 include ../../make-rules/setup.py.mk
    45 include ../../make-rules/setup.py.mk
    43 
    46