git: 4e2f26c7e237 - main - math/py-numdifftools: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Mon, 31 Mar 2025 14:26:53 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4e2f26c7e237a845746d5e159a32622d487be97b

commit 4e2f26c7e237a845746d5e159a32622d487be97b
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-03-31 14:26:42 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-03-31 14:26:42 +0000

    math/py-numdifftools: Remove expired port
    
    2025-03-31 math/py-numdifftools: Depends on expired devel/py-pytest-runner
---
 MOVED                          |  1 +
 math/Makefile                  |  1 -
 math/py-numdifftools/Makefile  | 36 ------------------------------------
 math/py-numdifftools/distinfo  |  3 ---
 math/py-numdifftools/pkg-descr |  7 -------
 5 files changed, 1 insertion(+), 47 deletions(-)

diff --git a/MOVED b/MOVED
index 614170eb0b49..715f403b8a4b 100644
--- a/MOVED
+++ b/MOVED
@@ -4224,3 +4224,4 @@ devel/py-aiocontextvars||2025-03-31|Has expired: Depends on expired devel/py-pyt
 finance/odoo||2025-03-31|Has expired: Depends on expired print/py-pypdf2
 converters/libutf-8||2025-03-31|Has expired: Upstream disapeared and distfile is no more available
 science/py-moltemplate||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
+math/py-numdifftools||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
diff --git a/math/Makefile b/math/Makefile
index 1268670ca1ce..b62599e11f05 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1037,7 +1037,6 @@
     SUBDIR += py-nevergrad
     SUBDIR += py-nlopt
     SUBDIR += py-numba-stats
-    SUBDIR += py-numdifftools
     SUBDIR += py-numexpr
     SUBDIR += py-numpoly
     SUBDIR += py-numpy
diff --git a/math/py-numdifftools/Makefile b/math/py-numdifftools/Makefile
deleted file mode 100644
index dd4e2ae397f4..000000000000
--- a/math/py-numdifftools/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-PORTNAME=	numdifftools
-DISTVERSION=	0.9.41
-PORTREVISION=	2
-CATEGORIES=	math
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER=	yuri@FreeBSD.org
-COMMENT=	Solve automatic numerical differentiation problems in 1+ variables
-WWW=		https://github.com/pbrod/numdifftools
-
-LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
-
-DEPRECATED=	Depends on expired devel/py-pytest-runner
-EXPIRATION_DATE=2025-03-31
-
-PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}algopy>=0.4:math/py-algopy@${PY_FLAVOR} \
-		${PYNUMPY} \
-		${PYTHON_PKGNAMEPREFIX}scipy>=0.8:science/py-scipy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}statsmodels>0:math/py-statsmodels@${PY_FLAVOR}
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} \
-		${PY_DEPENDS}
-RUN_DEPENDS=	${PY_DEPENDS}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hypothesis>=3.56:devel/py-hypothesis@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}line-profiler>0:devel/py-line-profiler@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest-pep8>0:devel/py-pytest-pep8@${PY_FLAVOR}
-
-USES=		python
-USE_PYTHON=	distutils autoplist pytest # test dependencies fail to install due to inter-package conflicts
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/math/py-numdifftools/distinfo b/math/py-numdifftools/distinfo
deleted file mode 100644
index 7c1db1d24196..000000000000
--- a/math/py-numdifftools/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1668322496
-SHA256 (numdifftools-0.9.41.tar.gz) = 4ef705cd3c06211b3a4e9fd05ad622be916dcfda40732f0128805a2c4be389b4
-SIZE (numdifftools-0.9.41.tar.gz) = 6735932
diff --git a/math/py-numdifftools/pkg-descr b/math/py-numdifftools/pkg-descr
deleted file mode 100644
index fa3c88399b16..000000000000
--- a/math/py-numdifftools/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-The numdifftools library is a suite of tools written in _Python to solve
-automatic numerical differentiation problems in one or more variables. Finite
-differences are used in an adaptive manner, coupled with a Richardson
-extrapolation methodology to provide a maximally accurate result. The user can
-configure many options like; changing the order of the method or the
-extrapolation, even allowing the user to specify whether complex-step, central,
-forward or backward differences are used.