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:   joerg
Date:           Fri Sep 29 21:12:20 UTC 2017

Added Files:
        pkgsrc/devel/py-crayons: DESCR Makefile PLIST distinfo

Log Message:
Add py-crayons-0.1.2:

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.


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

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

Added files:

Index: pkgsrc/devel/py-crayons/DESCR
diff -u /dev/null pkgsrc/devel/py-crayons/DESCR:1.1
--- /dev/null   Fri Sep 29 21:12:20 2017
+++ pkgsrc/devel/py-crayons/DESCR       Fri Sep 29 21:12:20 2017
@@ -0,0 +1,3 @@
+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
Index: pkgsrc/devel/py-crayons/Makefile
diff -u /dev/null pkgsrc/devel/py-crayons/Makefile:1.1
--- /dev/null   Fri Sep 29 21:12:20 2017
+++ pkgsrc/devel/py-crayons/Makefile    Fri Sep 29 21:12:20 2017
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/09/29 21:12:20 joerg Exp $
+
+DISTNAME=      crayons-0.1.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=c/crayons/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/kennethreitz/crayons
+COMMENT=       Colored string formatting for the terminal
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+DEPENDS+=      ${PYPKGPREFIX}-colorama-[0-9]*:../../comms/py-colorama
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-crayons/PLIST
diff -u /dev/null pkgsrc/devel/py-crayons/PLIST:1.1
--- /dev/null   Fri Sep 29 21:12:20 2017
+++ pkgsrc/devel/py-crayons/PLIST       Fri Sep 29 21:12:20 2017
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2017/09/29 21:12:20 joerg Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/crayons.py
+${PYSITELIB}/crayons.pyc
+${PYSITELIB}/crayons.pyo
Index: pkgsrc/devel/py-crayons/distinfo
diff -u /dev/null pkgsrc/devel/py-crayons/distinfo:1.1
--- /dev/null   Fri Sep 29 21:12:20 2017
+++ pkgsrc/devel/py-crayons/distinfo    Fri Sep 29 21:12:20 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/09/29 21:12:20 joerg 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



Home | Main Index | Thread Index | Old Index