components/python/pybonjour/pybonjour-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) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 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/pybonjour-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/python/pybonjour-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="Python bindings for Bonjour / DNS-SD"
    26 set name=pkg.summary value="Python bindings for Bonjour / DNS-SD"
    27 set name=pkg.description \
    27 set name=pkg.description \
    28     value="Pybonjour provides a pure-Python interface to Bonjour and compatible DNS-SD libraries (such as Avahi). It allows Python scripts to take advantage of Zero Configuration Networking (Zeroconf) to register, discover, and resolve services on both local and wide-area networks."
    28     value="Pybonjour provides a pure-Python interface to Bonjour and compatible DNS-SD libraries (such as Avahi). It allows Python scripts to take advantage of Zero Configuration Networking (Zeroconf) to register, discover, and resolve services on both local and wide-area networks."
    29 set name=com.oracle.info.description \
    29 set name=com.oracle.info.description \
    30     value="Python bindings for Bonjour / DNS-SD"
    30     value="Python bindings for Bonjour / DNS-SD"
    40 file path=usr/lib/python$(PYVER)/vendor-packages/pybonjour-$(COMPONENT_VERSION)-py$(PYVER).egg-info
    40 file path=usr/lib/python$(PYVER)/vendor-packages/pybonjour-$(COMPONENT_VERSION)-py$(PYVER).egg-info
    41 file path=usr/lib/python$(PYVER)/vendor-packages/pybonjour.py
    41 file path=usr/lib/python$(PYVER)/vendor-packages/pybonjour.py
    42 #
    42 #
    43 license pybonjour.copyright license=BSD
    43 license pybonjour.copyright license=BSD
    44 
    44 
       
    45 # force the rename with an optional dependency on the old name
       
    46 depend type=optional \
       
    47     fmri=library/python-2/pybonjour-$(PYV)@1.1.1,5.11-0.175.3.0.0.16.0
       
    48 
    45 # force a dependency on the Python runtime
    49 # force a dependency on the Python runtime
    46 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    50 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    47     pkg.debug.depend.path=usr/bin
    51     pkg.debug.depend.path=usr/bin
    48 
    52 
    49 # force a dependency on the pybonjour package
    53 # force a dependency on the pybonjour package
    50 depend type=require \
    54 depend type=require \
    51     fmri=library/python-2/pybonjour@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    55     fmri=library/python/pybonjour@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    52 #
    56 #
    53 depend type=require fmri=service/network/dns/mdns
    57 depend type=require fmri=service/network/dns/mdns