# -*- 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$ PortSystem 1.0 PortGroup python 1.0 name py-deap version 1.0.2 revision 0 categories-append devel platforms darwin license LGPL supported_archs noarch python.versions 26 27 33 34 35 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 pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version}.post2 worksrcdir ${python.rootname}-${version} checksums rmd160 48a9e6fd7ec4c51dee807287b5928112c5b4054c \ sha256 c52bd32b8f0143db3a0b90f2b976c920b588638d6999ca0d038d8b1c07f7950b if {${name} ne ${subport}} { livecheck.type none } else { livecheck.type pypi }