Verified Commit f698b215 authored by sunpoet's avatar sunpoet
Browse files

devel/py-prettytable0: Remove obsoleted port

Use devel/py-prettytable instead.
parent a65b3595
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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

devel/py-prettytable0/Makefile

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

devel/py-prettytable0/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (prettytable-0.7.2.tar.gz) = 2d5460dc9db74a32bcc8f9f67de68b2c4f4d2f01fa3bd518764c69156d9cacd9
SIZE (prettytable-0.7.2.tar.gz) = 24784

devel/py-prettytable0/pkg-descr

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