aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-09-28 15:08:27 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-09-28 15:08:27 +0000
commit5150114b100dbdc8e8d4140c57bb17e731d12d01 (patch)
tree93ac9bd2d93d72efa31afbfe87f378b33757409e /math
parentde20fcfee67854d67bc58b893615a9e80d32e330 (diff)
downloadports-5150114b100dbdc8e8d4140c57bb17e731d12d01.tar.gz
ports-5150114b100dbdc8e8d4140c57bb17e731d12d01.zip
math/py-onnx: Update 1.5.0 -> 1.6.0
Reported by: portscout
Notes
Notes: svn path=/head/; revision=513136
Diffstat (limited to 'math')
-rw-r--r--math/py-onnx/Makefile3
-rw-r--r--math/py-onnx/distinfo6
-rw-r--r--math/py-onnx/files/patch-setup.py13
3 files changed, 6 insertions, 16 deletions
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',
- ])
-