Marcel Telka
2024-04-06 c028ccd8bf35334f2185c77b3d42e6cd4e78af1f
commit | author | age
4aac30 1 #
MT 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.
6 #
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.
10 #
11
12 #
23b99a 13 # Copyright 2024 <contributor>
4aac30 14 #
MT 15
16 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
17 set name=pkg.human-version value=$(HUMAN_VERSION)
18 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
19 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
20 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
21 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
22 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
23
24 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
25
26 file path=usr/lib/python$(PYVER)/vendor-packages/parso-$(HUMAN_VERSION)-py$(PYVER).egg-info/PKG-INFO
27 file path=usr/lib/python$(PYVER)/vendor-packages/parso-$(HUMAN_VERSION)-py$(PYVER).egg-info/SOURCES.txt
28 file path=usr/lib/python$(PYVER)/vendor-packages/parso-$(HUMAN_VERSION)-py$(PYVER).egg-info/dependency_links.txt
29 file path=usr/lib/python$(PYVER)/vendor-packages/parso-$(HUMAN_VERSION)-py$(PYVER).egg-info/requires.txt
30 file path=usr/lib/python$(PYVER)/vendor-packages/parso-$(HUMAN_VERSION)-py$(PYVER).egg-info/top_level.txt
31 file path=usr/lib/python$(PYVER)/vendor-packages/parso/__init__.py
32 file path=usr/lib/python$(PYVER)/vendor-packages/parso/_compatibility.py
33 file path=usr/lib/python$(PYVER)/vendor-packages/parso/cache.py
34 file path=usr/lib/python$(PYVER)/vendor-packages/parso/file_io.py
35 file path=usr/lib/python$(PYVER)/vendor-packages/parso/grammar.py
36 file path=usr/lib/python$(PYVER)/vendor-packages/parso/normalizer.py
37 file path=usr/lib/python$(PYVER)/vendor-packages/parso/parser.py
38 file path=usr/lib/python$(PYVER)/vendor-packages/parso/pgen2/__init__.py
39 file path=usr/lib/python$(PYVER)/vendor-packages/parso/pgen2/generator.py
40 file path=usr/lib/python$(PYVER)/vendor-packages/parso/pgen2/grammar_parser.py
41 file path=usr/lib/python$(PYVER)/vendor-packages/parso/python/__init__.py
42 file path=usr/lib/python$(PYVER)/vendor-packages/parso/python/diff.py
43 file path=usr/lib/python$(PYVER)/vendor-packages/parso/python/errors.py
44 file path=usr/lib/python$(PYVER)/vendor-packages/parso/python/grammar310.txt
45 file path=usr/lib/python$(PYVER)/vendor-packages/parso/python/grammar311.txt
46 file path=usr/lib/python$(PYVER)/vendor-packages/parso/python/grammar312.txt
23b99a 47 file path=usr/lib/python$(PYVER)/vendor-packages/parso/python/grammar313.txt
4aac30 48 file path=usr/lib/python$(PYVER)/vendor-packages/parso/python/grammar36.txt
MT 49 file path=usr/lib/python$(PYVER)/vendor-packages/parso/python/grammar37.txt
50 file path=usr/lib/python$(PYVER)/vendor-packages/parso/python/grammar38.txt
51 file path=usr/lib/python$(PYVER)/vendor-packages/parso/python/grammar39.txt
52 file path=usr/lib/python$(PYVER)/vendor-packages/parso/python/parser.py
53 file path=usr/lib/python$(PYVER)/vendor-packages/parso/python/pep8.py
54 file path=usr/lib/python$(PYVER)/vendor-packages/parso/python/prefix.py
55 file path=usr/lib/python$(PYVER)/vendor-packages/parso/python/token.py
56 file path=usr/lib/python$(PYVER)/vendor-packages/parso/python/tokenize.py
57 file path=usr/lib/python$(PYVER)/vendor-packages/parso/python/tree.py
58 file path=usr/lib/python$(PYVER)/vendor-packages/parso/tree.py
59 file path=usr/lib/python$(PYVER)/vendor-packages/parso/utils.py
60
61 # python modules are unusable without python runtime binary
62 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
63     pkg.debug.depend.path=usr/bin
64
65 # Automatically generated dependencies based on distribution metadata