diff options
author | rodent <rodent@pkgsrc.org> | 2014-12-06 03:19:01 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-12-06 03:19:01 +0000 |
commit | 2a234fde1e2eeb321a3651c8c494c4fff085181b (patch) | |
tree | 9b2b4126a05a02834307079704b2d020444f18e5 /comms | |
parent | c0dbed592b8b41fb0ff8f2237c995aadb9f656de (diff) | |
download | pkgsrc-2a234fde1e2eeb321a3651c8c494c4fff085181b.tar.gz |
Import py27-python-termstyle-0.1.10 as comms/py-python-termstyle.
termstyle is a simple python library for adding coloured output to terminal
(console) programs. The definitions come from ECMA-048, the "Control Functions
for Coded Character Sets" standard.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/py-python-termstyle/DESCR | 3 | ||||
-rw-r--r-- | comms/py-python-termstyle/Makefile | 20 | ||||
-rw-r--r-- | comms/py-python-termstyle/PLIST | 9 | ||||
-rw-r--r-- | comms/py-python-termstyle/distinfo | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/comms/py-python-termstyle/DESCR b/comms/py-python-termstyle/DESCR new file mode 100644 index 00000000000..ea458af5819 --- /dev/null +++ b/comms/py-python-termstyle/DESCR @@ -0,0 +1,3 @@ +termstyle is a simple python library for adding coloured output to terminal +(console) programs. The definitions come from ECMA-048, the "Control Functions +for Coded Character Sets" standard. diff --git a/comms/py-python-termstyle/Makefile b/comms/py-python-termstyle/Makefile new file mode 100644 index 00000000000..5b384ac3a67 --- /dev/null +++ b/comms/py-python-termstyle/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2014/12/06 03:19:01 rodent Exp $ + +DISTNAME= python-termstyle-0.1.10 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= comms +MASTER_SITES= https://pypi.python.org/packages/source/p/python-termstyle/ + +MAINTAINER= rodent@NetBSD.org +HOMEPAGE= http://gfxmonk.net/dist/0install/python-termstyle.xml +COMMENT= Console colouring for python +LICENSE= modified-bsd + +USE_LANGUAGES= # none + +REPLACE_PYTHON= termstyle.py +EGG_NAME= ${DISTNAME:S/-/_/1} + +.include "../../lang/python/application.mk" +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/comms/py-python-termstyle/PLIST b/comms/py-python-termstyle/PLIST new file mode 100644 index 00000000000..9380ba51abc --- /dev/null +++ b/comms/py-python-termstyle/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2014/12/06 03:19:01 rodent 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}/termstyle.py +${PYSITELIB}/termstyle.pyc +${PYSITELIB}/termstyle.pyo diff --git a/comms/py-python-termstyle/distinfo b/comms/py-python-termstyle/distinfo new file mode 100644 index 00000000000..fe16a4d0ff2 --- /dev/null +++ b/comms/py-python-termstyle/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/12/06 03:19:01 rodent Exp $ + +SHA1 (python-termstyle-0.1.10.tar.gz) = 04427e30a01cfec3b07e410f25776b55432f603f +RMD160 (python-termstyle-0.1.10.tar.gz) = 6a136e3328094b3c8a39d037ac2555b3fd58b0e5 +Size (python-termstyle-0.1.10.tar.gz) = 4131 bytes |