blob: 6aa324484fd333534ff97189084c24f0ee079be2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= deap
DISTVERSION= 1.3.1
CATEGORIES= math biology science devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Distributed Evolutionary Algorithms in Python
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
USES= python:3.5+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|