Changeset 97938


Ignore:
Timestamp:
Sep 20, 2012, 12:56:55 PM (12 years ago)
Author:
stromnov@…
Message:

py-billiard: update to version 2.7.3.14

Location:
trunk/dports/python/py-billiard
Files:
1 deleted
1 edited

Legend:

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

    r97836 r97938  
    66
    77name                py-billiard
    8 version             2.7.3.13
     8version             2.7.3.14
    99revision            0
    1010categories-append   devel
     
    2121distname            billiard-${version}
    2222
    23 checksums           rmd160  79b75468f74896a4766e94a3d09954e481cdd427 \
    24                     sha256  60dd536bd83437bbe835c96996ab0bb52fc1ed3e2fe239b4f32fe352d859f738
     23checksums           rmd160  852eefa6adea40942030d2f1a8cb0a191c06cc94 \
     24                    sha256  995f6740a6361b2958e00db1fe57bb2c0ec589185f02eb895b0e543617500bd0
    2525
    2626python.versions     25 26 27 31 32
     
    2828
    2929if {$subport != $name} {
    30     # Workaround for py3k bug introduced in version 2.7.3.13
    31     if {$subport == "py31-billiard" || $subport == "py32-billiard"} {
    32         patchfiles-append   patch-setup.py.diff
    33     }
    3430    depends_lib-append  port:py${python.version}-distribute
    3531}
Note: See TracChangeset for help on using the changeset viewer.