[106210] trunk/dports/python/py-mlpy
aronnax at macports.org
aronnax at macports.org
Sat May 18 15:35:34 PDT 2013
Revision: 106210
https://trac.macports.org/changeset/106210
Author: aronnax at macports.org
Date: 2013-05-18 15:35:34 -0700 (Sat, 18 May 2013)
Log Message:
-----------
py-mlpy: update to 3.5.0, take maintainership
Modified Paths:
--------------
trunk/dports/python/py-mlpy/Portfile
Removed Paths:
-------------
trunk/dports/python/py-mlpy/files/
Modified: trunk/dports/python/py-mlpy/Portfile
===================================================================
--- trunk/dports/python/py-mlpy/Portfile 2013-05-18 22:03:21 UTC (rev 106209)
+++ trunk/dports/python/py-mlpy/Portfile 2013-05-18 22:35:34 UTC (rev 106210)
@@ -5,10 +5,10 @@
PortGroup python 1.0
name py-mlpy
-version 2.2.2
-categories-append lang python
+version 3.5.0
+categories-append lang python science
license GPL-3+
-maintainers nomaintainer
+maintainers aronnax openmaintainer
description Python package for predictive modeling
long_description \
mlpy is a high-performance Python package for predictive modeling. \
@@ -23,19 +23,25 @@
platforms darwin
-homepage https://mlpy.fbk.eu/
-master_sites https://mlpy.fbk.eu/download/src/ \
- freebsd
-distname MLPY-${version}
+homepage http://mlpy.sourceforge.net
+master_sites sourceforge:mlpy
+master_sites.mirror_subdir \
+ "/mlpy%20${version}"
+distname mlpy-${version}
-checksums sha1 6783f96f28d31adac65c8135631231f2bc1e0210 \
- rmd160 80d37e3ebb0c23c5d6a329721c526c4c18a74aac
+checksums sha1 32f986f7f0f7cce5c773d2909d34705eab39df16
python.versions 26 27
if {$subport != $name} {
- depends_lib-append port:gsl port:py${python.version}-cython port:py${python.version}-numpy
- depends_build port:py${python.version}-distribute
+ depends_build port:py${python.version}-distribute
- patchfiles patch-setup.py.diff
+ depends_lib-append \
+ port:gsl \
+ port:py${python.version}-cython \
+ port:py${python.version}-numpy
+
+ livecheck.type none
}
+
+livecheck.regex "mlpy-(\\d+(\\.\\d+)+)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130518/68b53d53/attachment-0001.html>
More information about the macports-changes
mailing list