git: 3df4e19a61cf - main - textproc/py-pygments-25: Remove obsoleted port

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 27 Nov 2023 18:12:42 UTC
The branch main has been updated by sunpoet:

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

commit 3df4e19a61cf19631b3d92322394450a1daa7c10
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-27 18:11:03 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-27 18:12:35 +0000

    textproc/py-pygments-25: Remove obsoleted port
    
    Use textproc/py-pygments instead.
    
    PR:             275372
    Approved by:    nivit (maintainer)
---
 MOVED                             |  1 +
 textproc/Makefile                 |  1 -
 textproc/py-pygments-25/Makefile  | 32 --------------------------------
 textproc/py-pygments-25/distinfo  |  3 ---
 textproc/py-pygments-25/pkg-descr | 11 -----------
 5 files changed, 1 insertion(+), 47 deletions(-)

diff --git a/MOVED b/MOVED
index 3b8316c5db42..52551708f753 100644
--- a/MOVED
+++ b/MOVED
@@ -8098,3 +8098,4 @@ www/rubygem-asana1|www/rubygem-asana|2023-11-27|Remove obsoleted port. Use www/r
 devel/rubygem-rdoc63|devel/rubygem-rdoc|2023-11-27|Remove obsoleted port. Use devel/rubygem-rdoc instead
 security/rubygem-devise-two-factor40-rails70|security/rubygem-devise-two-factor41-rails70|2023-11-27|Remove obsoleted port. Use security/rubygem-devise-two-factor41-rails70 instead
 www/rubygem-rqrcode-rails3|www/rubygem-rqrcode|2023-11-27|Remove obsoleted port. Use www/rubygem-rqrcode instead
+textproc/py-pygments-25|textproc/py-pygments|2023-11-27|Remove obsoleted port. Use textproc/py-pygments instead
diff --git a/textproc/Makefile b/textproc/Makefile
index c825dad404e8..ea206f8c2d38 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1494,7 +1494,6 @@
     SUBDIR += py-pyexcel-xlsx
     SUBDIR += py-pygccxml
     SUBDIR += py-pygments
-    SUBDIR += py-pygments-25
     SUBDIR += py-pygtail
     SUBDIR += py-pyhamcrest
     SUBDIR += py-pyjade
diff --git a/textproc/py-pygments-25/Makefile b/textproc/py-pygments-25/Makefile
deleted file mode 100644
index 1f611e027225..000000000000
--- a/textproc/py-pygments-25/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-PORTNAME=	pygments
-PORTVERSION=	2.5.2
-PORTREVISION=	0
-CATEGORIES=	textproc python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX=	-25
-DISTNAME=	Pygments-${PORTVERSION}
-
-MAINTAINER=	nivit@FreeBSD.org
-COMMENT=	Syntax highlighter written in Python
-WWW=		https://pygments.org/
-
-LICENSE=	BSD2CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-USES=		cpe python
-USE_PYTHON=	distutils concurrent autoplist
-
-CONFLICTS_INSTALL=	py??-pygments
-
-NO_ARCH=	yes
-
-PORTSCOUT=	limit:^2\.5\.
-
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_VER} == ${PYTHON_DEFAULT}
-CONFLICTS_INSTALL=	paraview
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/textproc/py-pygments-25/distinfo b/textproc/py-pygments-25/distinfo
deleted file mode 100644
index af9167fdbaa9..000000000000
--- a/textproc/py-pygments-25/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1578903176
-SHA256 (Pygments-2.5.2.tar.gz) = 98c8aa5a9f778fcd1026a17361ddaf7330d1b7c62ae97c3bb0ae73e0b9b6b0fe
-SIZE (Pygments-2.5.2.tar.gz) = 20263984
diff --git a/textproc/py-pygments-25/pkg-descr b/textproc/py-pygments-25/pkg-descr
deleted file mode 100644
index 4d1a8b25cf8c..000000000000
--- a/textproc/py-pygments-25/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Pygments is a syntax highlighting package written in Python.
-
-It is a generic syntax highlighter for general use in all kinds of software
-such as forum systems, wikis or other applications that need to prettify
-source code. Highlights are:
-
-    * a wide range of common languages and markup formats is supported
-    * special attention is paid to details, increasing quality by a fair amount
-    * support for new languages and formats are added easily
-    * a number of output formats, presently HTML, LaTeX, RTF and ANSI sequences
-    * it is usable as a command-line tool and as a library