components/python/mock/mock-PYVER.p5m
changeset 6795 832c5da5f7f1
parent 3732 0f62cc221c7e
equal deleted inserted replaced
6794:97cbf1006308 6795:832c5da5f7f1
    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 # Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 set name=pkg.fmri \
    24 set name=pkg.fmri \
    25     value=pkg:/library/python/mock-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/python/mock-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="A unittest library for creating mock objects"
    26 set name=pkg.summary value="A unittest library for creating mock objects"
    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=PSARC/2013/061
    36 set name=org.opensolaris.arc-caseid value=PSARC/2013/061
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    38 file path=usr/lib/python$(PYVER)/vendor-packages/mock-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
    38 file path=usr/lib/python$(PYVER)/vendor-packages/mock-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
    39 file path=usr/lib/python$(PYVER)/vendor-packages/mock-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
    39 file path=usr/lib/python$(PYVER)/vendor-packages/mock-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
       
    40 #
    40 file path=usr/lib/python$(PYVER)/vendor-packages/mock-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
    41 file path=usr/lib/python$(PYVER)/vendor-packages/mock-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
       
    42 file path=usr/lib/python$(PYVER)/vendor-packages/mock-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
       
    43 file path=usr/lib/python$(PYVER)/vendor-packages/mock-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
       
    44 file path=usr/lib/python$(PYVER)/vendor-packages/mock-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
    41 file path=usr/lib/python$(PYVER)/vendor-packages/mock-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    45 file path=usr/lib/python$(PYVER)/vendor-packages/mock-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    42 file path=usr/lib/python$(PYVER)/vendor-packages/mock.py
    46 file path=usr/lib/python$(PYVER)/vendor-packages/mock/__init__.py
    43 license mock.license license=BSD
    47 file path=usr/lib/python$(PYVER)/vendor-packages/mock/mock.py
       
    48 #
       
    49 license LICENSE.txt license=BSD
    44 
    50 
    45 # force the rename with an optional dependency on the old name
    51 # force the rename with an optional dependency on the old name
    46 depend type=optional \
    52 depend type=optional \
    47     fmri=library/python-2/mock-$(PYV)@1.0.1,5.12-5.12.0.0.0.41.0
    53     fmri=library/python-2/mock-$(PYV)@1.0.1,5.12-5.12.0.0.0.41.0
    48 
    54 
    49 # force a dependency on the correct Python runtime package
    55 # force a dependency on the Python runtime
    50 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    56 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    51     pkg.debug.depend.path=usr/bin
    57     pkg.debug.depend.path=usr/bin
       
    58 
       
    59 # force a dependency on funcsigs; pkgdepend work is needed to flush this out.
       
    60 depend type=require fmri=library/python/funcsigs-$(PYV)
    52 
    61 
    53 # force a dependency on the mock package
    62 # force a dependency on the mock package
    54 depend type=require \
    63 depend type=require \
    55     fmri=library/python/mock@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    64     fmri=library/python/mock@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    65 
       
    66 # force a dependency on pbr; pkgdepend work is needed to flush this out.
       
    67 depend type=require fmri=library/python/pbr-$(PYV)
       
    68 
       
    69 # force a dependency on six; pkgdepend work is needed to flush this out.
       
    70 depend type=require fmri=library/python/six-$(PYV)