From 5150114b100dbdc8e8d4140c57bb17e731d12d01 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 28 Sep 2019 15:08:27 +0000 Subject: math/py-onnx: Update 1.5.0 -> 1.6.0 Reported by: portscout --- math/py-onnx/Makefile | 3 +-- math/py-onnx/distinfo | 6 +++--- math/py-onnx/files/patch-setup.py | 13 ++----------- 3 files changed, 6 insertions(+), 16 deletions(-) (limited to 'math') diff --git a/math/py-onnx/Makefile b/math/py-onnx/Makefile index 17aa6e740297..fa7d2b2645cb 100644 --- a/math/py-onnx/Makefile +++ b/math/py-onnx/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= onnx -DISTVERSION= 1.5.0 -PORTREVISION= 2 +DISTVERSION= 1.6.0 CATEGORIES= math MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-onnx/distinfo b/math/py-onnx/distinfo index 3e636052643c..9eb353bb07da 100644 --- a/math/py-onnx/distinfo +++ b/math/py-onnx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1565284463 -SHA256 (onnx-1.5.0.tar.gz) = 1a584a4ef62a6db178c257fffb06a9d8e61b41c0a80bfd8bcd8a253d72c4b0b4 -SIZE (onnx-1.5.0.tar.gz) = 2981047 +TIMESTAMP = 1569680334 +SHA256 (onnx-1.6.0.tar.gz) = 3b88c3fe521151651a0403c4d131cb2e0311bd28b753ef692020a432a81ce345 +SIZE (onnx-1.6.0.tar.gz) = 3132813 diff --git a/math/py-onnx/files/patch-setup.py b/math/py-onnx/files/patch-setup.py index 6778542b8368..df42cf36aae3 100644 --- a/math/py-onnx/files/patch-setup.py +++ b/math/py-onnx/files/patch-setup.py @@ -1,6 +1,6 @@ ---- setup.py.orig 2019-04-24 06:21:37 UTC +--- setup.py.orig 2019-09-25 20:37:27 UTC +++ setup.py -@@ -52,11 +52,12 @@ COVERAGE = bool(os.getenv('COVERAGE')) +@@ -53,11 +53,12 @@ COVERAGE = bool(os.getenv('COVERAGE')) # Version ################################################################################ @@ -18,12 +18,3 @@ with open(os.path.join(TOP_DIR, 'VERSION_NUMBER')) as version_file: VersionInfo = namedtuple('VersionInfo', ['version', 'git_version'])( -@@ -286,7 +287,7 @@ install_requires.extend([ - 'protobuf', - 'numpy', - 'six', -- 'typing>=3.6.4', -+ 'typing>=3.6.4; python_version < "3.5"', - 'typing-extensions>=3.6.2.1', - ]) - -- cgit v1.2.3