pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-termcolor Add py-termcolor-1.1.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/654af22f516d
branches:  trunk
changeset: 369418:654af22f516d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Sep 29 14:07:49 2017 +0000

description:
Add py-termcolor-1.1.0:

py-termcolor is a simple library for ANSI Color formatting of output.

diffstat:

 devel/py-termcolor/DESCR    |   1 +
 devel/py-termcolor/Makefile |  20 ++++++++++++++++++++
 devel/py-termcolor/PLIST    |   5 +++++
 devel/py-termcolor/distinfo |   6 ++++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 56fec1854681 -r 654af22f516d devel/py-termcolor/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-termcolor/DESCR  Fri Sep 29 14:07:49 2017 +0000
@@ -0,0 +1,1 @@
+py-termcolor is a simple library for ANSI Color formatting of output.
diff -r 56fec1854681 -r 654af22f516d devel/py-termcolor/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-termcolor/Makefile       Fri Sep 29 14:07:49 2017 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2017/09/29 14:07:49 joerg Exp $
+
+DISTNAME=      termcolor-1.1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=t/termcolor/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://pypi.python.org/pypi/termcolor
+COMMENT=       ANSI color output for terminals
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+# No tests provided
+do-test:
+       ${NADA}
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 56fec1854681 -r 654af22f516d devel/py-termcolor/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-termcolor/PLIST  Fri Sep 29 14:07:49 2017 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2017/09/29 14:07:49 joerg Exp $
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/termcolor.py
+${PYSITELIB}/termcolor.pyc
+${PYSITELIB}/termcolor.pyo
diff -r 56fec1854681 -r 654af22f516d devel/py-termcolor/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-termcolor/distinfo       Fri Sep 29 14:07:49 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/09/29 14:07:49 joerg Exp $
+
+SHA1 (termcolor-1.1.0.tar.gz) = 52045880a05c0fbd192343d9c9aad46a73d20e8c
+RMD160 (termcolor-1.1.0.tar.gz) = 1555f55ff04abff3929dd86215dcd679c3c4813f
+SHA512 (termcolor-1.1.0.tar.gz) = 4bd06bf4405a9ef6c005cd4d159ef602f7fc7fccb3e57586da1187c402f4d0b9051ef930cae423065c51ff4be8a22ceae556a61a6b3c8c519d623c066c340b53
+Size (termcolor-1.1.0.tar.gz) = 3912 bytes



Home | Main Index | Thread Index | Old Index