Date: Mon, 20 Feb 2023 17:20:58 GMT From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4f55840ee869 - main - textproc/py-rstfmt: deprecate Message-ID: <202302201720.31KHKwRx046221@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=4f55840ee8693308d2a5ddf593c2766afccf72d3 commit 4f55840ee8693308d2a5ddf593c2766afccf72d3 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-02-20 17:14:28 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2023-02-20 17:14:28 +0000 textproc/py-rstfmt: deprecate --- textproc/py-rstfmt/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textproc/py-rstfmt/Makefile b/textproc/py-rstfmt/Makefile index ffe5ecabd992..3d665e43498b 100644 --- a/textproc/py-rstfmt/Makefile +++ b/textproc/py-rstfmt/Makefile @@ -12,6 +12,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE # Sphinix should be < 4.0 for now: https://github.com/dzhu/rstfmt/issues/12 BROKEN= Doesn't work with Sphinx 4 or greater +DEPRECATED= Broken since 2021 +EXPIRATION_DATE= 2023-03-21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.3.2:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}black>=19.10b0:devel/py-black@${PY_FLAVOR} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302201720.31KHKwRx046221>