Commit b30df87a authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

textproc/py-rstfmt: Remove expired port:

2023-03-21 textproc/py-rstfmt: Broken since 2021
parent 935d7f96
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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

textproc/py-rstfmt/Makefile

deleted100644 → 0
+0 −32
Original line number Diff line number Diff line
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>

textproc/py-rstfmt/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1633349847
SHA256 (dzhu-rstfmt-0.0.10-5173b3cf68c9eaaf4b5d7fcb2e6c169c4f56f388_GH0.tar.gz) = aa0f50317de5a509100e61c8771bb58ab9194705bbad929c1741c7eaa8690bc4
SIZE (dzhu-rstfmt-0.0.10-5173b3cf68c9eaaf4b5d7fcb2e6c169c4f56f388_GH0.tar.gz) = 21160

textproc/py-rstfmt/pkg-descr

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
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.