git: 9e6136d2894d - main - math/py-mpmath: deprecate, depends on expired math/py-gmpy
Date: Fri, 30 Jun 2023 21:29:36 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9e6136d2894d54d262e8d716f0c483eff3bbd2d0
commit 9e6136d2894d54d262e8d716f0c483eff3bbd2d0
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-06-30 21:29:07 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-06-30 21:29:07 +0000
math/py-mpmath: deprecate, depends on expired math/py-gmpy
---
math/py-mpmath/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/math/py-mpmath/Makefile b/math/py-mpmath/Makefile
index afb9f135dcc3..5abffd78fe19 100644
--- a/math/py-mpmath/Makefile
+++ b/math/py-mpmath/Makefile
@@ -10,6 +10,9 @@ WWW= https://www.mpmath.org/
LICENSE= BSD3CLAUSE
+DEPRECATED= Depends on expired math/py-gmpy
+EXPIRATION_DATE=2023-09-30
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gmpy>=0:math/py-gmpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}