Ticket #41515: Portfile.py-stfio.diff

File Portfile.py-stfio.diff, 1.1 KB (added by neurodroid (Christoph Schmidt-Hieber), 10 years ago)

py-stfio Portfile patch

  • Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    2 # $Id: Portfile 113737 2013-11-23 16:37:10Z sean@macports.org $
     2# $Id$
    33
    44PortSystem          1.0
    55PortGroup           python 1.0
    66
    77name                py-stfio
    8 version             0.13.2
    9 revision            1
     8version             0.13.4
    109categories          python science
    1110platforms           darwin
    1211license             GPL-2
     
    1716master_sites        googlecode:stimfit
    1817distname            stimfit-${version}
    1918
    20 checksums           rmd160  4bdb3c593db1633b0be721c781288228ef40e196 \
    21                     sha256  1d8a5b1a95e5b019ae29f5234ef1214344676b9a524b72a24109aaa4c163794a
     19checksums           rmd160  817eff8611680c10d1b48377ffd6527ae562594f \
     20                    sha256  474be245e9ceb86f8a62301dfa8111b8f7b6d69a6bee2e4a1d125a4277bf0abd
    2221
    2322python.versions     26 27 32 33
    2423