components/python/filechunkio/filechunkio-PYVER.p5m
branchs11-update
changeset 3704 69ab8eca01c5
parent 3661 47545fb8aed4
equal deleted inserted replaced
3698:9c01a3410e89 3704:69ab8eca01c5
    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, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2015, 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-2/filechunkio-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/python/filechunkio-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="filechunkio represents a chunk of an OS-level file"
    26 set name=pkg.summary value="filechunkio represents a chunk of an OS-level file"
    27 set name=pkg.description \
    27 set name=pkg.description \
    28     value="FileChunkIO is a Python library that allows representation of chunks of files. It can be used to segment large files into multiple parts without having to split them physically up front or for creating in-memory chunks as StringIO instances."
    28     value="FileChunkIO is a Python library that allows representation of chunks of files. It can be used to segment large files into multiple parts without having to split them physically up front or for creating in-memory chunks as StringIO instances."
    29 set name=com.oracle.info.description value="the Python filechunkio module"
    29 set name=com.oracle.info.description value="the Python filechunkio module"
    30 set name=com.oracle.info.tpno value=$(TPNO)
    30 set name=com.oracle.info.tpno value=$(TPNO)
    39 file path=usr/lib/python$(PYVER)/vendor-packages/filechunkio/__init__.py
    39 file path=usr/lib/python$(PYVER)/vendor-packages/filechunkio/__init__.py
    40 file path=usr/lib/python$(PYVER)/vendor-packages/filechunkio/filechunkio.py
    40 file path=usr/lib/python$(PYVER)/vendor-packages/filechunkio/filechunkio.py
    41 file path=usr/lib/python$(PYVER)/vendor-packages/filechunkio/tests.py
    41 file path=usr/lib/python$(PYVER)/vendor-packages/filechunkio/tests.py
    42 license filechunkio.license license=MIT
    42 license filechunkio.license license=MIT
    43 
    43 
       
    44 # force the rename with an optional dependency on the old name
       
    45 depend type=optional \
       
    46     fmri=library/python-2/filechunkio-$(PYV)@1.5,5.11-0.175.3.0.0.16.0
       
    47 
    44 # force a dependency on the Python runtime
    48 # force a dependency on the Python runtime
    45 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    49 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    46     pkg.debug.depend.path=usr/bin
    50     pkg.debug.depend.path=usr/bin
    47 
    51 
    48 # force a dependency on the filechunkio package
    52 # force a dependency on the filechunkio package
    49 depend type=require \
    53 depend type=require \
    50     fmri=library/python-2/filechunkio@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    54     fmri=library/python/filechunkio@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)