aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2026-08-31 07:12:04 +0000
committerRene Ladan <rene@FreeBSD.org>2026-08-31 07:12:04 +0000
commit8f34d2dbfe4f9b4ebeaa9d791f4b4d7516fa5d92 (patch)
tree64a5e54466ddf977f478f5a750fc23630efa6894
parentde996d20b566e6779ebccbb1a66d36b064fbca65 (diff)
science/py-mdp: Remove expired port
2026-08-31 science/py-mdp: No upstream activity since 2020
-rw-r--r--MOVED1
-rw-r--r--science/Makefile1
-rw-r--r--science/py-mdp/Makefile31
-rw-r--r--science/py-mdp/distinfo3
-rw-r--r--science/py-mdp/pkg-descr6
5 files changed, 1 insertions, 41 deletions
diff --git a/MOVED b/MOVED
index 2c64dc5b5642..f8f115de1fa7 100644
--- a/MOVED
+++ b/MOVED
@@ -5576,3 +5576,4 @@ textproc/ruby-rd-mode.el||2026-08-31|Has expired: Depends on expired textproc/ru
textproc/ruby-rdtool|textproc/rubygem-rdtool|2026-08-31|Has expired: Broken for more than 2 years. Use textproc/rubygem-rdtool instead
audio/denemo||2026-08-31|Has expired: Outdated, current release is a decade old
textproc/logseq||2026-08-31|Has expired: Depends on expired devel/electron38
+science/py-mdp||2026-08-31|Has expired: No upstream activity since 2020
diff --git a/science/Makefile b/science/Makefile
index 592563d5db4f..d411f258d702 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -381,7 +381,6 @@
SUBDIR += py-libpysal
SUBDIR += py-libwignernj
SUBDIR += py-lifelines
- SUBDIR += py-mdp
SUBDIR += py-mercantile
SUBDIR += py-meshio
SUBDIR += py-mmcif
diff --git a/science/py-mdp/Makefile b/science/py-mdp/Makefile
deleted file mode 100644
index e9c465e1257b..000000000000
--- a/science/py-mdp/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME= mdp
-DISTVERSION= 3.6
-CATEGORIES= science python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME:tu}-${DISTVERSION}
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= Modular toolkit for Data Processing
-WWW= https://mdp-toolkit.sourceforge.net/
-
-LICENSE= BSD3CLAUSE
-
-DEPRECATED= No upstream activity since 2020
-EXPIRATION_DATE= 2026-08-31
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist distutils
-
-OPTIONS_DEFINE= LIBSVM SCIPY
-
-LIBSVM_DESC= Provide the LibSVMClassifier node
-SCIPY_DESC= Instal SciPy versions of eigensolver, FFT and convolution
-
-LIBSVM_RUN_DEPENDS= libsvm>2.91:science/libsvm \
- libsvm-python>2.91:science/libsvm-python
-SCIPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>=0.5.2:science/py-scipy@${PY_FLAVOR}
-
-.include <bsd.port.mk>
diff --git a/science/py-mdp/distinfo b/science/py-mdp/distinfo
deleted file mode 100644
index 00dbe9e803d3..000000000000
--- a/science/py-mdp/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1783275387
-SHA256 (MDP-3.6.tar.gz) = ac52a652ccbaed1857ff1209862f03bf9b06d093b12606fb410787da3aa65a0e
-SIZE (MDP-3.6.tar.gz) = 411998
diff --git a/science/py-mdp/pkg-descr b/science/py-mdp/pkg-descr
deleted file mode 100644
index 2e8417987392..000000000000
--- a/science/py-mdp/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Modular toolkit for Data Processing (MDP) is a Python data processing
-framework. Implemented algorithms include: Principal Component
-Analysis (PCA), Independent Component Analysis (ICA), Slow Feature
-Analysis (SFA), Independent Slow Feature Analysis (ISFA), Growing Neural
-Gas (GNG), Factor Analysis, Fisher Discriminant Analysis (FDA), Gaussian
-Classifiers, and Restricted Boltzmann Machines.