pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-crayons py-crayons: updated to 0.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87fead99e355
branches:  trunk
changeset: 323708:87fead99e355
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed May 15 10:56:23 2019 +0000

description:
py-crayons: updated to 0.2.0

0.2.0:
Unknown changes

diffstat:

 devel/py-crayons/DESCR    |  10 +++++++---
 devel/py-crayons/Makefile |   8 ++++----
 devel/py-crayons/distinfo |  10 +++++-----
 3 files changed, 16 insertions(+), 12 deletions(-)

diffs (54 lines):

diff -r dfc9aaf340c4 -r 87fead99e355 devel/py-crayons/DESCR
--- a/devel/py-crayons/DESCR    Wed May 15 10:49:28 2019 +0000
+++ b/devel/py-crayons/DESCR    Wed May 15 10:56:23 2019 +0000
@@ -1,3 +1,7 @@
-This module is really simple, it gives you colored strings for terminal
-usage. Included colors are red, green, yellow, blue, black, magenta,
-magenta, cyan, white, clean, and disable.
\ No newline at end of file
+This module is really simple, it gives you colored strings for terminal usage.
+Included colors are red, green, yellow, blue, black, magenta, magenta, cyan,
+white, clean, and disable.
+
+Crayons is nice because it automatically wraps a given string in both the
+foreground color, as well as returning to the original state after the string
+is complete. Most terminal color libraries make you manage this yourself.
diff -r dfc9aaf340c4 -r 87fead99e355 devel/py-crayons/Makefile
--- a/devel/py-crayons/Makefile Wed May 15 10:49:28 2019 +0000
+++ b/devel/py-crayons/Makefile Wed May 15 10:56:23 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/09/29 21:12:20 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2019/05/15 10:56:23 adam Exp $
 
-DISTNAME=      crayons-0.1.2
+DISTNAME=      crayons-0.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/crayons/}
@@ -10,9 +10,9 @@
 COMMENT=       Colored string formatting for the terminal
 LICENSE=       mit
 
-USE_LANGUAGES= # none
+DEPENDS+=      ${PYPKGPREFIX}-colorama-[0-9]*:../../comms/py-colorama
 
-DEPENDS+=      ${PYPKGPREFIX}-colorama-[0-9]*:../../comms/py-colorama
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r dfc9aaf340c4 -r 87fead99e355 devel/py-crayons/distinfo
--- a/devel/py-crayons/distinfo Wed May 15 10:49:28 2019 +0000
+++ b/devel/py-crayons/distinfo Wed May 15 10:56:23 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/09/29 21:12:20 joerg Exp $
+$NetBSD: distinfo,v 1.2 2019/05/15 10:56:23 adam Exp $
 
-SHA1 (crayons-0.1.2.tar.gz) = e7c7a09dcf694aa550ef9836f12ac4cca312007e
-RMD160 (crayons-0.1.2.tar.gz) = 48c672dc855ca054a418809d8f2efe4d75d1f6df
-SHA512 (crayons-0.1.2.tar.gz) = fc0b615968908672307f3abbc0431b85b4e818507e66576d8b10fb97a80521be1b85ec8bf42d378039797e16b872336d17281244d1c5426000baa5db291fcd7c
-Size (crayons-0.1.2.tar.gz) = 3168 bytes
+SHA1 (crayons-0.2.0.tar.gz) = c88c517968a66181b522a96daf70dd105c32448b
+RMD160 (crayons-0.2.0.tar.gz) = a92ed7a5d5963812106fd5bf60b5a2e6d98d9bc9
+SHA512 (crayons-0.2.0.tar.gz) = 64ab8a81d0c24deaf8440af0fafb3d4b0f1f83a1b60aa5857671b7b76b2236bf793ecc783a6c32820da517b307992e9616f5678804d200824b34fb356b1f91f2
+Size (crayons-0.2.0.tar.gz) = 3526 bytes



Home | Main Index | Thread Index | Old Index