components/python/django-pyscss/django-pyscss-PYVER.p5m
changeset 6782 73e2e96386ad
parent 3998 5bd484384122
equal deleted inserted replaced
6781:0692a9a0923c 6782:73e2e96386ad
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2014, 2016, 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/django-pyscss-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/django-pyscss-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="Django PySCSS helper class"
    28 set name=pkg.summary value="Django PySCSS helper class"
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    37 set name=info.upstream value="Fusionbox, Inc. <[email protected]>"
    37 set name=info.upstream value="Fusionbox, Inc. <[email protected]>"
    38 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    38 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    39 set name=org.opensolaris.arc-caseid value=PSARC/2015/069
    39 set name=org.opensolaris.arc-caseid value=PSARC/2015/069
    40 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    40 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    41 #
    41 file path=usr/lib/python$(PYVER)/vendor-packages/django_pyscss-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
    42 file path=usr/lib/python$(PYVER)/vendor-packages/django_pyscss-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
    42 file path=usr/lib/python$(PYVER)/vendor-packages/django_pyscss-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
    43 file path=usr/lib/python$(PYVER)/vendor-packages/django_pyscss-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
    43 file path=usr/lib/python$(PYVER)/vendor-packages/django_pyscss-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
    44 file path=usr/lib/python$(PYVER)/vendor-packages/django_pyscss-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
    44 file path=usr/lib/python$(PYVER)/vendor-packages/django_pyscss-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
    45 file path=usr/lib/python$(PYVER)/vendor-packages/django_pyscss-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
    45 file path=usr/lib/python$(PYVER)/vendor-packages/django_pyscss-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
    46 file path=usr/lib/python$(PYVER)/vendor-packages/django_pyscss-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
    46 file path=usr/lib/python$(PYVER)/vendor-packages/django_pyscss-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    47 file path=usr/lib/python$(PYVER)/vendor-packages/django_pyscss-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    47 file path=usr/lib/python$(PYVER)/vendor-packages/django_pyscss/__init__.py
    48 file path=usr/lib/python$(PYVER)/vendor-packages/django_pyscss/__init__.py
       
    49 file path=usr/lib/python$(PYVER)/vendor-packages/django_pyscss/compiler.py
    48 file path=usr/lib/python$(PYVER)/vendor-packages/django_pyscss/compressor.py
    50 file path=usr/lib/python$(PYVER)/vendor-packages/django_pyscss/compressor.py
    49 file path=usr/lib/python$(PYVER)/vendor-packages/django_pyscss/scss.py
    51 file path=usr/lib/python$(PYVER)/vendor-packages/django_pyscss/extension/__init__.py
       
    52 file path=usr/lib/python$(PYVER)/vendor-packages/django_pyscss/extension/django.py
    50 file path=usr/lib/python$(PYVER)/vendor-packages/django_pyscss/utils.py
    53 file path=usr/lib/python$(PYVER)/vendor-packages/django_pyscss/utils.py
       
    54 #
    51 license LICENSE license=BSD
    55 license LICENSE license=BSD
    52 
    56 
    53 # force a dependency on the Python runtime
    57 # force a dependency on the Python runtime
    54 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    58 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    55     pkg.debug.depend.path=usr/bin
    59     pkg.debug.depend.path=usr/bin
    63 
    67 
    64 # force a dependency on django_compressor; pkgdepend work is needed to flush
    68 # force a dependency on django_compressor; pkgdepend work is needed to flush
    65 # this out.
    69 # this out.
    66 depend type=require fmri=library/python/django_compressor-$(PYV)
    70 depend type=require fmri=library/python/django_compressor-$(PYV)
    67 
    71 
       
    72 # force a dependency on pathlib; pkgdepend work is needed to flush this out.
       
    73 depend type=require fmri=library/python/pathlib-$(PYV)
       
    74 
    68 # force a dependency on pyscss; pkgdepend work is needed to flush this out.
    75 # force a dependency on pyscss; pkgdepend work is needed to flush this out.
    69 depend type=require fmri=library/python/pyscss-$(PYV)
    76 depend type=require fmri=library/python/pyscss-$(PYV)