pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms Renamed comms/py-python-termstyle to comms/py-te...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1a01ddf98512
branches: trunk
changeset: 365577:1a01ddf98512
user: adam <adam%pkgsrc.org@localhost>
date: Thu Jul 20 17:20:57 2017 +0000
description:
Renamed comms/py-python-termstyle to comms/py-termstyle
diffstat:
comms/Makefile | 4 ++--
comms/py-python-termstyle/DESCR | 3 ---
comms/py-python-termstyle/Makefile | 19 -------------------
comms/py-python-termstyle/PLIST | 9 ---------
comms/py-python-termstyle/distinfo | 6 ------
comms/py-termstyle/DESCR | 3 +++
comms/py-termstyle/Makefile | 19 +++++++++++++++++++
comms/py-termstyle/PLIST | 9 +++++++++
comms/py-termstyle/distinfo | 6 ++++++
9 files changed, 39 insertions(+), 39 deletions(-)
diffs (125 lines):
diff -r 298537c5eec7 -r 1a01ddf98512 comms/Makefile
--- a/comms/Makefile Thu Jul 20 17:13:13 2017 +0000
+++ b/comms/Makefile Thu Jul 20 17:20:57 2017 +0000
@@ -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+= plp
SUBDIR+= py-colorama
SUBDIR+= py-gammu
-SUBDIR+= py-python-termstyle
SUBDIR+= py-serial
+SUBDIR+= py-termstyle
SUBDIR+= qpage
SUBDIR+= ruby-termios
SUBDIR+= scmxx
diff -r 298537c5eec7 -r 1a01ddf98512 comms/py-python-termstyle/DESCR
--- a/comms/py-python-termstyle/DESCR Thu Jul 20 17:13:13 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-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 -r 298537c5eec7 -r 1a01ddf98512 comms/py-python-termstyle/Makefile
--- a/comms/py-python-termstyle/Makefile Thu Jul 20 17:13:13 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2016/06/08 17:43:21 wiz Exp $
-
-DISTNAME= python-termstyle-0.1.10
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= comms
-MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-termstyle/}
-
-MAINTAINER= rodent%NetBSD.org@localhost
-HOMEPAGE= http://gfxmonk.net/dist/0install/python-termstyle.xml
-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"
diff -r 298537c5eec7 -r 1a01ddf98512 comms/py-python-termstyle/PLIST
--- a/comms/py-python-termstyle/PLIST Thu Jul 20 17:13:13 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-@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 -r 298537c5eec7 -r 1a01ddf98512 comms/py-python-termstyle/distinfo
--- a/comms/py-python-termstyle/distinfo Thu Jul 20 17:13:13 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 01:34:57 agc Exp $
-
-SHA1 (python-termstyle-0.1.10.tar.gz) = 04427e30a01cfec3b07e410f25776b55432f603f
-RMD160 (python-termstyle-0.1.10.tar.gz) = 6a136e3328094b3c8a39d037ac2555b3fd58b0e5
-SHA512 (python-termstyle-0.1.10.tar.gz) = cc2d2209720df5cafc31b174758b97883b152c448651a7e73f8fbdac079c35249f2535b0d248e81016d052adcdc28f191ad8092ea14bdf22847f6a5678c52dd6
-Size (python-termstyle-0.1.10.tar.gz) = 4131 bytes
diff -r 298537c5eec7 -r 1a01ddf98512 comms/py-termstyle/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/py-termstyle/DESCR Thu Jul 20 17:20:57 2017 +0000
@@ -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 -r 298537c5eec7 -r 1a01ddf98512 comms/py-termstyle/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/py-termstyle/Makefile Thu Jul 20 17:20:57 2017 +0000
@@ -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"
diff -r 298537c5eec7 -r 1a01ddf98512 comms/py-termstyle/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/py-termstyle/PLIST Thu Jul 20 17:20:57 2017 +0000
@@ -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
diff -r 298537c5eec7 -r 1a01ddf98512 comms/py-termstyle/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/py-termstyle/distinfo Thu Jul 20 17:20:57 2017 +0000
@@ -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