Ticket #42528: Portfile-py-stfio.diff

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

py-stfio Portfile patch

  • ./Portfile

     
    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 116880 2014-02-09 13:18:47Z mojca@macports.org $
     2# $Id$
    33
    44PortSystem          1.0
    55PortGroup           python 1.0
    66
    77name                py-stfio
    8 version             0.13.12
     8version             0.13.15
    99categories          python science
    1010platforms           darwin
    1111license             GPL-2
     
    1616master_sites        http://www.stimfit.org
    1717distname            stimfit-${version}
    1818
    19 checksums           rmd160  10777b4313707c7e240f552c07ced189affb42fa \
    20                     sha256  a0950b7e3b0305a9939e2267fce13f2405e03be6ec19dc9b5e64fe4879a5f47c
     19checksums           rmd160  ad4de249546b3c2193adde0d76d1ea461e02ad8b \
     20                    sha256  b6605e0d18c37a3c59b2a4792780549e5b382979d0dfcee170a805b0d6a804bd
    2121
    2222python.versions     26 27 33 34
    2323