git: 53a455c9ffac - main - misc/py-orange3-datafusion: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Jun 2025 19:03:06 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=53a455c9ffac3e947897378039b0cb7816ac0035
commit 53a455c9ffac3e947897378039b0cb7816ac0035
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-23 19:02:54 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-23 19:02:54 +0000
misc/py-orange3-datafusion: Remove expired port
2025-06-21 misc/py-orange3-datafusion: Depends on expiring misc/orange3
---
MOVED | 1 +
misc/Makefile | 1 -
misc/py-orange3-datafusion/Makefile | 27 ---------------------------
misc/py-orange3-datafusion/distinfo | 3 ---
misc/py-orange3-datafusion/pkg-descr | 4 ----
5 files changed, 1 insertion(+), 35 deletions(-)
diff --git a/MOVED b/MOVED
index dc617229d5a4..a652440875a1 100644
--- a/MOVED
+++ b/MOVED
@@ -4528,3 +4528,4 @@ devel/bit||2025-06-23|Has expired: Upstream ceased development
biology/py-orange3-single-cell||2025-06-23|Has expired: Depends on expired math/py-fastdtw and expiring misc/orange3
biology/py-orange3-bioinformatics||2025-06-23|Has expired: Depends on expiring misc/orange3
textproc/py-orange3-text||2025-06-23|Has expired: Depends on expiring misc/orange3
+misc/py-orange3-datafusion||2025-06-23|Has expired: Depends on expiring misc/orange3
diff --git a/misc/Makefile b/misc/Makefile
index a89f35525b42..171773270060 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -486,7 +486,6 @@
SUBDIR += py-openvdb
SUBDIR += py-optuna
SUBDIR += py-orange3-associate
- SUBDIR += py-orange3-datafusion
SUBDIR += py-orange3-educational
SUBDIR += py-orange3-network
SUBDIR += py-orange3-timeseries
diff --git a/misc/py-orange3-datafusion/Makefile b/misc/py-orange3-datafusion/Makefile
deleted file mode 100644
index 38308ffebd0f..000000000000
--- a/misc/py-orange3-datafusion/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME= orange3-datafusion
-DISTVERSIONPREFIX= v
-DISTVERSION= 0.1.11-7
-PORTREVISION= 6
-DISTVERSIONSUFFIX= -g69aa51c
-CATEGORIES= misc python
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= yuri@FreeBSD.org
-COMMENT= Data fusion add-on for Orange3
-WWW= https://github.com/biolab/orange3-datafusion
-
-LICENSE= GPLv3
-
-DEPRECATED= Depends on expiring misc/orange3
-EXPIRATION_DATE=2025-06-21
-
-RUN_DEPENDS= orange3>0:misc/orange3 \
- ${PYTHON_PKGNAMEPREFIX}scikit-fusion>0:misc/py-scikit-fusion@${PY_FLAVOR}
-
-USES= python
-USE_GITHUB= yes
-GH_ACCOUNT= biolab
-USE_PYTHON= distutils autoplist
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/misc/py-orange3-datafusion/distinfo b/misc/py-orange3-datafusion/distinfo
deleted file mode 100644
index 5fea43e7e48b..000000000000
--- a/misc/py-orange3-datafusion/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1528961460
-SHA256 (biolab-orange3-datafusion-v0.1.11-7-g69aa51c_GH0.tar.gz) = 86e1e9bf31fbbd64b92bfefd3fde72d93475c69355a18559c438fd3e7afffae5
-SIZE (biolab-orange3-datafusion-v0.1.11-7-g69aa51c_GH0.tar.gz) = 6835800
diff --git a/misc/py-orange3-datafusion/pkg-descr b/misc/py-orange3-datafusion/pkg-descr
deleted file mode 100644
index ba1c4bb6f52f..000000000000
--- a/misc/py-orange3-datafusion/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This is a data fusion add-on for Orange3. Add-on wraps scikit-fusion, a Python
-library for data fusion, and implements a set of widgets for loading of the
-data, definition of data fusion schema, collective matrix factorization and
-exploration of latent factors.