Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2025 15:05:32 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b55acab768e0 - main - math/py-pystan: Deprecate and set expiration date to 2025-02-28
Message-ID:  <202502081505.518F5Wmr049614@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502081505.518F5Wmr049614>