回复: git: 9e6136d2894d - main - math/py-mpma th:_deprecate,_depends_on_expired_math/py-gmpy
Date: Sat, 01 Jul 2023 01:12:40 UTC
I shall update the DEPENDS and then remove DEPRECATE mark. wen ________________________________________ 发件人: owner-ports-committers@freebsd.org <owner-ports-committers@freebsd.org> 代表 Rene Ladan <rene@FreeBSD.org> 发送时间: 2023年7月1日 5:29 收件人: ports-committers@FreeBSD.org; dev-commits-ports-all@FreeBSD.org; dev-commits-ports-main@FreeBSD.org 主题: git: 9e6136d2894d - main - math/py-mpmath: deprecate, depends on expired math/py-gmpy 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}