Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 May 2020 20:55:15 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536346 - in head: . math math/py-onnx misc misc/py-onnx
Message-ID:  <202005232055.04NKtFn3059749@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat May 23 20:55:15 2020
New Revision: 536346
URL: https://svnweb.freebsd.org/changeset/ports/536346

Log:
  Move math/py-onnx -> misc/py-onnx because it isn't a math package, rather a machine learning package

Added:
  head/misc/py-onnx/
     - copied from r536345, head/math/py-onnx/
Deleted:
  head/math/py-onnx/
Modified:
  head/MOVED
  head/math/Makefile
  head/misc/Makefile
  head/misc/py-onnx/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sat May 23 20:47:07 2020	(r536345)
+++ head/MOVED	Sat May 23 20:55:15 2020	(r536346)
@@ -15012,3 +15012,4 @@ www/py-django-happenings|www/py-django-happenings-upda
 devel/py-django-tastypie-mongoengine||2020-05-17|Has expired: Not necessary anymore, and project unmaintained
 sysutils/py-cpuinfo|sysutils/py-py-cpuinfo|2020-05-18|Rename to match PyPI name
 devel/py-jupyterlab_server|devel/py-jupyterlab-server|2020-05-19|Rename to match upstream naming
+math/py-onnx|misc/py-onnx|2020-05-23|Move to misc category because it's not related to math

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sat May 23 20:47:07 2020	(r536345)
+++ head/math/Makefile	Sat May 23 20:55:15 2020	(r536346)
@@ -780,7 +780,6 @@
     SUBDIR += py-numexpr
     SUBDIR += py-numpy
     SUBDIR += py-nzmath
-    SUBDIR += py-onnx
     SUBDIR += py-osqp
     SUBDIR += py-pandas
     SUBDIR += py-pandas-datareader

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Sat May 23 20:47:07 2020	(r536345)
+++ head/misc/Makefile	Sat May 23 20:55:15 2020	(r536346)
@@ -377,6 +377,7 @@
     SUBDIR += py-kartograph
     SUBDIR += py-molequeue
     SUBDIR += py-mxnet
+    SUBDIR += py-onnx
     SUBDIR += py-onnx-tf
     SUBDIR += py-orange3-associate
     SUBDIR += py-orange3-datafusion

Modified: head/misc/py-onnx/Makefile
==============================================================================
--- head/math/py-onnx/Makefile	Sat May 23 20:47:07 2020	(r536345)
+++ head/misc/py-onnx/Makefile	Sat May 23 20:55:15 2020	(r536346)
@@ -2,7 +2,7 @@
 
 PORTNAME=	onnx
 DISTVERSION=	1.7.0
-CATEGORIES=	math # machine learning
+CATEGORIES=	misc # machine-learning
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005232055.04NKtFn3059749>