aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2026-07-31 20:17:22 +0000
committerRene Ladan <rene@FreeBSD.org>2026-07-31 20:17:22 +0000
commitd6427c10abd15ce44f4b169fb852f712ad0f81e9 (patch)
tree180a90e41156e094862a98e91653fc3049ff6646
parent4e06575a664b61c19bb3888120d3e95211e18b98 (diff)
math/py-luminol: Remove expired port
2026-07-31 math/py-luminol: Upstream last activity was in 2016, and the project has been moved to the LinkedInAttic GitHub account.
-rw-r--r--MOVED1
-rw-r--r--math/Makefile1
-rw-r--r--math/py-luminol/Makefile26
-rw-r--r--math/py-luminol/distinfo3
-rw-r--r--math/py-luminol/pkg-descr3
5 files changed, 1 insertions, 33 deletions
diff --git a/MOVED b/MOVED
index 78ba64b6eccb..606366521a32 100644
--- a/MOVED
+++ b/MOVED
@@ -5525,3 +5525,4 @@ games/freedoko||2026-07-31|Has expired: plist issues and error messages during i
net-mgmt/py-pynxos|net-mgmt/py-napalm|2026-07-31|Has expired: Upstream inactive since +7 years, was used by py-napalm for a while, until it was replaced by py-nxapi-plumbing. Please use net-mgmt/py-napalm instead
security/proxycheck||2026-07-31|Has expired: dnsbl.org has been shut down
www/mediawiki144||2026-07-31|Has expired: Upstream EOL
+math/py-luminol||2026-07-31|Has expired: Upstream last activity was in 2016, and the project has been moved to the LinkedInAttic GitHub account
diff --git a/math/Makefile b/math/Makefile
index 5998aa584166..f801e3d1f18a 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1053,7 +1053,6 @@
SUBDIR += py-lmfit
SUBDIR += py-logical-unification
SUBDIR += py-lrcalc
- SUBDIR += py-luminol
SUBDIR += py-mapbox-earcut
SUBDIR += py-math-verify
SUBDIR += py-mathics
diff --git a/math/py-luminol/Makefile b/math/py-luminol/Makefile
deleted file mode 100644
index 9f7684e603c4..000000000000
--- a/math/py-luminol/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME= luminol
-DISTVERSION= 0.4
-PORTREVISION= 5
-CATEGORIES= math python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Lightweight python library for time series data analysis
-WWW= https://github.com/LinkedInAttic/naarad
-
-LICENSE= APACHE20
-
-DEPRECATED= Upstream last activity was in 2016, and the project has been moved to the LinkedInAttic GitHub account.
-EXPIRATION_DATE= 2026-07-31
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist distutils
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/math/py-luminol/distinfo b/math/py-luminol/distinfo
deleted file mode 100644
index d04623946c8c..000000000000
--- a/math/py-luminol/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1659821368
-SHA256 (luminol-0.4.tar.gz) = ed0db2936e9d376fee475b77eed6b952decd08bd6b0ca6d8ee8c5b9d8d405b29
-SIZE (luminol-0.4.tar.gz) = 17365
diff --git a/math/py-luminol/pkg-descr b/math/py-luminol/pkg-descr
deleted file mode 100644
index 474f02748a1d..000000000000
--- a/math/py-luminol/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Luminol is a light weight python library for time series data analysis.
-The two major functionalities it supports are anomaly detection and
-correlation. It can be used to investigate possible causes of anomaly.