1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

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

This commit is contained in:
Yuri Victorovich 2020-05-23 20:55:15 +00:00
parent 48ae4c1793
commit c9223e83d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536346
7 changed files with 3 additions and 2 deletions

1
MOVED
View File

@ -15012,3 +15012,4 @@ www/py-django-happenings|www/py-django-happenings-update|2020-05-17|Has expired:
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

View File

@ -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

View File

@ -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

View File

@ -2,7 +2,7 @@
PORTNAME= onnx
DISTVERSION= 1.7.0
CATEGORIES= math # machine learning
CATEGORIES= misc # machine-learning
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}