# -*- 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
# $Id: Portfile 104062 2013-03-14 12:29:48Z stromnov@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-deap
version             0.9.1
revision            0
categories-append   devel
platforms           darwin
license             LGPL
supported_archs     noarch

python.versions     26 27 32 33

maintainers         stromnov openmaintainer

description         Distributed Evolutionary Algorithms in Python

long_description    DEAP stands for Distributed Evolutionary Algorithm \
                    in Python, it is dedicated to people who wish to learn \
                    how to use evolutionary algorithms and to those who wish \
                    to rediscover evolutionary algorithms.

homepage            http://deap.googlecode.com/
master_sites        googlecode:deap

distname            deap-${version}

checksums           rmd160  6f9bd9cad2a94506874117aae70b3c5b34c6ace3 \
                    sha256  fc8d8c58718505aad4255ce8c70ae22f25a97d74916fe7a155491a28a2c5f52e

if {$subport != $name} {
    build.cmd-append    --with-ctools
    destroot.cmd-append --with-ctools

    livecheck.type      none
}
