# -*- 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-tpot version 0.2.8 revision 0 categories-append devel math science platforms darwin license GPL-3 supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description Tree-based Pipeline Optimization Tool long_description A Python tool that automatically creates and optimizes \ Machine Learning pipelines using genetic programming. homepage https://github.com/rhiever/tpot master_sites pypi:T/TPOT distname TPOT-${version} checksums rmd160 284f7ac2397c657abec9d35dbb1aafa623cbeb4e \ sha256 726073f9020f1b33603e3a8b0f20c3fec97c660a881d185a6c9a0c149b3cc5b5 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-numpy \ port:py${python.version}-pandas \ port:py${python.version}-scikit-learn \ port:py${python.version}-deap livecheck.type none } else { livecheck.name TPOT livecheck.type pypi }