Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jun 2023 06:54:01 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 43826f4588e6 - main - math/py-gmpy: Mark DEPRECATED
Message-ID:  <202306060654.3566s1Va056926@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen:

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

commit 43826f4588e67810600126acf142b9ce33865f78
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2023-06-04 09:07:03 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2023-06-06 06:52:38 +0000

    math/py-gmpy: Mark DEPRECATED
---
 math/py-gmpy/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/math/py-gmpy/Makefile b/math/py-gmpy/Makefile
index bfa05c80ca37..8e14907663f8 100644
--- a/math/py-gmpy/Makefile
+++ b/math/py-gmpy/Makefile
@@ -9,6 +9,9 @@ MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Python Extension that Wraps the GMP Library
 WWW=		http://code.google.com/p/gmpy/
 
+DEPRECATED=	EOLd, use math/py-gmpy2 instead
+EXPIRATION_DATE=2023-06-30
+
 LIB_DEPENDS=	libgmp.so:math/gmp
 
 USES=		python:3.6+ zip



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