Index: head/math/py-onnx/Makefile =================================================================== --- head/math/py-onnx/Makefile (revision 535490) +++ head/math/py-onnx/Makefile (revision 535491) @@ -1,32 +1,31 @@ # $FreeBSD$ PORTNAME= onnx -DISTVERSION= 1.6.0 -PORTREVISION= 1 -CATEGORIES= math +DISTVERSION= 1.7.0 +CATEGORIES= math # machine learning MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Open Neural Network eXchange LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= cmake:devel/cmake \ ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} LIB_DEPENDS= libprotobuf.so:devel/protobuf RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PY_TYPING} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} USES= compiler:c11 python USE_PYTHON= distutils concurrent autoplist BINARY_ALIAS= python=${PYTHON_CMD} post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/onnx/onnx_cpp2py_export.so .include Index: head/math/py-onnx/distinfo =================================================================== --- head/math/py-onnx/distinfo (revision 535490) +++ head/math/py-onnx/distinfo (revision 535491) @@ -1,3 +1,3 @@ -TIMESTAMP = 1569680334 -SHA256 (onnx-1.6.0.tar.gz) = 3b88c3fe521151651a0403c4d131cb2e0311bd28b753ef692020a432a81ce345 -SIZE (onnx-1.6.0.tar.gz) = 3132813 +TIMESTAMP = 1589652742 +SHA256 (onnx-1.7.0.tar.gz) = 5e7abaaf71c9403354c406cf20975c1499399247e1f98b5a446a700d977bd948 +SIZE (onnx-1.7.0.tar.gz) = 5479406 Index: head/math/py-onnx/files/patch-CMakeLists.txt =================================================================== --- head/math/py-onnx/files/patch-CMakeLists.txt (revision 535490) +++ head/math/py-onnx/files/patch-CMakeLists.txt (nonexistent) @@ -1,13 +0,0 @@ -Obtained from: https://github.com/onnx/onnx/pull/2482/commits/7bcb1302352c9953bfc396c3ec2114b382c65614 - ---- CMakeLists.txt.orig 2019-09-25 20:37:27 UTC -+++ CMakeLists.txt -@@ -226,7 +226,7 @@ function(RELATIVE_PROTOBUF_GENERATE_CPP NAME SRCS HDRS - ${ONNX_DLLEXPORT_STR}${CMAKE_CURRENT_BINARY_DIR}) - if(BUILD_ONNX_PYTHON) - list(APPEND PROTOC_ARGS --python_out -- ${ONNX_DLLEXPORT_STR}${CMAKE_CURRENT_BINARY_DIR}) -+ ${CMAKE_CURRENT_BINARY_DIR}) - if(ONNX_GEN_PB_TYPE_STUBS) - # Haven't figured out how to generate mypy stubs on Windows yet - if(NOT WIN32) Property changes on: head/math/py-onnx/files/patch-CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property