1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/math/py-keras-preprocessing/Makefile
2019-11-03 19:27:38 +00:00

25 lines
477 B
Makefile

# $FreeBSD$
PORTNAME= keras-preprocessing
DISTVERSION= 1.1.0
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Easy data preprocessing and data augmentation for DL models
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python
USE_GITHUB= yes
GH_ACCOUNT= keras-team
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>