components/python/paste/Makefile
branchs11u3-sru
changeset 7811 9126e6f58cd8
parent 3996 20c0f21bbe1e
equal deleted inserted replaced
7792:ee802f9b5132 7811:9126e6f58cd8
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    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 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		Paste
    25 COMPONENT_NAME=		Paste
    26 COMPONENT_VERSION=	1.7.5.1
    26 COMPONENT_VERSION=	1.7.5.1
    33 COMPONENT_BUGDB=	python-mod/paste
    33 COMPONENT_BUGDB=	python-mod/paste
    34 
    34 
    35 TPNO=			14503
    35 TPNO=			14503
    36 
    36 
    37 # Syntax issues: not Python 3 ready.
    37 # Syntax issues: not Python 3 ready.
    38 PYTHON_VERSIONS=	2.7 2.6
    38 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    39 
    39 
    40 include $(WS_MAKE_RULES)/prep.mk
    40 include $(WS_MAKE_RULES)/prep.mk
    41 include $(WS_MAKE_RULES)/setup.py.mk
    41 include $(WS_MAKE_RULES)/setup.py.mk
    42 include $(WS_MAKE_RULES)/ips.mk
    42 include $(WS_MAKE_RULES)/ips.mk
    43 
    43 
    54 # There are known test failures if the Python cgiapp and urlparser modules
    54 # There are known test failures if the Python cgiapp and urlparser modules
    55 # are not installed.
    55 # are not installed.
    56 test:		$(TEST_NO_ARCH)
    56 test:		$(TEST_NO_ARCH)
    57 
    57 
    58 
    58 
    59 REQUIRED_PACKAGES += library/python/pyopenssl-26
       
    60 REQUIRED_PACKAGES += library/python/pyopenssl-27
    59 REQUIRED_PACKAGES += library/python/pyopenssl-27
    61 REQUIRED_PACKAGES += library/python/setuptools-26
       
    62 REQUIRED_PACKAGES += library/python/setuptools-27
    60 REQUIRED_PACKAGES += library/python/setuptools-27