pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-terminado
Module Name: pkgsrc
Committed By: adam
Date: Fri Jun 11 05:19:06 UTC 2021
Modified Files:
pkgsrc/www/py-terminado: DESCR Makefile PLIST distinfo
Log Message:
py-terminado: updated to 0.10.1
0.10.1
Bugs fixed
Fix blocking of pty_read when there isn't pty data ready to read
Contributors to this release
0.10.0
Enhancements made
Support creating terminal given name in kwargs.
Bugs fixed
avoid persistent handle on IOLoop instance
Maintenance and upkeep improvements
async/await syntax
PR: Pin pywinpty version to 1.1.0
0.9.5
Pin pywinpty version
0.9.4
Allow non-strict decode for process output
Switch to GitHub Actions
Add generated changelog
0.9.3
Make sure SIGPIPE has default handler set
0.9.2
Add js files in package manifest
Add support to ppc64le
Fix config files for publication
0.9.1
v0.9.1
0.9.0
Drop python 2 and 3.4 and 3.5 support
Make sure that all process output makes it to the terminal
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-terminado/DESCR \
pkgsrc/www/py-terminado/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-terminado/Makefile \
pkgsrc/www/py-terminado/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-terminado/DESCR
diff -u pkgsrc/www/py-terminado/DESCR:1.1 pkgsrc/www/py-terminado/DESCR:1.2
--- pkgsrc/www/py-terminado/DESCR:1.1 Sun Apr 23 03:53:24 2017
+++ pkgsrc/www/py-terminado/DESCR Fri Jun 11 05:19:05 2021
@@ -1,6 +1,6 @@
-This is a Tornado websocket backend for the term.js Javascript terminal emulator
-library.
-
+This is a Tornado websocket backend for the Xterm.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).
Index: pkgsrc/www/py-terminado/PLIST
diff -u pkgsrc/www/py-terminado/PLIST:1.1 pkgsrc/www/py-terminado/PLIST:1.2
--- pkgsrc/www/py-terminado/PLIST:1.1 Sun Apr 23 03:53:24 2017
+++ pkgsrc/www/py-terminado/PLIST Fri Jun 11 05:19:05 2021
@@ -1,5 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2017/04/23 03:53:24 markd Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.2 2021/06/11 05:19:05 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}/terminado/__init__.py
${PYSITELIB}/terminado/__init__.pyc
${PYSITELIB}/terminado/__init__.pyo
Index: pkgsrc/www/py-terminado/Makefile
diff -u pkgsrc/www/py-terminado/Makefile:1.5 pkgsrc/www/py-terminado/Makefile:1.6
--- pkgsrc/www/py-terminado/Makefile:1.5 Sat Apr 11 16:24:52 2020
+++ pkgsrc/www/py-terminado/Makefile Fri Jun 11 05:19:05 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/04/11 16:24:52 adam Exp $
+# $NetBSD: Makefile,v 1.6 2021/06/11 05:19:05 adam Exp $
-DISTNAME= terminado-0.8.3
+DISTNAME= terminado-0.10.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/terminado/}
@@ -12,8 +12,14 @@ LICENSE= 2-clause-bsd
DEPENDS+= ${PYPKGPREFIX}-ptyprocess-[0-9]*:../../sysutils/py-ptyprocess
DEPENDS+= ${PYPKGPREFIX}-tornado>=4:../../www/py-tornado
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
-.include "../../lang/python/distutils.mk"
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-terminado/distinfo
diff -u pkgsrc/www/py-terminado/distinfo:1.5 pkgsrc/www/py-terminado/distinfo:1.6
--- pkgsrc/www/py-terminado/distinfo:1.5 Sat Apr 11 16:24:52 2020
+++ pkgsrc/www/py-terminado/distinfo Fri Jun 11 05:19:05 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2020/04/11 16:24:52 adam Exp $
+$NetBSD: distinfo,v 1.6 2021/06/11 05:19:05 adam Exp $
-SHA1 (terminado-0.8.3.tar.gz) = b00dfe43283a5fd74683227bf3b1cfef0573e9a4
-RMD160 (terminado-0.8.3.tar.gz) = 560debcbd40f868b5cb8aaed91f63abcc507f0ac
-SHA512 (terminado-0.8.3.tar.gz) = 441355cdc919b6f04b1bf1eb870f24e0bd6c7ef412e72e1747707049b1fa0d6676644e3646007f2653b3df00e1f30048d9dc40d73f0827b2bbfc0821549e140b
-Size (terminado-0.8.3.tar.gz) = 21165 bytes
+SHA1 (terminado-0.10.1.tar.gz) = 8a27d1772c19c88121ff60c0b6a4c2bd10c6bfb3
+RMD160 (terminado-0.10.1.tar.gz) = ff0f7953b1df49c5316c1e4720342de20d796a2c
+SHA512 (terminado-0.10.1.tar.gz) = fb6a6e27cec8e644565ecab3a7c43fd288c6ff9e18e68dda6d306532fa5e39274574f3dabdbf629cf00096256fef9a0419c98a3d9b7b038e04dd6ca1af16af46
+Size (terminado-0.10.1.tar.gz) = 13911 bytes
Home |
Main Index |
Thread Index |
Old Index