aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-06-06 22:01:16 +0000
committerRene Ladan <rene@FreeBSD.org>2025-06-06 22:01:16 +0000
commit271a0aca948472851d1284bf6c06a2ffdde18adb (patch)
tree9d95089b00fcf90d2d73f198d2fd8b61a6b1b330
parentde61948ffdaf0538a94692d1c87b80f8db03a8a9 (diff)
math/py-spvcm: Remove expired port
2025-04-30 math/py-spvcm: Upstream repository has been archived on Jul 9, 2024
-rw-r--r--MOVED1
-rw-r--r--math/Makefile1
-rw-r--r--math/py-spvcm/Makefile31
-rw-r--r--math/py-spvcm/distinfo3
-rw-r--r--math/py-spvcm/pkg-descr6
5 files changed, 1 insertions, 41 deletions
diff --git a/MOVED b/MOVED
index d598d16072b6..3f7d2b781610 100644
--- a/MOVED
+++ b/MOVED
@@ -4500,3 +4500,4 @@ 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
textproc/xincluder||2025-06-06|Has expired: Depends on expiring java/jdom
+math/py-spvcm||2025-06-06|Has expired: Upstream repository has been archived on Jul 9, 2024
diff --git a/math/Makefile b/math/Makefile
index 43fdc2c4ff7c..1fbf625e292c 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1119,7 +1119,6 @@
SUBDIR += py-spopt
SUBDIR += py-spot
SUBDIR += py-spreg
- SUBDIR += py-spvcm
SUBDIR += py-squarify
SUBDIR += py-ssm
SUBDIR += py-statsmodels
diff --git a/math/py-spvcm/Makefile b/math/py-spvcm/Makefile
deleted file mode 100644
index 731ff1b7e83e..000000000000
--- a/math/py-spvcm/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME= spvcm
-PORTVERSION= 0.3.0
-PORTREVISION= 2
-CATEGORIES= math python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Fit spatial multilevel models and diagnose convergence
-WWW= https://github.com/pysal/spvcm
-
-LICENSE= BSD3CLAUSE
-
-DEPRECATED= Upstream repository has been archived on Jul 9, 2024
-EXPIRATION_DATE=2025-04-30
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=0:science/py-libpysal@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}seaborn>=0:math/py-seaborn@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}spreg>=0:math/py-spreg@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist concurrent pep517
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/math/py-spvcm/distinfo b/math/py-spvcm/distinfo
deleted file mode 100644
index 6c43139a755b..000000000000
--- a/math/py-spvcm/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1609598753
-SHA256 (spvcm-0.3.0.tar.gz) = ce331bd5d6bcb64a07c4393093f3978763cfc8764ad0737e1866f3905e6cceae
-SIZE (spvcm-0.3.0.tar.gz) = 5724408
diff --git a/math/py-spvcm/pkg-descr b/math/py-spvcm/pkg-descr
deleted file mode 100644
index 094ee77cf74d..000000000000
--- a/math/py-spvcm/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Gibbs sampling for spatially-correlated variance-components
-
-This is a package to estimate spatially-correlated variance components
-models/varying intercept models. In addition to a general toolkit to conduct
-Gibbs sampling in Python, the package also provides an interface to PyMC3 and
-CODA.