components/python/cssutils/cssutils-PYVER.p5m
changeset 3732 0f62cc221c7e
parent 1948 2d1537e7942d
child 6159 7e27d23491c5
equal deleted inserted replaced
3731:7b09b73a67a4 3732:0f62cc221c7e
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 set name=pkg.fmri \
    26 set name=pkg.fmri \
    27     value=pkg:/library/python/cssutils-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/cssutils-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary \
    28 set name=pkg.summary \
    33     value=org.opensolaris.category.2008:Development/Python
    33     value=org.opensolaris.category.2008:Development/Python
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    35 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    35 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    36 set name=org.opensolaris.arc-caseid value=LSARC/2008/658
    36 set name=org.opensolaris.arc-caseid value=LSARC/2008/658
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    38 
    38 #
    39 file path=usr/lib/python$(PYVER)/vendor-packages/cssutils-0.9.6-py$(PYVER).egg-info/PKG-INFO
    39 file path=usr/lib/python$(PYVER)/vendor-packages/cssutils-0.9.6-py$(PYVER).egg-info/PKG-INFO
    40 file path=usr/lib/python$(PYVER)/vendor-packages/cssutils-0.9.6-py$(PYVER).egg-info/SOURCES.txt
    40 file path=usr/lib/python$(PYVER)/vendor-packages/cssutils-0.9.6-py$(PYVER).egg-info/SOURCES.txt
    41 file path=usr/lib/python$(PYVER)/vendor-packages/cssutils-0.9.6-py$(PYVER).egg-info/dependency_links.txt
    41 file path=usr/lib/python$(PYVER)/vendor-packages/cssutils-0.9.6-py$(PYVER).egg-info/dependency_links.txt
    42 file path=usr/lib/python$(PYVER)/vendor-packages/cssutils-0.9.6-py$(PYVER).egg-info/entry_points.txt
    42 file path=usr/lib/python$(PYVER)/vendor-packages/cssutils-0.9.6-py$(PYVER).egg-info/entry_points.txt
    43 file path=usr/lib/python$(PYVER)/vendor-packages/cssutils-0.9.6-py$(PYVER).egg-info/top_level.txt
    43 file path=usr/lib/python$(PYVER)/vendor-packages/cssutils-0.9.6-py$(PYVER).egg-info/top_level.txt
   123 file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_serialize.py
   123 file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_serialize.py
   124 file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_settings.py
   124 file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_settings.py
   125 file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_tokenize2.py
   125 file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_tokenize2.py
   126 file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_util.py
   126 file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_util.py
   127 file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_x.py
   127 file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_x.py
       
   128 #
       
   129 license cssutils.license license="LGPL v3"
   128 
   130 
   129 license cssutils.license license="LGPL v3"
   131 # cssutils was previously in the 'desktop' consolidation. This optional
       
   132 # dependency is here to facilitate the safe transfer of the package
       
   133 # to the 'userland' consolidation.
       
   134 depend type=optional \
       
   135     fmri=consolidation/desktop/[email protected]
       
   136 
       
   137 # force the rename with an optional dependency on the old name
       
   138 depend type=optional \
       
   139     fmri=library/python-2/cssutils-$(PYV)@0.9.6,5.12-5.12.0.0.0.41.0
   130 
   140 
   131 # force a dependency on the Python runtime
   141 # force a dependency on the Python runtime
   132 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
   142 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
   133     pkg.debug.depend.path=usr/bin
   143     pkg.debug.depend.path=usr/bin
   134 
   144 
   135 # force a dependency on the cssutils package
   145 # force a dependency on the cssutils package
   136 depend type=require \
   146 depend type=require \
   137     fmri=library/python/cssutils@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   147     fmri=library/python/cssutils@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   138 
       
   139 # cssutils was previously in the 'desktop' consolidation. This optional
       
   140 # dependency is here to facilitate the safe transfer of the package 
       
   141 # to the 'userland' consolidation.
       
   142 depend type=optional fmri=consolidation/desktop/[email protected]
       
   143 
       
   144 # force the rename with an optional dependency on the old name
       
   145 depend type=optional \
       
   146     fmri=library/python-2/cssutils-$(PYV)@0.9.6,5.12-5.12.0.0.0.41.0