pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-terminado Add py-terminado 0.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8a82c7420c5
branches:  trunk
changeset: 361605:f8a82c7420c5
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Apr 23 03:53:24 2017 +0000

description:
Add py-terminado 0.6

This is a Tornado websocket backend for the term.js Javascript terminal emulator
library.

It evolved out of pyxterm, which was part of GraphTerm (as lineterm.py),
v0.57.0 (2014-07-18), and ultimately derived from the public-domain Ajaxterm
code, v0.11 (2008-11-13) (also on Github as part of QWeb).

diffstat:

 www/py-terminado/DESCR    |   6 ++++++
 www/py-terminado/Makefile |  17 +++++++++++++++++
 www/py-terminado/PLIST    |  22 ++++++++++++++++++++++
 www/py-terminado/distinfo |   6 ++++++
 4 files changed, 51 insertions(+), 0 deletions(-)

diffs (67 lines):

diff -r ccce62fb4b8c -r f8a82c7420c5 www/py-terminado/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-terminado/DESCR    Sun Apr 23 03:53:24 2017 +0000
@@ -0,0 +1,6 @@
+This is a Tornado websocket backend for the term.js Javascript terminal emulator
+library.
+        
+It evolved out of pyxterm, which was part of GraphTerm (as lineterm.py),
+v0.57.0 (2014-07-18), and ultimately derived from the public-domain Ajaxterm
+code, v0.11 (2008-11-13) (also on Github as part of QWeb).
diff -r ccce62fb4b8c -r f8a82c7420c5 www/py-terminado/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-terminado/Makefile Sun Apr 23 03:53:24 2017 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2017/04/23 03:53:24 markd Exp $
+
+DISTNAME=      terminado-0.6
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www
+MASTER_SITES=  ${MASTER_SITE_PYPI:=t/terminado/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/takluyver/terminado
+COMMENT=       Terminals served to term.js using Tornado websockets
+LICENSE=       2-clause-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-tornado>=4:../../www/py-tornado
+DEPENDS+=      ${PYPKGPREFIX}-ptyprocess-[0-9]*:../../sysutils/py-ptyprocess
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ccce62fb4b8c -r f8a82c7420c5 www/py-terminado/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-terminado/PLIST    Sun Apr 23 03:53:24 2017 +0000
@@ -0,0 +1,22 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/23 03:53:24 markd Exp $
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/terminado/__init__.py
+${PYSITELIB}/terminado/__init__.pyc
+${PYSITELIB}/terminado/__init__.pyo
+${PYSITELIB}/terminado/_static/terminado.js
+${PYSITELIB}/terminado/management.py
+${PYSITELIB}/terminado/management.pyc
+${PYSITELIB}/terminado/management.pyo
+${PYSITELIB}/terminado/tests/__init__.py
+${PYSITELIB}/terminado/tests/__init__.pyc
+${PYSITELIB}/terminado/tests/__init__.pyo
+${PYSITELIB}/terminado/tests/basic_test.py
+${PYSITELIB}/terminado/tests/basic_test.pyc
+${PYSITELIB}/terminado/tests/basic_test.pyo
+${PYSITELIB}/terminado/uimod_embed.js
+${PYSITELIB}/terminado/uimodule.py
+${PYSITELIB}/terminado/uimodule.pyc
+${PYSITELIB}/terminado/uimodule.pyo
+${PYSITELIB}/terminado/websocket.py
+${PYSITELIB}/terminado/websocket.pyc
+${PYSITELIB}/terminado/websocket.pyo
diff -r ccce62fb4b8c -r f8a82c7420c5 www/py-terminado/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-terminado/distinfo Sun Apr 23 03:53:24 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/23 03:53:24 markd Exp $
+
+SHA1 (terminado-0.6.tar.gz) = 5b2e42a23d6195474d320d4923c673866ccab07e
+RMD160 (terminado-0.6.tar.gz) = 7b3929171df11e12398e8b6b673d8f85ec4233bf
+SHA512 (terminado-0.6.tar.gz) = 9b9521917d4000aa45e61a1b88705e715f11686890671607cca81d4518f1e17feefdc2ad3de64dd0e053a6849956efbbd838c7b98d570dcc98a936c0a4cfce9c
+Size (terminado-0.6.tar.gz) = 10334 bytes



Home | Main Index | Thread Index | Old Index