git: b30df87a4b56 - main - textproc/py-rstfmt: Remove expired port:

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Tue, 21 Mar 2023 00:02:22 UTC
The branch main has been updated by bofh:

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

commit b30df87a4b567600d52cda541eb1d79f30696b71
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-03-20 23:44:44 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-03-21 00:01:50 +0000

    textproc/py-rstfmt: Remove expired port:
    
    2023-03-21 textproc/py-rstfmt: Broken since 2021
---
 MOVED                        |  1 +
 textproc/Makefile            |  1 -
 textproc/py-rstfmt/Makefile  | 32 --------------------------------
 textproc/py-rstfmt/distinfo  |  3 ---
 textproc/py-rstfmt/pkg-descr | 10 ----------
 5 files changed, 1 insertion(+), 46 deletions(-)

diff --git a/MOVED b/MOVED
index c851dccdf5ba..c76d5a3a9578 100644
--- a/MOVED
+++ b/MOVED
@@ -17817,3 +17817,4 @@ net/opentracker||2023-03-20|Has expired: Broken since 2021
 dns/py-namebench||2023-03-20|Has expired: Broken since 2021
 databases/libgda5-mdb||2023-03-20|Has expired: Broken since 2021
 games/flightgear-terragear||2023-03-20|Has expired: Broken since 2021
+textproc/py-rstfmt||2023-03-20|Has expired: Broken since 2021
diff --git a/textproc/Makefile b/textproc/Makefile
index eb715443fc39..ac3b51414eb1 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1502,7 +1502,6 @@
     SUBDIR += py-rss2gen
     SUBDIR += py-rst2ansi
     SUBDIR += py-rst2html5
-    SUBDIR += py-rstfmt
     SUBDIR += py-scour
     SUBDIR += py-sentencepiece
     SUBDIR += py-simplebayes
diff --git a/textproc/py-rstfmt/Makefile b/textproc/py-rstfmt/Makefile
deleted file mode 100644
index 3d665e43498b..000000000000
--- a/textproc/py-rstfmt/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-PORTNAME=	rstfmt
-DISTVERSION=	0.0.10
-CATEGORIES=	textproc devel python
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER=	0mp@FreeBSD.org
-COMMENT=	Formatter for reStructuredText
-WWW=		https://github.com/dzhu/rstfmt
-
-LICENSE=	MIT
-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} \
-		${PYTHON_PKGNAMEPREFIX}sphinx>=2.4.0,1<4.0,1:textproc/py-sphinx@${PY_FLAVOR}
-
-USES=		python:3.6+
-USE_GITHUB=	yes
-GH_ACCOUNT=	dzhu
-GH_TAGNAME=	5173b3cf68c9eaaf4b5d7fcb2e6c169c4f56f388
-USE_PYTHON=	autoplist concurrent distutils
-
-TEST_TARGET=	test
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/textproc/py-rstfmt/distinfo b/textproc/py-rstfmt/distinfo
deleted file mode 100644
index fb29ac160ed3..000000000000
--- a/textproc/py-rstfmt/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1633349847
-SHA256 (dzhu-rstfmt-0.0.10-5173b3cf68c9eaaf4b5d7fcb2e6c169c4f56f388_GH0.tar.gz) = aa0f50317de5a509100e61c8771bb58ab9194705bbad929c1741c7eaa8690bc4
-SIZE (dzhu-rstfmt-0.0.10-5173b3cf68c9eaaf4b5d7fcb2e6c169c4f56f388_GH0.tar.gz) = 21160
diff --git a/textproc/py-rstfmt/pkg-descr b/textproc/py-rstfmt/pkg-descr
deleted file mode 100644
index 954c8e0c2a89..000000000000
--- a/textproc/py-rstfmt/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-rstfmt is a tool for automatically formatting reStructuredText files in a
-consistent way.
-
-Like Black and gofmt, the motivation is to provide a format that is reasonable
-and minimally configurable to prevent teams from wasting time on style
-discussions (or individuals on manually doing formatting, for that matter).
-
-Currently, rstfmt is in a very early stage of development. Not all reST
-constructs are covered and the interface or formatting may change at any time
-without warning.