Revision: 133542 https://trac.macports.org/changeset/133542 Author: mojca@macports.org Date: 2015-03-04 12:53:41 -0800 (Wed, 04 Mar 2015) Log Message: ----------- py-stfio: upgrade to 0.14.5, remove python 26 33 (maintainer, closes #46932) Modified Paths: -------------- trunk/dports/python/py-graveyard/Portfile trunk/dports/python/py-stfio/Portfile Modified: trunk/dports/python/py-graveyard/Portfile =================================================================== --- trunk/dports/python/py-graveyard/Portfile 2015-03-04 20:48:17 UTC (rev 133541) +++ trunk/dports/python/py-graveyard/Portfile 2015-03-04 20:53:41 UTC (rev 133542) @@ -539,6 +539,7 @@ py-statsmodels 0.5.0_1 26 32 33 py-stemmer 1.0.1_1 24 py-stevedore 0.15_1 25 26 31 32 33 +py-stfio 0.14.1_1 26 33 py-stomper 0.2.7_1 25 26 py-subvertpy 0.8.9_1 24 25 py-suds 0.4_2 25 26 Modified: trunk/dports/python/py-stfio/Portfile =================================================================== --- trunk/dports/python/py-stfio/Portfile 2015-03-04 20:48:17 UTC (rev 133541) +++ trunk/dports/python/py-stfio/Portfile 2015-03-04 20:53:41 UTC (rev 133542) @@ -5,7 +5,7 @@ PortGroup python 1.0 name py-stfio -version 0.14.1 +version 0.14.5 categories python science platforms darwin license GPL-2 @@ -13,13 +13,13 @@ description Electrophysiology file support for Python long_description A Python module to read common electrophysiology file formats. homepage http://www.stimfit.org -master_sites http://www.stimfit.org +master_sites ${homepage} distname stimfit-${version} -checksums rmd160 92b9f5b215ecfdbff1eb14eba890b6185f3ebf23 \ - sha256 9dcfc21956c5515c97646b79fbe730880ce9268906edbf98446a504cc49902ba +checksums rmd160 741be8c8a0547e6e803024059396917fe30ca275 \ + sha256 f363938c048e184bc9c59e29141fb69920059207d1b566f3c7432ea689ff8bf2 -python.versions 26 27 33 34 +python.versions 27 34 if { ${name} ne ${subport} } { depends_build port:swig-python @@ -59,5 +59,4 @@ } default_variants +biosig - }