components/python/markupsafe/Makefile
branchs11u2-sru
changeset 4156 4b1def16fe9b
parent 2785 b6f5c5d1d0b7
equal deleted inserted replaced
4146:097063f324c0 4156:4b1def16fe9b
    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) 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2015, 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=		MarkupSafe
    25 COMPONENT_NAME=		MarkupSafe
    26 COMPONENT_VERSION=	0.18
    26 COMPONENT_VERSION=	0.18
    30     sha256:b7d5d688bdd345bfa897777d297756688cf02e1b3742c56885e2e5c2b996ff82
    30     sha256:b7d5d688bdd345bfa897777d297756688cf02e1b3742c56885e2e5c2b996ff82
    31 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    31 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    32 COMPONENT_PROJECT_URL=	https://pypi.python.org/pypi/markupsafe/
    32 COMPONENT_PROJECT_URL=	https://pypi.python.org/pypi/markupsafe/
    33 COMPONENT_BUGDB=	python-mod/markupsafe
    33 COMPONENT_BUGDB=	python-mod/markupsafe
    34 
    34 
    35 include $(WS_TOP)/make-rules/prep.mk
    35 TPNO=			14503
    36 include $(WS_TOP)/make-rules/setup.py.mk
    36 
    37 include $(WS_TOP)/make-rules/ips.mk
    37 include $(WS_MAKE_RULES)/prep.mk
       
    38 include $(WS_MAKE_RULES)/setup.py.mk
       
    39 include $(WS_MAKE_RULES)/ips.mk
    38 
    40 
    39 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    41 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    40 
    42 
    41 # Needed to get around a broken /usr/lib/python2.7/config/Makefile
    43 # Needed to get around a broken /usr/lib/python2.7/config/Makefile
    42 # See CR #16837431.
    44 # See CR #16837431.