git: fe63628055d8 - main - misc/py-orange3-timeseries: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Jun 2025 19:03:37 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fe63628055d83ab9fb94e66379d1b2668188faa2
commit fe63628055d83ab9fb94e66379d1b2668188faa2
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-23 19:03:32 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-23 19:03:32 +0000
misc/py-orange3-timeseries: Remove expired port
2025-06-21 misc/py-orange3-timeseries: Depends on expiring misc/orange3
---
MOVED | 1 +
misc/Makefile | 1 -
misc/py-orange3-timeseries/Makefile | 31 -------------------------------
misc/py-orange3-timeseries/distinfo | 3 ---
misc/py-orange3-timeseries/pkg-descr | 2 --
5 files changed, 1 insertion(+), 37 deletions(-)
diff --git a/MOVED b/MOVED
index a652440875a1..ea80f7fd5131 100644
--- a/MOVED
+++ b/MOVED
@@ -4529,3 +4529,4 @@ biology/py-orange3-single-cell||2025-06-23|Has expired: Depends on expired math/
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
+misc/py-orange3-timeseries||2025-06-23|Has expired: Depends on expiring misc/orange3
diff --git a/misc/Makefile b/misc/Makefile
index 171773270060..258cd094456e 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -488,7 +488,6 @@
SUBDIR += py-orange3-associate
SUBDIR += py-orange3-educational
SUBDIR += py-orange3-network
- SUBDIR += py-orange3-timeseries
SUBDIR += py-oterm
SUBDIR += py-palettable
SUBDIR += py-papermill
diff --git a/misc/py-orange3-timeseries/Makefile b/misc/py-orange3-timeseries/Makefile
deleted file mode 100644
index b8a336f46611..000000000000
--- a/misc/py-orange3-timeseries/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME= orange3-timeseries
-DISTVERSION= 0.3.10
-PORTREVISION= 3
-CATEGORIES= misc python
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= yuri@FreeBSD.org
-COMMENT= Orange add-on for analyzing, visualizing, manipulating time series
-WWW= https://github.com/biolab/orange3-timeseries
-
-LICENSE= CC-BY-3.0
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Depends on expiring misc/orange3
-EXPIRATION_DATE=2025-06-21
-
-RUN_DEPENDS= orange3>0:misc/orange3 \
- ${PYNUMPY} \
- ${PYTHON_PKGNAMEPREFIX}more-itertools>0:devel/py-more-itertools@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pandas-datareader>0:math/py-pandas-datareader@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}scipy>=0.17:science/py-scipy@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}statsmodels>=0.10.0:math/py-statsmodels@${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-timeseries/distinfo b/misc/py-orange3-timeseries/distinfo
deleted file mode 100644
index fb5e8bfa7615..000000000000
--- a/misc/py-orange3-timeseries/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1615685846
-SHA256 (biolab-orange3-timeseries-0.3.10_GH0.tar.gz) = e08e901acdc20134d3571351004fafeeaec847b49a7284aa55efcfc33c9c0bf9
-SIZE (biolab-orange3-timeseries-0.3.10_GH0.tar.gz) = 1802156
diff --git a/misc/py-orange3-timeseries/pkg-descr b/misc/py-orange3-timeseries/pkg-descr
deleted file mode 100644
index 21cbe75b11c5..000000000000
--- a/misc/py-orange3-timeseries/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Orange add-on for analyzing, visualizing, manipulating, and forecasting time
-series data.