# -*- 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.2.2 revision 0 categories-append devel platforms darwin license LGPL python.versions 26 27 33 34 35 36 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://www.github.com/deap master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 47314f0b77794d724f6ea8776777fa2b7dc3e46b \ sha256 95c63e66d755ec206c80fdb2908851c0bef420ee8651ad7be4f0578e9e909bcf if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none }