Changeset 118260 for trunk/dports


Ignore:
Timestamp:
Mar 27, 2014, 8:36:30 PM (10 years ago)
Author:
ram@…
Message:

python/py-dateutil: update to 2.2, #43095

File:
1 edited

Legend:

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

    r117990 r118260  
    77name              py-dateutil
    88set my_name       python-dateutil
    9 version           2.0
    10 revision          1
     9version           2.2
    1110platforms         darwin
    1211supported_archs   noarch
     
    1716long_description  ${description}
    1817
    19 homepage          http://labix.org/python-dateutil
    20 master_sites      http://labix.org/download/python-dateutil
     18homepage          https://pypi.python.org/pypi/python-dateutil
     19master_sites      https://pypi.python.org/packages/source/p/python-dateutil
    2120distname          ${my_name}-${version}
    2221
    23 checksums         md5 22297f7e891bcd79a80d9446d8b20542 \
    24                   sha1 946337a273866cc4f51d32c86cdbc4209ab84a43 \
    25                   rmd160 a7ae3c4948c69471c95466236a388d63fcdac120
     22checksums         rmd160 e72e546d762ffb3c2c952fcc77031352a9992b27 \
     23                  sha256 eec865307ebe7f329a6a9945c15453265a449cdaaf3710340828a1934d53e468
    2624
    27 python.versions   24 25 26 27 31 32 33 34
     25python.versions   26 27 31 32 33 34
    2826
    2927if {${name} ne ${subport}} {
    30     if {${python.version} < 30} {
    31         version 1.5
    32         checksums md5 35f3732db3f2cc4afdc68a8533b60a52 \
    33                   sha1 f489e1a70e415731d401422f711670288571040b \
    34                   rmd160 5f7c80ec9bf68f1708213596a994130964e91e52
    35         distname  ${my_name}-${version}
    36     }
    3728    depends_build port:py${python.version}-setuptools
    3829    depends_run   path:${python.pkgd}/pytz:py${python.version}-tz
     
    5344    livecheck.type    regex
    5445    livecheck.regex   /${my_name}-(\\d+(?:\\.\\d+)*)
    55 } elseif {${subport} eq "py27-dateutil"} {
    56     livecheck.type    regex
    57     livecheck.regex   /${my_name}-(1.(\\d+)*)
    5846} else {
    5947    livecheck.type    none
Note: See TracChangeset for help on using the changeset viewer.