svn commit: r518271 - in head/misc: . py-tflearn

Yuri Victorovich yuri at FreeBSD.org
Sat Nov 23 20:27:30 UTC 2019


Author: yuri
Date: Sat Nov 23 20:27:28 2019
New Revision: 518271
URL: https://svnweb.freebsd.org/changeset/ports/518271

Log:
  New port: misc/py-tflearn: Modular and transparent deep learning library on top of TensorFlow

Added:
  head/misc/py-tflearn/
  head/misc/py-tflearn/Makefile   (contents, props changed)
  head/misc/py-tflearn/distinfo   (contents, props changed)
  head/misc/py-tflearn/pkg-descr   (contents, props changed)
Modified:
  head/misc/Makefile

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Sat Nov 23 20:19:22 2019	(r518270)
+++ head/misc/Makefile	Sat Nov 23 20:27:28 2019	(r518271)
@@ -410,6 +410,7 @@
     SUBDIR += py-spdx
     SUBDIR += py-spdx-lookup
     SUBDIR += py-spdx-tools
+    SUBDIR += py-tflearn
     SUBDIR += py-toil
     SUBDIR += py-tqdm
     SUBDIR += py-yolk

Added: head/misc/py-tflearn/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-tflearn/Makefile	Sat Nov 23 20:27:28 2019	(r518271)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	tflearn
+DISTVERSION=	0.3.2-53
+DISTVERSIONSUFFIX=	-g5c23566
+CATEGORIES=	misc python # machine-learning
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Modular and transparent deep learning library on top of TensorFlow
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}tensorflow>0:science/py-tensorflow@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_GITHUB=	yes
+USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/misc/py-tflearn/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-tflearn/distinfo	Sat Nov 23 20:27:28 2019	(r518271)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1574540151
+SHA256 (tflearn-tflearn-0.3.2-53-g5c23566_GH0.tar.gz) = 0c48f347da46cf6321e2e7b48843c9b5c7282e8ffc8e5fe172e23ced3757257b
+SIZE (tflearn-tflearn-0.3.2-53-g5c23566_GH0.tar.gz) = 858607

Added: head/misc/py-tflearn/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-tflearn/pkg-descr	Sat Nov 23 20:27:28 2019	(r518271)
@@ -0,0 +1,6 @@
+TFlearn is a modular and transparent deep learning library built on top of
+Tensorflow. It was designed to provide a higher-level API to TensorFlow in
+order to facilitate and speed-up experimentations, while remaining fully
+transparent and compatible with it.
+
+WWW: http://tflearn.org/


More information about the svn-ports-all mailing list