components/python/markdown/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=		Markdown
    25 COMPONENT_NAME=		Markdown
    26 COMPONENT_VERSION=	2.3.1
    26 COMPONENT_VERSION=	2.3.1
    53 install:	$(INSTALL_NO_ARCH)
    53 install:	$(INSTALL_NO_ARCH)
    54 
    54 
    55 test:		$(TEST_NO_ARCH)
    55 test:		$(TEST_NO_ARCH)
    56 
    56 
    57 
    57 
    58 REQUIRED_PACKAGES += library/python/pygments-26
       
    59 REQUIRED_PACKAGES += library/python/pygments-27
    58 REQUIRED_PACKAGES += library/python/pygments-27