components/python/django_compressor/django_compressor-PYVER.p5m
changeset 1691 043f53535ed4
child 1738 b0b1ae2fe392
equal deleted inserted replaced
1690:5b433bad9b33 1691:043f53535ed4
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 set name=pkg.fmri \
       
    25     value=pkg:/library/python/django_compressor-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    26 set name=pkg.summary value="JavaScript / CSS compressor"
       
    27 set name=pkg.description \
       
    28     value="Django Compressor combines and compresses linked and inline Javascript or CSS in a Django templates into cacheable static files."
       
    29 set name=com.oracle.info.description value="the django_compressor Python module"
       
    30 set name=com.oracle.info.tpno value=14503
       
    31 set name=info.classification \
       
    32     value=org.opensolaris.category.2008:Development/Python \
       
    33     value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
       
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    35 set name=info.upstream value="Jannis Leidel <[email protected]>"
       
    36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    37 set name=org.opensolaris.arc-caseid value=PSARC/2014/004
       
    38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    39 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/__init__.py
       
    40 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/base.py
       
    41 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/cache.py
       
    42 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/conf.py
       
    43 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/contrib/__init__.py
       
    44 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/contrib/jinja2ext.py
       
    45 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/contrib/sekizai.py
       
    46 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/css.py
       
    47 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/exceptions.py
       
    48 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/__init__.py
       
    49 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/base.py
       
    50 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/closure.py
       
    51 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/css_default.py
       
    52 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/cssmin/__init__.py
       
    53 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/cssmin/cssmin.py
       
    54 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/csstidy.py
       
    55 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/datauri.py
       
    56 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/jsmin/__init__.py
       
    57 file \
       
    58     path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/jsmin/rjsmin.py \
       
    59     pkg.depend.bypass-generate=.*/_rjsmin.*
       
    60 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/jsmin/slimit.py
       
    61 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/template.py
       
    62 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/yui.py
       
    63 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/finders.py
       
    64 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/js.py
       
    65 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/management/__init__.py
       
    66 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/management/commands/__init__.py
       
    67 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/management/commands/compress.py
       
    68 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/management/commands/mtime_cache.py
       
    69 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/models.py
       
    70 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/parser/__init__.py
       
    71 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/parser/base.py
       
    72 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/parser/beautifulsoup.py
       
    73 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/parser/default_htmlparser.py
       
    74 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/parser/html5lib.py
       
    75 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/parser/lxml.py
       
    76 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/signals.py
       
    77 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/storage.py
       
    78 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/templates/compressor/css_file.html
       
    79 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/templates/compressor/css_inline.html
       
    80 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/templates/compressor/js_file.html
       
    81 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/templates/compressor/js_inline.html
       
    82 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/templatetags/__init__.py
       
    83 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/templatetags/compress.py
       
    84 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/utils/__init__.py
       
    85 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/utils/decorators.py
       
    86 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/utils/staticfiles.py
       
    87 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/utils/stringformat.py
       
    88 file path=usr/lib/python$(PYVER)/vendor-packages/django_compressor-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
       
    89 file path=usr/lib/python$(PYVER)/vendor-packages/django_compressor-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
       
    90 file path=usr/lib/python$(PYVER)/vendor-packages/django_compressor-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
       
    91 file path=usr/lib/python$(PYVER)/vendor-packages/django_compressor-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
       
    92 file path=usr/lib/python$(PYVER)/vendor-packages/django_compressor-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
       
    93 file path=usr/lib/python$(PYVER)/vendor-packages/django_compressor-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
       
    94 license django_compressor.license license="BSD, MIT, Apache 2.0"
       
    95 
       
    96 # force a dependency on the Python runtime
       
    97 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
       
    98     pkg.debug.depend.path=usr/bin
       
    99 
       
   100 # force a dependency on beautifulsoup4; pkgdepend work is needed to
       
   101 # flush this out
       
   102 depend type=require fmri=library/python/beautifulsoup4-$(PYV)
       
   103 
       
   104 # force a dependency on django; pkgdepend work is needed to flush this out
       
   105 depend type=require fmri=library/python/django-$(PYV)
       
   106 
       
   107 # force a dependency on django-appconf; pkgdepend work is needed to
       
   108 # flush this out
       
   109 depend type=require fmri=library/python/django-appconf-$(PYV)
       
   110 
       
   111 # force a dependency on the django_compressor package
       
   112 depend type=require \
       
   113     fmri=library/python/django_compressor@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
   114 
       
   115 # force a dependency on lxml; pkgdepend work is needed to flush this out
       
   116 depend type=require fmri=library/python/lxml-$(PYV)