pkgsrc-WIP-changes archive

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

new package: py-columnize in pkgsrc-wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Nov 18 16:59:44 2022 +0000
Changeset:	986029a7ef5c5fa436a58521c727fb23bbdb913d

Modified Files:
	Makefile
Added Files:
	py-columnize/DESCR
	py-columnize/Makefile
	py-columnize/PLIST
	py-columnize/distinfo

Log Message:
new package: py-columnize in pkgsrc-wip

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

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

diffstat:
 Makefile              |  1 +
 py-columnize/DESCR    |  6 ++++++
 py-columnize/Makefile | 16 ++++++++++++++++
 py-columnize/PLIST    | 14 ++++++++++++++
 py-columnize/distinfo |  5 +++++
 5 files changed, 42 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 72e2dc7b4d..ff3e9bf413 100644
--- a/Makefile
+++ b/Makefile
@@ -3612,6 +3612,7 @@ SUBDIR+=	py-colored-traceback
 SUBDIR+=	py-coloredlogs
 SUBDIR+=	py-colormath
 SUBDIR+=	py-colorpy
+SUBDIR+=	py-columnize
 SUBDIR+=	py-commisery
 SUBDIR+=	py-complexsystems
 SUBDIR+=	py-compyle
diff --git a/py-columnize/DESCR b/py-columnize/DESCR
new file mode 100644
index 0000000000..07df091416
--- /dev/null
+++ b/py-columnize/DESCR
@@ -0,0 +1,6 @@
+In showing a long lists, sometimes one would prefer to see the value arranged
+aligned in columns. Some examples include listing methods of an object,
+listing debugger commands, or showing a numeric array with data aligned.
+
+This is a Python module to format a simple (i.e. not nested) list into
+aligned columns. A string with embedded newline characters is returned.
diff --git a/py-columnize/Makefile b/py-columnize/Makefile
new file mode 100644
index 0000000000..2eed0723d0
--- /dev/null
+++ b/py-columnize/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	columnize-0.3.11
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=c/columnize/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/rocky/pycolumnize
+COMMENT=	Format a simple (i.e. not nested) list into aligned columns
+LICENSE=	mit
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-columnize/PLIST b/py-columnize/PLIST
new file mode 100644
index 0000000000..9a44b50107
--- /dev/null
+++ b/py-columnize/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/columnize/__init__.py
+${PYSITELIB}/columnize/__init__.pyc
+${PYSITELIB}/columnize/__init__.pyo
+${PYSITELIB}/columnize/__main__.py
+${PYSITELIB}/columnize/__main__.pyc
+${PYSITELIB}/columnize/__main__.pyo
+${PYSITELIB}/columnize/version.py
+${PYSITELIB}/columnize/version.pyc
+${PYSITELIB}/columnize/version.pyo
diff --git a/py-columnize/distinfo b/py-columnize/distinfo
new file mode 100644
index 0000000000..cb550fd8fd
--- /dev/null
+++ b/py-columnize/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (columnize-0.3.11.tar.gz) = d1ce06a747f85615d79c47c4c80f2ba612bfecb2b7293adfd611c84a397624c5
+SHA512 (columnize-0.3.11.tar.gz) = aba1b911c57ac6f237460889d3da6dcfbedac3d42165dd99dc1798f3e2e767a3b895c4266fe82e5b35dfe43af7bff8e778f85bf9c71b10e8b13417e015779432
+Size (columnize-0.3.11.tar.gz) = 18776 bytes


Home | Main Index | Thread Index | Old Index