pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jul 20 17:20:57 UTC 2017

Modified Files:
        pkgsrc/comms: Makefile
Added Files:
        pkgsrc/comms/py-termstyle: DESCR Makefile PLIST distinfo
Removed Files:
        pkgsrc/comms/py-python-termstyle: DESCR Makefile PLIST distinfo

Log Message:
Renamed comms/py-python-termstyle to comms/py-termstyle


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/comms/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/comms/py-python-termstyle/DESCR \
    pkgsrc/comms/py-python-termstyle/PLIST
cvs rdiff -u -r1.3 -r0 pkgsrc/comms/py-python-termstyle/Makefile
cvs rdiff -u -r1.2 -r0 pkgsrc/comms/py-python-termstyle/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/comms/py-termstyle/DESCR \
    pkgsrc/comms/py-termstyle/Makefile pkgsrc/comms/py-termstyle/PLIST \
    pkgsrc/comms/py-termstyle/distinfo

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

Modified files:

Index: pkgsrc/comms/Makefile
diff -u pkgsrc/comms/Makefile:1.105 pkgsrc/comms/Makefile:1.106
--- pkgsrc/comms/Makefile:1.105 Sat Dec  3 03:32:35 2016
+++ pkgsrc/comms/Makefile       Thu Jul 20 17:20:57 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2016/12/03 03:32:35 sevan Exp $
+# $NetBSD: Makefile,v 1.106 2017/07/20 17:20:57 adam Exp $
 #
 
 COMMENT=       Communication utilities
@@ -70,8 +70,8 @@ SUBDIR+=      pilotmgr
 SUBDIR+=       plp
 SUBDIR+=       py-colorama
 SUBDIR+=       py-gammu
-SUBDIR+=       py-python-termstyle
 SUBDIR+=       py-serial
+SUBDIR+=       py-termstyle
 SUBDIR+=       qpage
 SUBDIR+=       ruby-termios
 SUBDIR+=       scmxx

Added files:

Index: pkgsrc/comms/py-termstyle/DESCR
diff -u /dev/null pkgsrc/comms/py-termstyle/DESCR:1.1
--- /dev/null   Thu Jul 20 17:20:57 2017
+++ pkgsrc/comms/py-termstyle/DESCR     Thu Jul 20 17:20:57 2017
@@ -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.
Index: pkgsrc/comms/py-termstyle/Makefile
diff -u /dev/null pkgsrc/comms/py-termstyle/Makefile:1.1
--- /dev/null   Thu Jul 20 17:20:57 2017
+++ pkgsrc/comms/py-termstyle/Makefile  Thu Jul 20 17:20:57 2017
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2017/07/20 17:20:57 adam Exp $
+
+DISTNAME=      termstyle-0.1.11
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    comms python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=t/termstyle/}
+
+MAINTAINER=    rodent%NetBSD.org@localhost
+HOMEPAGE=      http://github.com/gfxmonk/termstyle
+COMMENT=       Console colouring for python
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= # none
+
+REPLACE_PYTHON=        termstyle.py
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/comms/py-termstyle/PLIST
diff -u /dev/null pkgsrc/comms/py-termstyle/PLIST:1.1
--- /dev/null   Thu Jul 20 17:20:57 2017
+++ pkgsrc/comms/py-termstyle/PLIST     Thu Jul 20 17:20:57 2017
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2017/07/20 17:20:57 adam 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
Index: pkgsrc/comms/py-termstyle/distinfo
diff -u /dev/null pkgsrc/comms/py-termstyle/distinfo:1.1
--- /dev/null   Thu Jul 20 17:20:57 2017
+++ pkgsrc/comms/py-termstyle/distinfo  Thu Jul 20 17:20:57 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/07/20 17:20:57 adam Exp $
+
+SHA1 (termstyle-0.1.11.tar.gz) = 1986f63f4a01b7c80fde3fd985643cfac7b2ee33
+RMD160 (termstyle-0.1.11.tar.gz) = 6525c56a3c3b57bf3fd7af4220c0de416948fc08
+SHA512 (termstyle-0.1.11.tar.gz) = 20fa4f3c2402d539ac0586c10f42a7cd9361ce42b90b839189ad4e24a6dffb1effb435bde976707e9b852bcbab106a4fac77158766fca043e3b179964ad3e546
+Size (termstyle-0.1.11.tar.gz) = 4580 bytes



Home | Main Index | Thread Index | Old Index