summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-10-26 08:16:00 +0000
committeradam <adam@pkgsrc.org>2018-10-26 08:16:00 +0000
commitec249414289a7eb23a7f527faceccb3ee19dda1b (patch)
tree30545934054b8c685246df552495276ad0241d60 /comms
parent14c46c5dcc2d493106d4dab3e2e361e1ca17262d (diff)
downloadpkgsrc-ec249414289a7eb23a7f527faceccb3ee19dda1b.tar.gz
py-colorama: updated to 0.4.0
0.4.0: Fix2: reset LIGHT_EX colors with RESET_ALL. Fix: ignore invalid "erase" ANSI codes. Fix stream wrapping under PyCharm. Added contextlib magic methods to ansitowin32.StreamWrapper. Fix: don't cache stdio handles, since they might be closed/changed by fd redirection. This fixes an issue with pytest. Drop support for EOL Python 2.5, 2.6, 3.1, 3.2 and 3.3, and add 3.6.
Diffstat (limited to 'comms')
-rw-r--r--comms/py-colorama/Makefile7
-rw-r--r--comms/py-colorama/PLIST3
-rw-r--r--comms/py-colorama/distinfo10
3 files changed, 10 insertions, 10 deletions
diff --git a/comms/py-colorama/Makefile b/comms/py-colorama/Makefile
index 250be855ebd..d437911c37f 100644
--- a/comms/py-colorama/Makefile
+++ b/comms/py-colorama/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.4 2017/07/20 17:13:13 adam Exp $
+# $NetBSD: Makefile,v 1.5 2018/10/26 08:16:00 adam Exp $
-DISTNAME= colorama-0.3.9
+DISTNAME= colorama-0.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/colorama/}
+EXTRACT_SUFX= .zip
MAINTAINER= kamelderouiche@yahoo.com
-HOMEPAGE= https://pypi.python.org/pypi/colorama
+HOMEPAGE= https://github.com/tartley/colorama
COMMENT= Cross-platform coloured terminal text
LICENSE= modified-bsd
diff --git a/comms/py-colorama/PLIST b/comms/py-colorama/PLIST
index 6a2d1d95b8c..49252586435 100644
--- a/comms/py-colorama/PLIST
+++ b/comms/py-colorama/PLIST
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2017/07/20 17:13:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/10/26 08:16:00 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/pbr.json
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/colorama/__init__.py
${PYSITELIB}/colorama/__init__.pyc
diff --git a/comms/py-colorama/distinfo b/comms/py-colorama/distinfo
index 482bdbc49b2..6e6123755b1 100644
--- a/comms/py-colorama/distinfo
+++ b/comms/py-colorama/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/07/20 17:13:13 adam Exp $
+$NetBSD: distinfo,v 1.5 2018/10/26 08:16:00 adam Exp $
-SHA1 (colorama-0.3.9.tar.gz) = 3ab1a3cf1d35332f995acc444c120b6543776b73
-RMD160 (colorama-0.3.9.tar.gz) = 6a567e1c25d460d3869a4f4971413de9714b466b
-SHA512 (colorama-0.3.9.tar.gz) = 248e3d3d1f95cb85baf55ef4d705508213b81edfb04b39fe9a7bc9c7ac564986726ab6e9d9f73d64ee02e1c9b86d4c6bba40543590dbd170180a37d69e07b627
-Size (colorama-0.3.9.tar.gz) = 25053 bytes
+SHA1 (colorama-0.4.0.zip) = af3c22bd8fa8c0c7b4d73008a83bd491628b48c3
+RMD160 (colorama-0.4.0.zip) = 2b68af279933aff3a740d2fc85d9285ef04fe9f4
+SHA512 (colorama-0.4.0.zip) = 4a3e6d6424a6571c3b1825bb34e347def9ffda8dd296bcb83149b9312374c2aaeafe8b95d868425d9590485bf5e354862e9b3f48217836e6fc0dbb4db60ae444
+Size (colorama-0.4.0.zip) = 37521 bytes