git: c8100941c3cf - main - math/py-pystan: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Mar 2025 16:45:28 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=c8100941c3cf83c38281c23740c4322c7ec47433 commit c8100941c3cf83c38281c23740c4322c7ec47433 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-03-31 16:45:03 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-03-31 16:45:26 +0000 math/py-pystan: Remove expired port 2025-02-28 math/py-pystan: Marked as BROKEN for years --- MOVED | 1 + math/Makefile | 1 - math/py-pystan/Makefile | 35 ----------------------------------- math/py-pystan/distinfo | 3 --- math/py-pystan/pkg-descr | 5 ----- 5 files changed, 1 insertion(+), 44 deletions(-) diff --git a/MOVED b/MOVED index e6f5cd192a12..848619ec9509 100644 --- a/MOVED +++ b/MOVED @@ -4294,3 +4294,4 @@ devel/electron31||2025-03-31|Has expired: EOLed upstream, switch to newer versio net-im/telepathy-logger-qt5||2025-03-31|Has expired: Abandoned project devel/py-boto|www/py-boto3|2025-03-31|Has expired: This version is discontinued upstream, please use www/py-boto3 print/py-pypdf2|print/py-pypdf|2025-03-31|Has expired: Upstream moved the development back to PyPDF. Use print/py-pypdf instead +math/py-pystan||2025-03-31|Has expired: Marked as BROKEN for years diff --git a/math/Makefile b/math/Makefile index 969ab99e6e78..ff3cc358e834 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1078,7 +1078,6 @@ SUBDIR += py-pyreadstat SUBDIR += py-pyrr SUBDIR += py-pysmt - SUBDIR += py-pystan SUBDIR += py-pysym SUBDIR += py-pytanque SUBDIR += py-pytensor diff --git a/math/py-pystan/Makefile b/math/py-pystan/Makefile deleted file mode 100644 index c46d04e6b32c..000000000000 --- a/math/py-pystan/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -PORTNAME= pystan -PORTVERSION= 2.19.0.0 -PORTREVISION= 3 -CATEGORIES= math python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= gmm@tutanota.com -COMMENT= Python interface for Stan -WWW= https://github.com/stan-dev/pystan - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE - -BROKEN= several build errors -DEPRECATED= Marked as BROKEN for years -EXPIRATION_DATE=2025-02-28 - -USES= compiler:c++14-lang python shebangfix -USE_PYTHON= autoplist distutils - -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cython>0:lang/cython@${PY_FLAVOR} -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} - -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cython>0:lang/cython@${PY_FLAVOR} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} - -SHEBANG_FILES= ${WRKSRC}/pystan/stan/lib/stan_math/lib/upgrade-sundials.sh \ - ${WRKSRC}/pystan/stan/lib/stan_math/hooks/pre-commit \ - ${WRKSRC}/pystan/stan/lib/stan_math/runTests.py \ - -NO_ARCH= yes -NO_ARCH_IGNORE= _api.so _chains.so _misc.so - -.include <bsd.port.mk> diff --git a/math/py-pystan/distinfo b/math/py-pystan/distinfo deleted file mode 100644 index 5ee9f181ca45..000000000000 --- a/math/py-pystan/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1563392208 -SHA256 (pystan-2.19.0.0.tar.gz) = b85301b960d5991918b40bd64a4e9321813657a9fc028e0f39edce7220a309eb -SIZE (pystan-2.19.0.0.tar.gz) = 16540340 diff --git a/math/py-pystan/pkg-descr b/math/py-pystan/pkg-descr deleted file mode 100644 index 3c9d1324eeea..000000000000 --- a/math/py-pystan/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -PyStan provides a Python interface to Stan, a package for Bayesian inference -using the No-U-Turn sampler, a variant of Hamiltonian Monte Carlo. - -For more information on Stan and its modeling language, see the Stan User's -Guide and Reference Manual at http://mc-stan.org/.