diff --git a/misc/py-onnx-tf/Makefile b/misc/py-onnx-tf/Makefile index 531ac896e83f..51da4bdf5897 100644 --- a/misc/py-onnx-tf/Makefile +++ b/misc/py-onnx-tf/Makefile @@ -1,21 +1,21 @@ PORTNAME= onnx-tf -DISTVERSION= 1.6.0 +DISTVERSION= 1.10.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:misc/py-onnx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes .include diff --git a/misc/py-onnx-tf/distinfo b/misc/py-onnx-tf/distinfo index 086659fcd471..e3ff076e36ca 100644 --- a/misc/py-onnx-tf/distinfo +++ b/misc/py-onnx-tf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607028857 -SHA256 (onnx-tf-1.6.0.tar.gz) = 040f56d5de801346d1b054e4c120caf236c56008320de1c7ba48d65c13f911e4 -SIZE (onnx-tf-1.6.0.tar.gz) = 113534 +TIMESTAMP = 1648229628 +SHA256 (onnx-tf-1.10.0.tar.gz) = eee80c72a921dc5345cddd030001b65855264d659594b1d180b2958405e10269 +SIZE (onnx-tf-1.10.0.tar.gz) = 143616 diff --git a/misc/py-onnx-tf/files/patch-setup.py b/misc/py-onnx-tf/files/patch-setup.py new file mode 100644 index 000000000000..e526839a97de --- /dev/null +++ b/misc/py-onnx-tf/files/patch-setup.py @@ -0,0 +1,13 @@ +- same patch as suggested here: https://github.com/onnx/onnx-tensorflow/issues/1016 + +--- setup.py.orig 2022-03-25 17:32:07 UTC ++++ setup.py +@@ -30,7 +30,7 @@ setuptools.setup( + author='Arpith Jacob, Tian Jin, Gheorghe-Teodor Bercea, Wenhao Hu', + author_email='tian.jin1@ibm.com', + license='Apache License 2.0', +- packages=setuptools.find_packages(), ++ packages=setuptools.find_packages(exclude=['test*']), + zip_safe=False, + classifiers=[ + "Programming Language :: Python :: 2",