summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorrodent <rodent>2014-12-06 03:19:01 +0000
committerrodent <rodent>2014-12-06 03:19:01 +0000
commit0aab9c982a7de6d5c654313f8a3c6da4a5a2bde1 (patch)
tree9b2b4126a05a02834307079704b2d020444f18e5 /comms
parent267e4832e804e5766f96d347d9eb43778a9596a2 (diff)
downloadpkgsrc-0aab9c982a7de6d5c654313f8a3c6da4a5a2bde1.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/DESCR3
-rw-r--r--comms/py-python-termstyle/Makefile20
-rw-r--r--comms/py-python-termstyle/PLIST9
-rw-r--r--comms/py-python-termstyle/distinfo5
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