Ticket #41515: Portfile.py-stfio.diff
File Portfile.py-stfio.diff, 1.1 KB (added by neurodroid (Christoph Schmidt-Hieber), 11 years ago) |
---|
-
Portfile
old new 1 1 # -*- 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$ 3 3 4 4 PortSystem 1.0 5 5 PortGroup python 1.0 6 6 7 7 name py-stfio 8 version 0.13.2 9 revision 1 8 version 0.13.4 10 9 categories python science 11 10 platforms darwin 12 11 license GPL-2 … … 17 16 master_sites googlecode:stimfit 18 17 distname stimfit-${version} 19 18 20 checksums rmd160 4bdb3c593db1633b0be721c781288228ef40e196\21 sha256 1d8a5b1a95e5b019ae29f5234ef1214344676b9a524b72a24109aaa4c163794a19 checksums rmd160 817eff8611680c10d1b48377ffd6527ae562594f \ 20 sha256 474be245e9ceb86f8a62301dfa8111b8f7b6d69a6bee2e4a1d125a4277bf0abd 22 21 23 22 python.versions 26 27 32 33 24 23