Ticket #29640: Portfile.4

File Portfile.4, 831 bytes (added by chiszp@…, 13 years ago)

Portfile for py27-pyml @0.7.7

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