components/logilab-common/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3778 35735ffdda43
child 4239 b0b944824f84
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    38 TPNO=			8268
    38 TPNO=			8268
    39 
    39 
    40 # Syntax issues: not Python 3 ready.
    40 # Syntax issues: not Python 3 ready.
    41 PYTHON_VERSIONS=	2.7 2.6
    41 PYTHON_VERSIONS=	2.7 2.6
    42 
    42 
    43 include ../../make-rules/prep.mk
    43 include $(WS_MAKE_RULES)/prep.mk
    44 include ../../make-rules/ips.mk
    44 include $(WS_MAKE_RULES)/ips.mk
    45 include ../../make-rules/setup.py.mk
    45 include $(WS_MAKE_RULES)/setup.py.mk
    46 
    46 
    47 # rename pytest to its versioned name; mediated links (depending on
    47 # rename pytest to its versioned name; mediated links (depending on
    48 # the python version) in the manifest will create the link from pytest
    48 # the python version) in the manifest will create the link from pytest
    49 # to the correct pytest-${PYTHON_VERSION}
    49 # to the correct pytest-${PYTHON_VERSION}
    50 # compile all of the python .py files in the proto area since setup.py doesn't
    50 # compile all of the python .py files in the proto area since setup.py doesn't
    78 # 21 modules OK (2 failed)
    78 # 21 modules OK (2 failed)
    79 # failures: unittest_shellutils [1/23], unittest_date [1/45]
    79 # failures: unittest_shellutils [1/23], unittest_date [1/45]
    80 
    80 
    81 test:	$(TEST_NO_ARCH)
    81 test:	$(TEST_NO_ARCH)
    82 
    82 
    83 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    83 REQUIRED_PACKAGES += library/python-2/pyorbit-26
    84 
       
    85 include ../../make-rules/depend.mk