# $Id: Portfile 69969 2010-07-24 12:49:28Z nox@macports.org $

PortSystem      1.0
PortGroup       python26 1.0

name            py26-cvxmod
set my_name     cvxmod
version         0.4.6
categories      python math devel
maintainers     nomaintainer
platforms       darwin
license         GPL
description     Python module for convex optimization 
long_description \
    CVXMOD is a Python-based tool for expressing and solving convex \
    optimization problems. It uses CVXOPT as its solver. It is developed by \
    Jacob Mattingley, as PhD work under Stephen Boyd at Stanford University.

homepage        http://cvxmod.net/
master_sites    ${homepage}dist/
distname        ${my_name}-${version}

checksums       md5     e5d859659853809e5c7fc2e2970be88e \
                sha1    077179644623861f569e2ab7719481eec716ef17 \
                rmd160  ca87ce7a7073a6896403562f08033b2e057ad37f

depends_lib-append \
    port:py26-cvxopt

universal_variant   no

livecheck.type  regex
livecheck.url   ${homepage}
livecheck.regex {v(\d+(?:\.\d+)*), released}
