git: b55acab768e0 - main - math/py-pystan: Deprecate and set expiration date to 2025-02-28
- Reply: Vladimir Druzenko : "Re: git: b55acab768e0 - main - math/py-pystan: Deprecate and set expiration date to 2025-02-28"
- Reply: Dan Langille: "Re: git: b55acab768e0 - main - math/py-pystan: Deprecate and set expiration date to 2025-02-28"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Feb 2025 15:05:32 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b55acab768e0c2d229adb542eca20815ccd7bef9 commit b55acab768e0c2d229adb542eca20815ccd7bef9 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2025-02-08 12:21:53 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2025-02-08 13:51:17 +0000 math/py-pystan: Deprecate and set expiration date to 2025-02-28 Marked as BROKEN for years so sunset port Approved by: portmgr (blanket) --- math/py-pystan/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/math/py-pystan/Makefile b/math/py-pystan/Makefile index 2b2d8316e177..5a87ea982c6f 100644 --- a/math/py-pystan/Makefile +++ b/math/py-pystan/Makefile @@ -12,16 +12,13 @@ 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 -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} >= 30900 -# See PR 262797 - to be upgraded after the modernization of OCaml ports -BROKEN= several build errors -.endif - BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cython>0:lang/cython@${PY_FLAVOR} BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR}