components/python/netifaces/netifaces-PYVER.p5m
branchs11u2-sru
changeset 4156 4b1def16fe9b
parent 2946 74c77317f502
equal deleted inserted replaced
4146:097063f324c0 4156:4b1def16fe9b
    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) 2014, Oracle and/or its affiliates. All rights reserved.
    21 
       
    22 #
       
    23 # Copyright (c) 2014, 2015, 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-2/netifaces-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python-2/netifaces-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="Portable access to network interfaces from Python"
    28 set name=pkg.summary value="Portable access to network interfaces from Python"
    27 set name=pkg.description \
    29 set name=pkg.description \
    28     value="netifaces provides a way for Python programmers to get access to a list of the network interfaces on the local machine, and to obtain the addresses of those network interfaces."
    30     value="netifaces provides a way for Python programmers to get access to a list of the network interfaces on the local machine, and to obtain the addresses of those network interfaces."
    29 set name=com.oracle.info.description value="the Python netifaces module"
    31 set name=com.oracle.info.description value="the Python netifaces module"
    30 set name=com.oracle.info.tpno value=14503
    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 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    35 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    34 set name=info.upstream value="Alastair Houghton <[email protected]>"
    36 set name=info.upstream value="Alastair Houghton <[email protected]>"
    35 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    37 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    36 set name=org.opensolaris.arc-caseid value=PSARC/2014/013
    38 set name=org.opensolaris.arc-caseid value=PSARC/2014/013
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    39 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    40 #
    38 file path=usr/lib/python$(PYVER)/vendor-packages/64/netifaces.so
    41 file path=usr/lib/python$(PYVER)/vendor-packages/64/netifaces.so
    39 file path=usr/lib/python$(PYVER)/vendor-packages/netifaces-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
    42 file path=usr/lib/python$(PYVER)/vendor-packages/netifaces-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
    40 file path=usr/lib/python$(PYVER)/vendor-packages/netifaces-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
    43 file path=usr/lib/python$(PYVER)/vendor-packages/netifaces-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
    41 file path=usr/lib/python$(PYVER)/vendor-packages/netifaces-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
    44 file path=usr/lib/python$(PYVER)/vendor-packages/netifaces-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
    42 file path=usr/lib/python$(PYVER)/vendor-packages/netifaces-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    45 file path=usr/lib/python$(PYVER)/vendor-packages/netifaces-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
       
    46 file path=usr/lib/python$(PYVER)/vendor-packages/netifaces-$(COMPONENT_VERSION)-py$(PYVER).egg-info/zip-safe
    43 file path=usr/lib/python$(PYVER)/vendor-packages/netifaces.so
    47 file path=usr/lib/python$(PYVER)/vendor-packages/netifaces.so
       
    48 #
    44 license netifaces.license license=MIT
    49 license netifaces.license license=MIT
    45 
    50 
    46 # force a dependency on the Python runtime
    51 # force a dependency on the Python runtime
    47 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    52 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    48     pkg.debug.depend.path=usr/bin
    53     pkg.debug.depend.path=usr/bin