git: d0cea6cdb11e - main - misc/py-orange3-associate: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Jun 2025 19:04:35 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d0cea6cdb11eaa3125c946fb090bbe57654fafad
commit d0cea6cdb11eaa3125c946fb090bbe57654fafad
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-23 19:04:31 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-23 19:04:31 +0000
misc/py-orange3-associate: Remove expired port
2025-06-21 misc/py-orange3-associate: Depends on expiring misc/orange3
---
MOVED | 1 +
misc/Makefile | 1 -
misc/py-orange3-associate/Makefile | 26 --------------------------
misc/py-orange3-associate/distinfo | 3 ---
misc/py-orange3-associate/pkg-descr | 2 --
5 files changed, 1 insertion(+), 32 deletions(-)
diff --git a/MOVED b/MOVED
index 70c071b62caa..990aa3d03bc2 100644
--- a/MOVED
+++ b/MOVED
@@ -4531,3 +4531,4 @@ textproc/py-orange3-text||2025-06-23|Has expired: Depends on expiring misc/orang
misc/py-orange3-datafusion||2025-06-23|Has expired: Depends on expiring misc/orange3
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
diff --git a/misc/Makefile b/misc/Makefile
index c0b70c3a2d72..ef86f3d03a58 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -485,7 +485,6 @@
SUBDIR += py-openpaperwork-gtk
SUBDIR += py-openvdb
SUBDIR += py-optuna
- SUBDIR += py-orange3-associate
SUBDIR += py-orange3-network
SUBDIR += py-oterm
SUBDIR += py-palettable
diff --git a/misc/py-orange3-associate/Makefile b/misc/py-orange3-associate/Makefile
deleted file mode 100644
index 1938bd5b11a1..000000000000
--- a/misc/py-orange3-associate/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME= orange3-associate
-DISTVERSION= 1.1.8
-PORTREVISION= 3
-CATEGORIES= misc python
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= yuri@FreeBSD.org
-COMMENT= Orange 3 add-on: Frequent itemsets and association rules mining
-WWW= https://github.com/biolab/orange3-associate
-
-LICENSE= GPLv3+
-
-DEPRECATED= Depends on expiring misc/orange3
-EXPIRATION_DATE=2025-06-21
-
-RUN_DEPENDS= orange3>0:misc/orange3 \
- ${PYNUMPY} \
- ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= distutils autoplist
-
-USE_GITHUB= yes
-GH_ACCOUNT= biolab
-
-.include <bsd.port.mk>
diff --git a/misc/py-orange3-associate/distinfo b/misc/py-orange3-associate/distinfo
deleted file mode 100644
index b55c0a89958a..000000000000
--- a/misc/py-orange3-associate/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1615678925
-SHA256 (biolab-orange3-associate-1.1.8_GH0.tar.gz) = 2840b28fa7cabbe6e9129b677ae28d02d3ceb680c5786d3fe980fe4ed666d66e
-SIZE (biolab-orange3-associate-1.1.8_GH0.tar.gz) = 505212
diff --git a/misc/py-orange3-associate/pkg-descr b/misc/py-orange3-associate/pkg-descr
deleted file mode 100644
index 3130544e9b1f..000000000000
--- a/misc/py-orange3-associate/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Orange3 add-on implementing association rules data mining,
-and enumerating frequent itemsets.