git: 43826f4588e6 - main - math/py-gmpy: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Jun 2023 06:54:01 UTC
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