diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-04-18 21:19:51 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-04-18 21:19:51 +0000 |
| commit | f698b21507419713e559e1c35858c0df0794a912 (patch) | |
| tree | 029160c121a1b4b5167ad49daae13bba7fb723b1 | |
| parent | a65b3595dfb84778a87da180a61f86f7b066416d (diff) | |
devel/py-prettytable0: Remove obsoleted port
Use devel/py-prettytable instead.
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/py-prettytable0/Makefile | 26 | ||||
| -rw-r--r-- | devel/py-prettytable0/distinfo | 2 | ||||
| -rw-r--r-- | devel/py-prettytable0/pkg-descr | 6 |
5 files changed, 1 insertions, 35 deletions
@@ -5249,3 +5249,4 @@ audio/libkcompactdisc||2026-04-16|Development discontinued, not shipped with KDE multimedia/dvdstyler||2026-04-16|Dead upstream emulators/emu64||2026-04-16|Broken, fails to build databases/py-sqlglotrs|databases/py-sqlglotc|2026-04-18|Remove obsoleted port. Use databases/py-sqlglotc instead +devel/py-prettytable0|devel/py-prettytable|2026-04-18|Remove obsoleted port. Use devel/py-prettytable instead diff --git a/devel/Makefile b/devel/Makefile index 863c1aff3b03..63a423eb0957 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5631,7 +5631,6 @@ SUBDIR += py-preshed3 SUBDIR += py-pretend SUBDIR += py-prettytable - SUBDIR += py-prettytable0 SUBDIR += py-printree SUBDIR += py-process-tests SUBDIR += py-proglog diff --git a/devel/py-prettytable0/Makefile b/devel/py-prettytable0/Makefile deleted file mode 100644 index a9f1b8c75d78..000000000000 --- a/devel/py-prettytable0/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= prettytable -PORTVERSION= 0.7.2 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 0 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Library for displaying tabular data in an ASCII table format -WWW= https://github.com/jazzband/prettytable - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/COPYING - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent pep517 - -NO_ARCH= yes - -PORTSCOUT= limit:^0\. - -.include <bsd.port.mk> diff --git a/devel/py-prettytable0/distinfo b/devel/py-prettytable0/distinfo deleted file mode 100644 index 1db50bdd6149..000000000000 --- a/devel/py-prettytable0/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (prettytable-0.7.2.tar.gz) = 2d5460dc9db74a32bcc8f9f67de68b2c4f4d2f01fa3bd518764c69156d9cacd9 -SIZE (prettytable-0.7.2.tar.gz) = 24784 diff --git a/devel/py-prettytable0/pkg-descr b/devel/py-prettytable0/pkg-descr deleted file mode 100644 index 2c6167cc10bd..000000000000 --- a/devel/py-prettytable0/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -PrettyTable is a simple Python library designed to make it quick and easy to -represent tabular data in visually appealing ASCII tables. It was inspired by -the ASCII tables used in the PostgreSQL shell psql. PrettyTable allows for -selection of which columns are to be printed, independent alignment of columns -(left or right justified or centred) and printing of "sub-tables" by specifying -a row range. |
