pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-prettytable: remove, imported in pkgsrc as textproc/py-prettytable.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Tue May 4 10:36:41 2021 +0200
Changeset:	ab89faa77911097f61a9fb5ef9bb5908b8160084

Modified Files:
	Makefile
Removed Files:
	py-prettytable/DESCR
	py-prettytable/Makefile
	py-prettytable/PLIST
	py-prettytable/distinfo

Log Message:
py-prettytable: remove, imported in pkgsrc as textproc/py-prettytable.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ab89faa77911097f61a9fb5ef9bb5908b8160084

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                |  1 -
 py-prettytable/DESCR    |  8 --------
 py-prettytable/Makefile | 18 ------------------
 py-prettytable/PLIST    | 12 ------------
 py-prettytable/distinfo |  6 ------
 5 files changed, 45 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 1888ff8aa0..05fcbe07fd 100644
--- a/Makefile
+++ b/Makefile
@@ -4240,7 +4240,6 @@ SUBDIR+=	py-prayertime
 SUBDIR+=	py-prel
 SUBDIR+=	py-premailer
 SUBDIR+=	py-preshed
-SUBDIR+=	py-prettytable
 SUBDIR+=	py-prind
 SUBDIR+=	py-print
 SUBDIR+=	py-prioritized-methods
diff --git a/py-prettytable/DESCR b/py-prettytable/DESCR
deleted file mode 100644
index 447c8a8c51..0000000000
--- a/py-prettytable/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-PrettyTable is a simple Python library designed to make it quick and easy
-to represent tabular data in visually appealing ASCII tables.
-
-PrettyTable lets you control many aspects of the table, like the width of
-the column padding, the alignment of text within columns, which characters
-are used to draw the table border, whether you even want a border, and much
-more. You can control which subsets of the columns and rows are printed, and
-you can sort the rows by the value of a particular column.
diff --git a/py-prettytable/Makefile b/py-prettytable/Makefile
deleted file mode 100644
index 24d855c684..0000000000
--- a/py-prettytable/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	prettytable-2.0.0
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	textproc python
-MASTER_SITES=	${MASTER_SITE_PYPI:=p/prettytable/}
-
-MAINTAINER=	fcambus%NetBSD.org@localhost
-HOMEPAGE=	https://pypi.org/project/prettytable/
-COMMENT=	Display tabular data in a visually appealing ASCII table format
-LICENSE=	modified-bsd
-
-USE_LANGUAGES=	# none
-
-DEPENDS+=	${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-prettytable/PLIST b/py-prettytable/PLIST
deleted file mode 100644
index 4ec6aa042d..0000000000
--- a/py-prettytable/PLIST
+++ /dev/null
@@ -1,12 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/prettytable/__init__.py
-${PYSITELIB}/prettytable/__init__.pyc
-${PYSITELIB}/prettytable/__init__.pyo
-${PYSITELIB}/prettytable/prettytable.py
-${PYSITELIB}/prettytable/prettytable.pyc
-${PYSITELIB}/prettytable/prettytable.pyo
diff --git a/py-prettytable/distinfo b/py-prettytable/distinfo
deleted file mode 100644
index 7daca414b9..0000000000
--- a/py-prettytable/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (prettytable-2.0.0.tar.gz) = 3bb4dd7478e9cfe23e498082a09033ffc4fbcc0b
-RMD160 (prettytable-2.0.0.tar.gz) = 57c2ab6c0eeb64c4909ab8f0607839c5ce5256fe
-SHA512 (prettytable-2.0.0.tar.gz) = b7c47df7d85a91e9518dea8dafcb27037e5cde81f59dd2b9e9468ae44b18431dd7d943fed487d5713e2c5aa25df76a8eb6587d045f73b8f25f53715a8a2085fc
-Size (prettytable-2.0.0.tar.gz) = 43072 bytes


Home | Main Index | Thread Index | Old Index