# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 57742 2009-09-16 00:47:57Z mnick@macports.org $

PortSystem          1.0
PortGroup           python25 1.0

name                py25-openopt
version             0.25
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
license             BSD

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     b8578ac8747e2fe4efa8001e834e7a60 \
                    sha1    e37b0ea28cdefa9b3962d2d6a9deef4898f3cb34 \
                    rmd160  6efbaf07ddb5aa4d3003c37d80bcb4944d9f1f2e

depends_lib-append  port:py25-numpy

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