git: c934ce8cd228 - main - misc/py-orange3-network: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Jun 2025 19:05:47 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c934ce8cd22848ea94f189a68ea6ff6ced9a6aba
commit c934ce8cd22848ea94f189a68ea6ff6ced9a6aba
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-23 19:04:55 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-23 19:04:55 +0000
misc/py-orange3-network: Remove expired port
2025-06-21 misc/py-orange3-network: Depends on expiring misc/orange3
---
MOVED | 1 +
misc/Makefile | 1 -
misc/py-orange3-network/Makefile | 30 ------------------------------
misc/py-orange3-network/distinfo | 3 ---
misc/py-orange3-network/pkg-descr | 2 --
5 files changed, 1 insertion(+), 36 deletions(-)
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 <bsd.port.mk>
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.