git: 69b9c35eac81 - main - textproc/py-rich12: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 31 Dec 2024 16:25:14 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=69b9c35eac811f296b3264cc1b53f122bcf86046
commit 69b9c35eac811f296b3264cc1b53f122bcf86046
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-31 16:16:35 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-31 16:22:38 +0000
textproc/py-rich12: Remove obsoleted port
Use textproc/py-rich instead.
---
MOVED | 1 +
textproc/Makefile | 1 -
textproc/py-rich12/Makefile | 33 ---------------------------------
textproc/py-rich12/distinfo | 3 ---
textproc/py-rich12/pkg-descr | 7 -------
5 files changed, 1 insertion(+), 44 deletions(-)
diff --git a/MOVED b/MOVED
index d40c9e25d93a..e43767a2be06 100644
--- a/MOVED
+++ b/MOVED
@@ -3768,3 +3768,4 @@ devel/py-protobuf4|devel/py-protobuf|2024-12-31|Remove obsoleted port. Use devel
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
+textproc/py-rich12|textproc/py-rich|2024-12-31|Remove obsoleted port. Use textproc/py-rich instead
diff --git a/textproc/Makefile b/textproc/Makefile
index b3d26aa8102c..a789b7b41dc3 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1590,7 +1590,6 @@
SUBDIR += py-rich-argparse
SUBDIR += py-rich-cli
SUBDIR += py-rich-rst
- SUBDIR += py-rich12
SUBDIR += py-rnc2rng
SUBDIR += py-rst2ansi
SUBDIR += py-rst2html5
diff --git a/textproc/py-rich12/Makefile b/textproc/py-rich12/Makefile
deleted file mode 100644
index b392cdedbb85..000000000000
--- a/textproc/py-rich12/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-PORTNAME= rich
-PORTVERSION= 12.6.0
-PORTREVISION= 1
-CATEGORIES= textproc python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= 12
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Rich text and beautiful formatting in the terminal
-WWW= https://github.com/Textualize/rich
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}CommonMark>=0.9.0<0.10.0:textproc/py-CommonMark@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pygments>=2.6.0<3.0.0:textproc/py-pygments@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist concurrent pep517
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^12\.
-
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30900
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.0<5.0:devel/py-typing-extensions@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/textproc/py-rich12/distinfo b/textproc/py-rich12/distinfo
deleted file mode 100644
index 0093265df211..000000000000
--- a/textproc/py-rich12/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1665430659
-SHA256 (rich-12.6.0.tar.gz) = ba3a3775974105c221d31141f2c116f4fd65c5ceb0698657a11e9f295ec93fd0
-SIZE (rich-12.6.0.tar.gz) = 220114
diff --git a/textproc/py-rich12/pkg-descr b/textproc/py-rich12/pkg-descr
deleted file mode 100644
index 7ca00c7ff8fc..000000000000
--- a/textproc/py-rich12/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Rich is a Python library for rich text and beautiful formatting in the
-terminal.
-
-The Rich API makes it easy to add color and style to terminal
-output. Rich can also render pretty tables, progress bars, markdown,
-syntax highlighted source code, tracebacks, and more -- out of the
-box.