diff --git a/MOVED b/MOVED index 990aa3d03bc2..9c8b8d4af210 100644 --- a/MOVED +++ b/MOVED @@ -4532,3 +4532,4 @@ misc/py-orange3-datafusion||2025-06-23|Has expired: Depends on expiring misc/ora misc/py-orange3-timeseries||2025-06-23|Has expired: Depends on expiring misc/orange3 misc/py-orange3-educational||2025-06-23|Has expired: Depends on expiring misc/orange3 misc/py-orange3-associate||2025-06-23|Has expired: Depends on expiring misc/orange3 +misc/py-orange3-network||2025-06-23|Has expired: Depends on expiring misc/orange3 diff --git a/misc/Makefile b/misc/Makefile index ef86f3d03a58..59d822ffa28d 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -485,7 +485,6 @@ SUBDIR += py-openpaperwork-gtk SUBDIR += py-openvdb SUBDIR += py-optuna - SUBDIR += py-orange3-network SUBDIR += py-oterm SUBDIR += py-palettable SUBDIR += py-papermill diff --git a/misc/py-orange3-network/Makefile b/misc/py-orange3-network/Makefile deleted file mode 100644 index ece5c63c67b9..000000000000 --- a/misc/py-orange3-network/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -PORTNAME= orange3-network -DISTVERSION= 1.5.1.20210224 # the 1.5.1 was forgotten -PORTREVISION= 4 -CATEGORIES= misc python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Network analysis add-on for Orange data mining suite -WWW= https://github.com/biolab/orange3-network - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Depends on expiring misc/orange3 -EXPIRATION_DATE=2025-06-21 - -BUILD_DEPENDS= ${PYNUMPY} -RUN_DEPENDS= orange3>0:misc/orange3 \ - ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}gensim>0:textproc/py-gensim@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyqtgraph>=0.9.10:graphics/py-pyqtgraph@${PY_FLAVOR} - -USES= python -USE_PYTHON= distutils cython autoplist - -USE_GITHUB= yes -GH_ACCOUNT= biolab -GH_TAGNAME= ec534c9 - -.include diff --git a/misc/py-orange3-network/distinfo b/misc/py-orange3-network/distinfo deleted file mode 100644 index d58c2a4ed477..000000000000 --- a/misc/py-orange3-network/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1615748215 -SHA256 (biolab-orange3-network-1.5.1.20210224-ec534c9_GH0.tar.gz) = 59bf35dd6bd75be05a3967d319ffc390cf602b239325c93360f3509534de1247 -SIZE (biolab-orange3-network-1.5.1.20210224-ec534c9_GH0.tar.gz) = 3086801 diff --git a/misc/py-orange3-network/pkg-descr b/misc/py-orange3-network/pkg-descr deleted file mode 100644 index cf412b16cfd2..000000000000 --- a/misc/py-orange3-network/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Orange3-Network is an add-on for Orange data mining software package. -It provides network visualization and network analysis tools.