Ticket #41975: Portfile.py-stfio.diff
File Portfile.py-stfio.diff, 1.2 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 114324 2013-12-05 08:44:51Z ryandesign@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. 48 version 0.13.7 9 9 categories python science 10 10 platforms darwin 11 11 license GPL-2 … … 16 16 master_sites googlecode:stimfit 17 17 distname stimfit-${version} 18 18 19 checksums rmd160 817eff8611680c10d1b48377ffd6527ae562594f\20 sha256 4 74be245e9ceb86f8a62301dfa8111b8f7b6d69a6bee2e4a1d125a4277bf0abd19 checksums rmd160 edade1b1e28e797aa48344d875927a2b81f27ab2 \ 20 sha256 4b6951101ee2a19adde87b80bd72b446c449a0835fa6b997430cf877bebd31a1 21 21 22 python.versions 26 27 3 2 3322 python.versions 26 27 33 34 23 23 24 if { ${ name} ne ${subport} } {24 if { ${subport} != ${name} } { 25 25 depends_build port:swig-python 26 26 27 27 depends_lib port:boost \