# -*- 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

PortSystem          1.0
PortGroup           python 1.0

name                py-deap
version             1.4.2
revision            0
categories-append   devel
license             LGPL

python.versions     39 310 311 312 313

maintainers         {stromnov @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            https://github.com/deap

checksums           rmd160  4b4d1da7dde159ee2bbf859c0e81566f3e8ef264 \
                    sha256  d679be3373db8ba912b4664260ca29c7aca10372ff5a968231047b49efc22ac5 \
                    size    1072401

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-numpy
}
