summaryrefslogtreecommitdiff
path: root/misc/py-onnx-tf
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-11-24 18:23:10 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-11-24 18:23:10 +0000
commitc6a504bbd5ee884dd2fbf50675437423b3865e62 (patch)
treeb0713eb26b693662294279732a971fc45d7aca16 /misc/py-onnx-tf
parent64391cfc2afac234722ea27fc73613436f7f3e20 (diff)
downloadfreebsd-ports-c6a504bbd5ee884dd2fbf50675437423b3865e62.zip
Move ONNX-related ports to a more proper category.
Diffstat (limited to 'misc/py-onnx-tf')
-rw-r--r--misc/py-onnx-tf/Makefile23
-rw-r--r--misc/py-onnx-tf/distinfo3
-rw-r--r--misc/py-onnx-tf/pkg-descr4
3 files changed, 30 insertions, 0 deletions
diff --git a/misc/py-onnx-tf/Makefile b/misc/py-onnx-tf/Makefile
new file mode 100644
index 000000000000..4730e4bbd9b0
--- /dev/null
+++ b/misc/py-onnx-tf/Makefile
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= onnx-tf
+DISTVERSION= 1.3.0
+CATEGORIES= misc python # machine-learning
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Tensorflow backend for ONNX (Open Neural Network Exchange)
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}onnx>0:math/py-onnx@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= distutils concurrent autoplist
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/misc/py-onnx-tf/distinfo b/misc/py-onnx-tf/distinfo
new file mode 100644
index 000000000000..54323813fa9c
--- /dev/null
+++ b/misc/py-onnx-tf/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1572021506
+SHA256 (onnx-tf-1.3.0.tar.gz) = f4641053780c196406afcc2a319fa0ac3cab3741180bbc0a8f7a61f884f6d695
+SIZE (onnx-tf-1.3.0.tar.gz) = 57987
diff --git a/misc/py-onnx-tf/pkg-descr b/misc/py-onnx-tf/pkg-descr
new file mode 100644
index 000000000000..e4074cdfb4f9
--- /dev/null
+++ b/misc/py-onnx-tf/pkg-descr
@@ -0,0 +1,4 @@
+TensorFlow Backend and Frontend for ONNX allowing ONNX to inter-operate with
+TensofFlow.
+
+WWW: https://github.com/onnx/onnx-tensorflow/