git: ae4438ec1240 - main - math/py-piranha: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 29 Oct 2023 22:57:20 UTC
The branch main has been updated by bofh:

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

commit ae4438ec12401c83da82e5dd60e6dbcfcb950c41
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-10-29 14:13:11 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-29 22:53:34 +0000

    math/py-piranha: Mark DEPRECATED
    
    - BROKEN for more than a year and last upstream release was in 2018
    - Set EXPIRATION_DATE 2023-11-30
    
    Approved by:    portmgr (blanket)
---
 math/py-piranha/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/math/py-piranha/Makefile b/math/py-piranha/Makefile
index 683a4fe25b3c..baaa62dd5667 100644
--- a/math/py-piranha/Makefile
+++ b/math/py-piranha/Makefile
@@ -9,13 +9,15 @@ MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Python binding for Piranha, the computer algebra system
 WWW=		https://github.com/bluescarni/piranha
 
-BROKEN=		does not build: src/real.hpp:811:11: error: expected unqualified-id
-
 LICENSE=	GPLv3 LGPL3
 LICENSE_COMB=	dual
 LICENSE_FILE_GPLv3=	${WRKSRC}/COPYING.gpl3
 LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING.lgpl3
 
+DEPRECATED=	BROKEN for more than a year and last upstream activity was in 2018
+EXPIRATION_DATE=	2023-11-30
+BROKEN=		does not build: src/real.hpp:811:11: error: expected unqualified-id
+
 BUILD_DEPENDS=	${LOCALBASE}/include/piranha/piranha.hpp:math/${PORTNAME}
 LIB_DEPENDS=	libboost_iostreams.so:devel/boost-libs \
 		libgmp.so:math/gmp \