components/python/django_compressor/django_compressor-PYVER.p5m
branchs11-update
changeset 4072 db0cec748ec0
parent 3704 69ab8eca01c5
equal deleted inserted replaced
4067:4be1f488dda8 4072:db0cec748ec0
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    21 
       
    22 #
       
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    24 #
    23 
    25 
    24 set name=pkg.fmri \
    26 set name=pkg.fmri \
    25     value=pkg:/library/python/django_compressor-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/django_compressor-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="JavaScript / CSS compressor"
    28 set name=pkg.summary value="JavaScript / CSS compressor"
    27 set name=pkg.description \
    29 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."
    30     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"
    31 set name=com.oracle.info.description value="the Python django_compressor module"
    30 set name=com.oracle.info.tpno value=$(TPNO)
    32 set name=com.oracle.info.tpno value=$(TPNO)
    31 set name=info.classification \
    33 set name=info.classification \
    32     value=org.opensolaris.category.2008:Development/Python \
    34     value=org.opensolaris.category.2008:Development/Python \
    33     value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
    35     value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    35 set name=info.upstream value="Jannis Leidel <[email protected]>"
    37 set name=info.upstream value="Jannis Leidel <[email protected]>"
    36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    38 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    37 set name=org.opensolaris.arc-caseid value=PSARC/2014/004
    39 set name=org.opensolaris.arc-caseid value=PSARC/2014/004
    38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    40 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    41 #
    39 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/__init__.py
    42 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/__init__.py
    40 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/base.py
    43 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/base.py
    41 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/cache.py
    44 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/cache.py
    42 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/conf.py
    45 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/conf.py
    43 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/contrib/__init__.py
    46 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/contrib/__init__.py
    49 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/base.py
    52 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
    53 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
    54 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
    55 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
    56 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/cssmin/cssmin.py
       
    57 file \
       
    58     path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/cssmin/rcssmin.py \
       
    59     pkg.depend.bypass-generate=.*/_rcssmin.*
    54 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/csstidy.py
    60 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
    61 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
    62 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/jsmin/__init__.py
    57 file \
    63 file \
    58     path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/jsmin/rjsmin.py \
    64     path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/jsmin/rjsmin.py \
    59     pkg.depend.bypass-generate=.*/_rjsmin.*
    65     pkg.depend.bypass-generate=.*/_rjsmin.*
    60 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/jsmin/slimit.py
    66 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
    67 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/template.py
       
    68 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/yuglify.py
    62 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/yui.py
    69 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/yui.py
    63 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/finders.py
    70 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/finders.py
    64 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/js.py
    71 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/js.py
    65 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/management/__init__.py
    72 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
    73 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
    74 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
    75 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
    76 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/models.py
       
    77 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/offline/__init__.py
       
    78 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/offline/django.py
       
    79 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/offline/jinja2.py
    70 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/parser/__init__.py
    80 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
    81 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
    82 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
    83 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
    84 file path=usr/lib/python$(PYVER)/vendor-packages/compressor/parser/html5lib.py
    89 file path=usr/lib/python$(PYVER)/vendor-packages/django_compressor-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
    99 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
   100 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
   101 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
   102 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
   103 file path=usr/lib/python$(PYVER)/vendor-packages/django_compressor-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
       
   104 #
    94 license django_compressor.license license="BSD, MIT, Apache 2.0"
   105 license django_compressor.license license="BSD, MIT, Apache 2.0"
       
   106 
       
   107 # force a group dependency on the optional lxml; pkgdepend work is needed to
       
   108 # flush this out
       
   109 depend type=group fmri=library/python/lxml-$(PYV)
    95 
   110 
    96 # force the rename with an optional dependency on the old name
   111 # force the rename with an optional dependency on the old name
    97 depend type=optional \
   112 depend type=optional \
    98     fmri=library/python-2/django_compressor-$(PYV)@1.3,5.11-0.175.3.0.0.16.0
   113     fmri=library/python-2/django_compressor-$(PYV)@1.3,5.11-0.175.3.0.0.16.0
    99 
   114 
   100 # force a dependency on the Python runtime
   115 # force a dependency on the Python runtime
   101 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
   116 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
   102     pkg.debug.depend.path=usr/bin
   117     pkg.debug.depend.path=usr/bin
   103 
       
   104 # force a dependency on beautifulsoup4; pkgdepend work is needed to
       
   105 # flush this out
       
   106 depend type=require fmri=library/python/beautifulsoup4-$(PYV)
       
   107 
   118 
   108 # force a dependency on django; pkgdepend work is needed to flush this out
   119 # force a dependency on django; pkgdepend work is needed to flush this out
   109 depend type=require fmri=library/python/django-$(PYV)
   120 depend type=require fmri=library/python/django-$(PYV)
   110 
   121 
   111 # force a dependency on django-appconf; pkgdepend work is needed to
   122 # force a dependency on django-appconf; pkgdepend work is needed to
   114 
   125 
   115 # force a dependency on the django_compressor package
   126 # force a dependency on the django_compressor package
   116 depend type=require \
   127 depend type=require \
   117     fmri=library/python/django_compressor@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   128     fmri=library/python/django_compressor@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   118 
   129 
   119 # force a dependency on lxml; pkgdepend work is needed to flush this out
   130 # force a dependency on jinja2; pkgdepend work is needed to flush this out
   120 depend type=require fmri=library/python/lxml-$(PYV)
   131 depend type=require fmri=library/python/jinja2-$(PYV)