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$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python25 1.0 |
---|
6 | |
---|
7 | name py25-pyml |
---|
8 | version 0.7.7 |
---|
9 | categories python |
---|
10 | platforms darwin |
---|
11 | maintainers gmail.com:chiszp openmaintainer |
---|
12 | description Machine learning framework for SVMs and other kernel methods |
---|
13 | long_description ${description} |
---|
14 | |
---|
15 | homepage http://pyml.sourceforge.net/ |
---|
16 | master_sites sourceforge:pyml |
---|
17 | distname PyML-${version} |
---|
18 | |
---|
19 | checksums md5 64d9a2b5fb2cd68cdda1f70e71a4530e \ |
---|
20 | sha1 9f165d1a1a946ddb52733d43e950e6c8a6824aa0 |
---|
21 | |
---|
22 | depends_lib-append port:py25-numpy \ |
---|
23 | port:py25-matplotlib |
---|
24 | |
---|
25 | livecheck.distname PyML |
---|