pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-crayons



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 15 10:56:23 UTC 2019

Modified Files:
        pkgsrc/devel/py-crayons: DESCR Makefile distinfo

Log Message:
py-crayons: updated to 0.2.0

0.2.0:
Unknown changes


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-crayons/DESCR \
    pkgsrc/devel/py-crayons/Makefile pkgsrc/devel/py-crayons/distinfo

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

Modified files:

Index: pkgsrc/devel/py-crayons/DESCR
diff -u pkgsrc/devel/py-crayons/DESCR:1.1 pkgsrc/devel/py-crayons/DESCR:1.2
--- pkgsrc/devel/py-crayons/DESCR:1.1   Fri Sep 29 21:12:20 2017
+++ pkgsrc/devel/py-crayons/DESCR       Wed May 15 10:56:23 2019
@@ -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.
Index: pkgsrc/devel/py-crayons/Makefile
diff -u pkgsrc/devel/py-crayons/Makefile:1.1 pkgsrc/devel/py-crayons/Makefile:1.2
--- pkgsrc/devel/py-crayons/Makefile:1.1        Fri Sep 29 21:12:20 2017
+++ pkgsrc/devel/py-crayons/Makefile    Wed May 15 10:56:23 2019
@@ -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 @@ HOMEPAGE=     https://github.com/kennethreit
 COMMENT=       Colored string formatting for the terminal
 LICENSE=       mit
 
-USE_LANGUAGES= # none
-
 DEPENDS+=      ${PYPKGPREFIX}-colorama-[0-9]*:../../comms/py-colorama
 
+USE_LANGUAGES= # none
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-crayons/distinfo
diff -u pkgsrc/devel/py-crayons/distinfo:1.1 pkgsrc/devel/py-crayons/distinfo:1.2
--- pkgsrc/devel/py-crayons/distinfo:1.1        Fri Sep 29 21:12:20 2017
+++ pkgsrc/devel/py-crayons/distinfo    Wed May 15 10:56:23 2019
@@ -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