From owner-svn-ports-all@freebsd.org Tue Aug 27 04:08:34 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B5664C8898; Tue, 27 Aug 2019 04:08:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46Hb2p4Lnrz4KrQ; Tue, 27 Aug 2019 04:08:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 770991902B; Tue, 27 Aug 2019 04:08:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7R48Yk8001113; Tue, 27 Aug 2019 04:08:34 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7R48XbM001107; Tue, 27 Aug 2019 04:08:33 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201908270408.x7R48XbM001107@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 27 Aug 2019 04:08:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509984 - in head: . math math/py-onnx science science/py-onnx X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: . math math/py-onnx science science/py-onnx X-SVN-Commit-Revision: 509984 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Aug 2019 04:08:34 -0000 Author: yuri Date: Tue Aug 27 04:08:33 2019 New Revision: 509984 URL: https://svnweb.freebsd.org/changeset/ports/509984 Log: Move science/py-onnx -> math/py-onnx math is a more appropriate category, but neural networks is really an emerging field in itself and it probably deserves the category of its own. Added: head/math/py-onnx/ - copied from r509983, head/science/py-onnx/ Deleted: head/science/py-onnx/ Modified: head/MOVED head/math/Makefile head/math/py-onnx/Makefile head/science/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Aug 27 03:27:32 2019 (r509983) +++ head/MOVED Tue Aug 27 04:08:33 2019 (r509984) @@ -12882,3 +12882,4 @@ palm/jpilot-picsnvideos|comms/jpilot-picsnvideos|2019- devel/linux-c6-libelf|devel/linux-c6-elfutils-libelf|2019-08-25|Moved to match package name devel/linux-c7-libelf|devel/linux-c7-elfutils-libelf|2019-08-25|Moved to match package name security/linux-c7-openssl||2019-08-25|Merged into linux_base-c7 +science/py-onnx|math/py-onnx|2019-08-26|Move to a more appropriate category Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Tue Aug 27 03:27:32 2019 (r509983) +++ head/math/Makefile Tue Aug 27 04:08:33 2019 (r509984) @@ -739,6 +739,7 @@ SUBDIR += py-numexpr SUBDIR += py-numpy SUBDIR += py-nzmath + SUBDIR += py-onnx SUBDIR += py-osqp SUBDIR += py-pandas SUBDIR += py-pandas-datareader Modified: head/math/py-onnx/Makefile ============================================================================== --- head/science/py-onnx/Makefile Tue Aug 27 03:27:32 2019 (r509983) +++ head/math/py-onnx/Makefile Tue Aug 27 04:08:33 2019 (r509984) @@ -2,8 +2,8 @@ PORTNAME= onnx DISTVERSION= 1.5.0 -PORTREVISION= 1 -CATEGORIES= science +PORTREVISION= 2 +CATEGORIES= math MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ 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} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PY_TYPING} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} @@ -25,5 +25,8 @@ 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 Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Tue Aug 27 03:27:32 2019 (r509983) +++ head/science/Makefile Tue Aug 27 04:08:33 2019 (r509984) @@ -252,7 +252,6 @@ SUBDIR += py-netCDF4 SUBDIR += py-obspy SUBDIR += py-oddt - SUBDIR += py-onnx SUBDIR += py-openpiv SUBDIR += py-paida SUBDIR += py-paramz