python27: fix tk related dependency generation
[unleashed-userland.git] / components / python / markdown / manifests / sample-manifest.p5m
blob717449ff6e2d05d8a5150a6f33ff2ab11c3b71e2
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2016 <contributor>
16 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
17 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
18 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
19 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
20 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
21 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
23 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
25 file path=usr/bin/markdown_py
26 file path=usr/lib/python2.7/vendor-packages/Markdown-$(COMPONENT_VERSION)-py2.7.egg-info
27 file path=usr/lib/python2.7/vendor-packages/markdown/__init__.py
28 file path=usr/lib/python2.7/vendor-packages/markdown/__main__.py
29 file path=usr/lib/python2.7/vendor-packages/markdown/__version__.py
30 file path=usr/lib/python2.7/vendor-packages/markdown/blockparser.py
31 file path=usr/lib/python2.7/vendor-packages/markdown/blockprocessors.py
32 file path=usr/lib/python2.7/vendor-packages/markdown/extensions/__init__.py
33 file path=usr/lib/python2.7/vendor-packages/markdown/extensions/abbr.py
34 file path=usr/lib/python2.7/vendor-packages/markdown/extensions/admonition.py
35 file path=usr/lib/python2.7/vendor-packages/markdown/extensions/attr_list.py
36 file path=usr/lib/python2.7/vendor-packages/markdown/extensions/codehilite.py
37 file path=usr/lib/python2.7/vendor-packages/markdown/extensions/def_list.py
38 file path=usr/lib/python2.7/vendor-packages/markdown/extensions/extra.py
39 file path=usr/lib/python2.7/vendor-packages/markdown/extensions/fenced_code.py
40 file path=usr/lib/python2.7/vendor-packages/markdown/extensions/footnotes.py
41 file path=usr/lib/python2.7/vendor-packages/markdown/extensions/headerid.py
42 file path=usr/lib/python2.7/vendor-packages/markdown/extensions/meta.py
43 file path=usr/lib/python2.7/vendor-packages/markdown/extensions/nl2br.py
44 file path=usr/lib/python2.7/vendor-packages/markdown/extensions/sane_lists.py
45 file path=usr/lib/python2.7/vendor-packages/markdown/extensions/smart_strong.py
46 file path=usr/lib/python2.7/vendor-packages/markdown/extensions/smarty.py
47 file path=usr/lib/python2.7/vendor-packages/markdown/extensions/tables.py
48 file path=usr/lib/python2.7/vendor-packages/markdown/extensions/toc.py
49 file path=usr/lib/python2.7/vendor-packages/markdown/extensions/wikilinks.py
50 file path=usr/lib/python2.7/vendor-packages/markdown/inlinepatterns.py
51 file path=usr/lib/python2.7/vendor-packages/markdown/odict.py
52 file path=usr/lib/python2.7/vendor-packages/markdown/postprocessors.py
53 file path=usr/lib/python2.7/vendor-packages/markdown/preprocessors.py
54 file path=usr/lib/python2.7/vendor-packages/markdown/serializers.py
55 file path=usr/lib/python2.7/vendor-packages/markdown/treeprocessors.py
56 file path=usr/lib/python2.7/vendor-packages/markdown/util.py