summaryrefslogtreecommitdiff
path: root/math/py-keras-preprocessing/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-keras-preprocessing/Makefile')
-rw-r--r--math/py-keras-preprocessing/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/math/py-keras-preprocessing/Makefile b/math/py-keras-preprocessing/Makefile
new file mode 100644
index 000000000000..2e0a569d83b5
--- /dev/null
+++ b/math/py-keras-preprocessing/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= keras-preprocessing
+DISTVERSION= 1.0.9
+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>