git: e40e6e61fb33 - main - science/py-pysal: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Fri, 06 Jun 2025 22:00:25 UTC
The branch main has been updated by rene:

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

commit e40e6e61fb33bf1190e43ab97cb9ff51fa1f9cff
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-06 22:00:16 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-06 22:00:16 +0000

    science/py-pysal: Remove expired port
    
    2025-06-04 science/py-pysal: Depends on expired math/py-spvcm
---
 MOVED                      |  1 +
 science/Makefile           |  1 -
 science/py-pysal/Makefile  | 63 ----------------------------------------------
 science/py-pysal/distinfo  |  3 ---
 science/py-pysal/pkg-descr |  3 ---
 5 files changed, 1 insertion(+), 70 deletions(-)

diff --git a/MOVED b/MOVED
index 84c65c131a87..4cd94691d099 100644
--- a/MOVED
+++ b/MOVED
@@ -4498,3 +4498,4 @@ games/hedgewars-server||2025-06-04|Depends on expired lang/ghc810, does not buil
 lang/ghc810||2025-06-04|Old version, unsupported upstream
 audio/mp3check||2025-06-06|Has expired: Depends on expired audio/id3tool
 audio/id3tool||2025-06-06|Has expired: Can't read ID3v2 tags which have been around for 20+ years and discontinued in 2005 feature-wise according to readme file
+science/py-pysal||2025-06-06|Has expired: Depends on expired math/py-spvcm
diff --git a/science/Makefile b/science/Makefile
index 5f8620db1e5d..81bfb43e9972 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -412,7 +412,6 @@
     SUBDIR += py-pyphot
     SUBDIR += py-pyprecice
     SUBDIR += py-pyqubo
-    SUBDIR += py-pysal
     SUBDIR += py-pyscf
     SUBDIR += py-pyteomics
     SUBDIR += py-qcelemental
diff --git a/science/py-pysal/Makefile b/science/py-pysal/Makefile
deleted file mode 100644
index 9fb0d4ef1b18..000000000000
--- a/science/py-pysal/Makefile
+++ /dev/null
@@ -1,63 +0,0 @@
-PORTNAME=	pysal
-PORTVERSION=	24.1
-CATEGORIES=	science python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Cross-platform library of spatial analysis functions
-WWW=		https://pysal.org/ \
-		https://github.com/pysal/pysal/releases
-
-LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
-
-DEPRECATED=	Depends on expired math/py-spvcm
-EXPIRATION_DATE=2025-06-04
-
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}access>=1.1.8:science/py-access@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}esda>=2.4.1:science/py-esda@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}giddy>=2.3.3:graphics/py-giddy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}inequality>=1.0.0:science/py-inequality@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}libpysal>=4.6.2:science/py-libpysal@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}mapclassify>=2.4.3:graphics/py-mapclassify@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}mgwr>=2.1.2:graphics/py-mgwr@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}momepy>=0.5.3:graphics/py-momepy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pointpats>=2.2.0:graphics/py-pointpats@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}segregation>=2.3.1:science/py-segregation@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}spaghetti>=1.6.6:science/py-spaghetti@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}spglm>=1.0.8:math/py-spglm@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}spint>=1.0.7:math/py-spint@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}splot>=1.1.5.post1:math/py-splot@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}spopt>=0.4.1:math/py-spopt@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}spreg>=1.2.4:math/py-spreg@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}spvcm>=0.3.0:math/py-spvcm@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}tobler>=0.8.2:science/py-tobler@${PY_FLAVOR}
-
-USES=		python
-USE_PYTHON=	autoplist concurrent pep517
-
-NO_ARCH=	yes
-
-OPTIONS_DEFINE=	PLUS
-PLUS_DESC=	Extra features
-
-PLUS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bokeh>=0.11.1:www/py-bokeh@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}descartes>=0:graphics/py-descartes@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}folium>=0.2.1:www/py-folium@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}geojson>=1.3.2:devel/py-geojson@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}geopandas>=0.2:graphics/py-geopandas@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}mapclassify>=0:graphics/py-mapclassify@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5.1:math/py-matplotlib@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}numba>=0:devel/py-numba@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}numexpr>=0:math/py-numexpr@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}palettable>=0:misc/py-palettable@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}pandana>=0:graphics/py-pandana@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.17.1:science/py-scikit-learn@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}seaborn>=0.7.0:math/py-seaborn@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}statsmodels>=0.6.1:math/py-statsmodels@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}urbanaccess>=0:graphics/py-urbanaccess@${PY_FLAVOR}
-
-.include <bsd.port.mk>
diff --git a/science/py-pysal/distinfo b/science/py-pysal/distinfo
deleted file mode 100644
index b9d40d0a82d9..000000000000
--- a/science/py-pysal/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1721280228
-SHA256 (pysal-24.1.tar.gz) = ed84c663c8daf73f5d83daa1ce01f14915fde3cf21b5d46259905cc733336dfb
-SIZE (pysal-24.1.tar.gz) = 37876
diff --git a/science/py-pysal/pkg-descr b/science/py-pysal/pkg-descr
deleted file mode 100644
index 52b55e84fa5d..000000000000
--- a/science/py-pysal/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-PySAL is a cross-platform library of spatial analysis functions written in
-Python. It is intended to support the development of high level applications for
-spatial analysis.