Changeset 98324


Ignore:
Timestamp:
Oct 3, 2012, 1:08:59 AM (12 years ago)
Author:
blair@…
Message:

py-fpconst: whitespace cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-fpconst/Portfile

    r94489 r98324  
    22
    33PortSystem 1.0
    4 PortGroup python24 1.0
     4PortGroup       python24 1.0
    55
    6 name                    py-fpconst
    7 version                 0.7.2
    8 revision                1
    9 license                 Apache-2
    10 platforms               darwin freebsd
    11 supported_archs noarch
    12 maintainers             nomaintainer
    13 description             IEEE 754 floating point special handling for Python
    14 long_description        This python module implements constants and functions \
    15                                 for working with IEEE754 double-precision \
    16                                 special values. It provides constants for \
    17                                 Not-a-Number (NaN), Positive Infinity (Inf), \
    18                                 and Negative Infinity (-Inf), as well as \
    19                                 functions to test for these values.
     6name            py-fpconst
     7version         0.7.2
     8revision        1
     9license         Apache-2
     10platforms       darwin freebsd
     11supported_archs noarch
     12maintainers     nomaintainer
     13description     IEEE 754 floating point special handling for Python
     14long_description \
     15    This python module implements constants and functions for working \
     16    with IEEE754 double-precision special values. It provides \
     17    constants for Not-a-Number (NaN), Positive Infinity (Inf), and \
     18    Negative Infinity (-Inf), as well as functions to test for these \
     19    values.
    2020
    21 homepage                http://research.warnes.net/projects/rzope/fpconst/
    22 master_sites    http://cheeseshop.python.org/packages/source/f/fpconst/
     21homepage        http://research.warnes.net/projects/rzope/fpconst/
     22master_sites    http://cheeseshop.python.org/packages/source/f/fpconst/
    2323
    24 distname                fpconst-${version}
    25 dist_subdir             ${name}/${version}
    26 checksums               md5 10ba9e04129af23108d24c22c3a698b1
     24distname        fpconst-${version}
     25dist_subdir     ${name}/${version}
     26checksums       md5 10ba9e04129af23108d24c22c3a698b1
    2727
    2828post-destroot {
    29         xinstall -m 644 -W ${worksrcpath} README \
    30                 ${destroot}${prefix}/share/doc/${name}
     29    xinstall -m 644 -W ${worksrcpath} README \
     30        ${destroot}${prefix}/share/doc/${name}
    3131}
    32 
    33 livecheck.type  regex
    34 livecheck.url   http://cheeseshop.python.org/pypi/fpconst/
    35 livecheck.regex fpconst-(\[0-9\.\]+).tar.gz
     32               
     33livecheck.type  regex
     34livecheck.url   http://cheeseshop.python.org/pypi/fpconst/
     35livecheck.regex fpconst-(\[0-9\.\]+).tar.gz
Note: See TracChangeset for help on using the changeset viewer.