mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 lines
1.1 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.4.3
|
|
revision 0
|
|
categories-append devel
|
|
license LGPL
|
|
|
|
python.versions 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 c78a3c5245b8df78f761b8f731192d5fe8c9a07f \
|
|
sha256 7c97088fb05835bdc255bec475cb0e778de2b43e44cbefbf2bcd655aeec865fd \
|
|
size 1072325
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-numpy
|
|
}
|