components/python/netaddr/netaddr-PYVER.p5m
changeset 1666 69d14d547e77
parent 1309 27b67da05e40
child 1948 2d1537e7942d
equal deleted inserted replaced
1665:9e945128be3b 1666:69d14d547e77
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2014, 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-2/netaddr-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/netaddr-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="Python network address manipulation"
    28 set name=pkg.summary value="Python network address manipulation"
    29 set name=pkg.description \
    29 set name=pkg.description \
    30     value="The netaddr Python library represents and manipulates network addresses. It supports the ability to work and interact with the following: IPv4 and IPv6 addresses and subnets; MAC addresses, OUI and IAB identifiers, IEEE EUI-64 identifiers; arbitrary (non-aligned) IP address ranges and IP address sets; various non-CIDR IP range formats such as nmap and glob-style formats."
    30     value="The netaddr Python library represents and manipulates network addresses. It supports the ability to work and interact with the following: IPv4 and IPv6 addresses and subnets; MAC addresses, OUI and IAB identifiers, IEEE EUI-64 identifiers; arbitrary (non-aligned) IP address ranges and IP address sets; various non-CIDR IP range formats such as nmap and glob-style formats."
    31 set name=com.oracle.info.description \
    31 set name=com.oracle.info.description \
    32     value="the Python network address manipulation library"
    32     value="the Python network address manipulation library"
    76 #
    76 #
    77 license LICENSE license=BSD
    77 license LICENSE license=BSD
    78 #
    78 #
    79 # force a dependency on the netaddr package
    79 # force a dependency on the netaddr package
    80 depend type=require \
    80 depend type=require \
    81     fmri=library/python-2/netaddr@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    81     fmri=library/python/netaddr@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    82 
       
    83 # force the rename with an optional dependency on the old name
       
    84 depend type=optional \
       
    85     fmri=library/python-2/netaddr-$(PYV)@0.7.10,5.12-5.12.0.0.0.41.0