# $Id: Portfile 54110 2009-07-21 10:09:09Z mnick@macports.org $

PortSystem          1.0
PortGroup           python25 1.0

name                py25-openopt
version             0.24
categories-append   math science
maintainers         mnick
description         Numerical optimization framework for python
long_description    OpenOpt is a free optimization framework for python. \
                    It interfaces with many different algorithms for solving \
                    optimization problems, some of which are written in C or Fortran.

platforms           darwin

homepage            http://openopt.org
master_sites        ftp://ftp.linux.kiev.ua/pub/projects/openopt/download/
distname            OpenOpt${version}
use_zip             yes
worksrcdir          OpenOpt

checksums           md5     fe757c1e84bef7b0ce36d9c0c7195c75 \
                    sha1    810608ea1cd5f0443973459754b07b06c88481b1 \
                    rmd160  8d3fb8f61851f6cfb413f68b1daa1d66e173d76d

depends_build-append port:py25-setuptools
depends_lib-append  port:py25-numpy

livecheck.url       ${master_sites}
livecheck.regex     OpenOpt(.*).zip
