git: 80bde51bb10a - main - textproc/py-mistune2: Remove obsoleted port

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 31 Dec 2024 16:25:12 UTC
The branch main has been updated by sunpoet:

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

commit 80bde51bb10abd70b42cb95dfd5ab452f0078566
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-31 16:16:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-31 16:22:38 +0000

    textproc/py-mistune2: Remove obsoleted port
    
    Use textproc/py-mistune instead.
---
 MOVED                          |  1 +
 textproc/Makefile              |  1 -
 textproc/py-mistune2/Makefile  | 27 ---------------------------
 textproc/py-mistune2/distinfo  |  3 ---
 textproc/py-mistune2/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 33 deletions(-)

diff --git a/MOVED b/MOVED
index 438d586d3125..d40c9e25d93a 100644
--- a/MOVED
+++ b/MOVED
@@ -3767,3 +3767,4 @@ devel/py-prompt-toolkit1|devel/py-prompt-toolkit|2024-12-31|Remove obsoleted por
 devel/py-protobuf4|devel/py-protobuf|2024-12-31|Remove obsoleted port. Use devel/py-protobuf instead
 math/py-blis07|math/py-blis|2024-12-31|Remove obsoleted port. Use math/py-blis instead
 security/py-pysaml26|security/py-pysaml2|2024-12-31|Remove obsoleted port. Use security/py-pysaml2 instead
+textproc/py-mistune2|textproc/py-mistune|2024-12-31|Remove obsoleted port. Use textproc/py-mistune instead
diff --git a/textproc/Makefile b/textproc/Makefile
index ef074d45f281..b3d26aa8102c 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1469,7 +1469,6 @@
     SUBDIR += py-mistletoe
     SUBDIR += py-mistune
     SUBDIR += py-mistune0
-    SUBDIR += py-mistune2
     SUBDIR += py-mkdocs
     SUBDIR += py-mkdocs-autorefs
     SUBDIR += py-mkdocs-get-deps
diff --git a/textproc/py-mistune2/Makefile b/textproc/py-mistune2/Makefile
deleted file mode 100644
index 70873f97b5d1..000000000000
--- a/textproc/py-mistune2/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME=	mistune
-PORTVERSION=	2.0.5
-CATEGORIES=	textproc python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX=	2
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Fastest markdown parser in pure Python
-WWW=		https://github.com/lepture/mistune
-
-LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-
-USES=		cpe python
-USE_PYTHON=	autoplist concurrent pep517 unittest
-
-NO_ARCH=	yes
-
-CPE_VENDOR=	mistune_project
-
-PORTSCOUT=	limit:^2\.
-
-.include <bsd.port.mk>
diff --git a/textproc/py-mistune2/distinfo b/textproc/py-mistune2/distinfo
deleted file mode 100644
index 256c9332acea..000000000000
--- a/textproc/py-mistune2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1679498826
-SHA256 (mistune-2.0.5.tar.gz) = 0246113cb2492db875c6be56974a7c893333bf26cd92891c85f63151cee09d34
-SIZE (mistune-2.0.5.tar.gz) = 75854
diff --git a/textproc/py-mistune2/pkg-descr b/textproc/py-mistune2/pkg-descr
deleted file mode 100644
index 332eb618f861..000000000000
--- a/textproc/py-mistune2/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Mistune is a fast yet powerful Python Markdown parser with renderers and
-plugins.