pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-texttable



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 23 14:55:31 UTC 2025

Added Files:
        pkgsrc/textproc/py-texttable: DESCR Makefile PLIST distinfo

Log Message:
textproc/py-texttable: import py-texttable-1.7.0

Python module to create simple ASCII tables.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-texttable/DESCR \
    pkgsrc/textproc/py-texttable/Makefile pkgsrc/textproc/py-texttable/PLIST \
    pkgsrc/textproc/py-texttable/distinfo

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

Added files:

Index: pkgsrc/textproc/py-texttable/DESCR
diff -u /dev/null pkgsrc/textproc/py-texttable/DESCR:1.1
--- /dev/null   Wed Apr 23 14:55:31 2025
+++ pkgsrc/textproc/py-texttable/DESCR  Wed Apr 23 14:55:31 2025
@@ -0,0 +1 @@
+Python module to create simple ASCII tables.
Index: pkgsrc/textproc/py-texttable/Makefile
diff -u /dev/null pkgsrc/textproc/py-texttable/Makefile:1.1
--- /dev/null   Wed Apr 23 14:55:31 2025
+++ pkgsrc/textproc/py-texttable/Makefile       Wed Apr 23 14:55:31 2025
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2025/04/23 14:55:31 wiz Exp $
+
+DISTNAME=      texttable-1.7.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=t/texttable/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/foutaise/texttable/
+COMMENT=       Module to create simple ASCII tables
+LICENSE=       mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-texttable/PLIST
diff -u /dev/null pkgsrc/textproc/py-texttable/PLIST:1.1
--- /dev/null   Wed Apr 23 14:55:31 2025
+++ pkgsrc/textproc/py-texttable/PLIST  Wed Apr 23 14:55:31 2025
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2025/04/23 14:55:31 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/texttable.py
+${PYSITELIB}/texttable.pyc
+${PYSITELIB}/texttable.pyo
Index: pkgsrc/textproc/py-texttable/distinfo
diff -u /dev/null pkgsrc/textproc/py-texttable/distinfo:1.1
--- /dev/null   Wed Apr 23 14:55:31 2025
+++ pkgsrc/textproc/py-texttable/distinfo       Wed Apr 23 14:55:31 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/04/23 14:55:31 wiz Exp $
+
+BLAKE2s (texttable-1.7.0.tar.gz) = bb4e93a4e735140fb1774146398f1c9a0236fe64b68bdfe3a931672212adfb92
+SHA512 (texttable-1.7.0.tar.gz) = 427ab262301bc38066c4a54e8ef10163579b5d6210aeb003a729dbaef8badd347a2d01f9ea1d9d136611fc104a3a8cf59a7a9acac6f76f64f9575dc6e5ab4313
+Size (texttable-1.7.0.tar.gz) = 12831 bytes



Home | Main Index | Thread Index | Old Index