Files
2020-12-03 00:59:03 +03:00

36 lines
1.2 KiB
Tcl

# -*- 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.3.1
revision 0
categories-append devel
platforms darwin
license LGPL
python.versions 27 35 36 37 38 39
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
checksums rmd160 1367e1b60505b2aba287afecedc57d4b254e1147 \
sha256 11f54493ceb54aae10dde676577ef59fc52d52f82729d5a12c90b0813c857a2f \
size 1068273
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
livecheck.type none
}