components/python/markdown/markdown-PYVER.p5m
author John Beck <John.Beck@Oracle.COM>
Mon, 27 Jan 2014 17:48:58 -0800
changeset 1666 69d14d547e77
parent 1515 ac81f3f0f6de
child 1890 5a4ef66c42bf
permissions -rw-r--r--
PSARC 2014/009 Python pkg(5) name-space update 18141589 Userland instance of s|/library/python-2/|/library/python/|g
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1515
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1515
diff changeset
    21
# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
1515
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
set name=pkg.fmri \
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1515
diff changeset
    25
    value=pkg:/library/python/markdown-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
1515
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
set name=pkg.summary value="Python implementation of John Gruber's Markdown"
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
set name=pkg.description \
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
    value="Markdown is an implementation of John Gruber's Markdown parser that follows the syntax rules and the behavior of the original (markdown.pl) implementation and which is suited to use in web server environments (such that it never raises an exception, never writes to standard output, etc.) It provides an Extension API which makes it possible to change and/or extend the behavior of the parser."
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
set name=com.oracle.info.description value="the Python Markdown implementation"
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
set name=com.oracle.info.tpno value=15143
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
set name=info.classification \
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
    value=org.opensolaris.category.2008:Development/Python
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
set name=info.upstream value="Waylan Limberg <[email protected]>"
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
set name=org.opensolaris.arc-caseid value=PSARC/2013/317
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
#
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
link path=usr/bin/markdown_py target=markdown_py-$(PYVER) mediator=python \
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
    mediator-version=$(PYVER)
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
file path=usr/bin/markdown_py-$(PYVER)
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
file path=usr/lib/python$(PYVER)/vendor-packages/Markdown-$(COMPONENT_VERSION)-py$(PYVER).egg-info
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/__init__.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/__main__.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/__version__.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/blockparser.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/blockprocessors.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/__init__.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/abbr.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/admonition.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/attr_list.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/codehilite.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/def_list.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/extra.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/fenced_code.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/footnotes.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/headerid.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/meta.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/nl2br.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/sane_lists.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/smart_strong.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/tables.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/toc.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/wikilinks.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/inlinepatterns.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/odict.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/postprocessors.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/preprocessors.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/serializers.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    70
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/treeprocessors.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    71
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/util.py
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
license markdown.license license="BSD, MIT"
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    73
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    74
# force a dependency on the markdown package
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    75
depend type=require \
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1515
diff changeset
    76
    fmri=library/python/markdown@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
1515
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    77
ac81f3f0f6de PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    78
# force a dependency on pygments; pkgdepend work is needed to flush this out.
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1515
diff changeset
    79
depend type=require fmri=library/python/pygments-$(PYV)
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1515
diff changeset
    80
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1515
diff changeset
    81
# force the rename with an optional dependency on the old name
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1515
diff changeset
    82
depend type=optional \
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1515
diff changeset
    83
    fmri=library/python-2/markdown-$(PYV)@2.3.1,5.12-5.12.0.0.0.41.0