pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-pyte py-pyte: updated to 0.8.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/e3baca0e44cb
branches: trunk
changeset: 381358:e3baca0e44cb
user: adam <adam%pkgsrc.org@localhost>
date: Tue Jul 05 10:16:35 2022 +0000
description:
py-pyte: updated to 0.8.1
Version 0.8.1
- Yet another fix of ``Screen.set_margins`` for the case of CSI
with no arguments.
- Changed ``Screen.erase_in_display`` to accept additional positional
arguments as some some ``clear`` implementations include a ``;`` after
the first parameter causing ``pyte`` to assume a ``0`` second parameter.
- Changed ``Stream`` FSM to reinit on error when parsing control sequence.
- Added support for blink to the SGR handler.
- Changed ``Stream`` to skip XTerm-specific ``ESC]...$[a-z]`` sequences.
- Dropped Python 2.X support. The minimal required version of Python is
now 3.7.
diffstat:
devel/py-pyte/Makefile | 8 +++++---
devel/py-pyte/PLIST | 5 +----
devel/py-pyte/distinfo | 8 ++++----
3 files changed, 10 insertions(+), 11 deletions(-)
diffs (58 lines):
diff -r cd079c9d8ba0 -r e3baca0e44cb devel/py-pyte/Makefile
--- a/devel/py-pyte/Makefile Tue Jul 05 08:16:37 2022 +0000
+++ b/devel/py-pyte/Makefile Tue Jul 05 10:16:35 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:53:34 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/07/05 10:16:35 adam Exp $
-DISTNAME= pyte-0.8.0
+DISTNAME= pyte-0.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyte/}
@@ -13,8 +12,11 @@
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
DEPENDS+= ${PYPKGPREFIX}-wcwidth>=0.1.7:../../devel/py-wcwidth
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r cd079c9d8ba0 -r e3baca0e44cb devel/py-pyte/PLIST
--- a/devel/py-pyte/PLIST Tue Jul 05 08:16:37 2022 +0000
+++ b/devel/py-pyte/PLIST Tue Jul 05 10:16:35 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/06/13 09:33:37 gson Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/07/05 10:16:35 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -13,9 +13,6 @@
${PYSITELIB}/pyte/charsets.py
${PYSITELIB}/pyte/charsets.pyc
${PYSITELIB}/pyte/charsets.pyo
-${PYSITELIB}/pyte/compat.py
-${PYSITELIB}/pyte/compat.pyc
-${PYSITELIB}/pyte/compat.pyo
${PYSITELIB}/pyte/control.py
${PYSITELIB}/pyte/control.pyc
${PYSITELIB}/pyte/control.pyo
diff -r cd079c9d8ba0 -r e3baca0e44cb devel/py-pyte/distinfo
--- a/devel/py-pyte/distinfo Tue Jul 05 08:16:37 2022 +0000
+++ b/devel/py-pyte/distinfo Tue Jul 05 10:16:35 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:19:00 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/07/05 10:16:35 adam Exp $
-BLAKE2s (pyte-0.8.0.tar.gz) = c2d8b8cca272796e04a3a3be5af8c7bed32a5389d26e0b0fd55005efc05af855
-SHA512 (pyte-0.8.0.tar.gz) = b1c23206f32c49ab509ac9bd4e042b043478cae35594c52c8389f5a5ba15cd0895315c42be5a0f2992b3aaa918ae282e43e88e72798a0b600307860f6df06465
-Size (pyte-0.8.0.tar.gz) = 50415 bytes
+BLAKE2s (pyte-0.8.1.tar.gz) = 3344502d8b86b7965dc4004031e40c4d9844998113a086b65d2bb0abbf3fd7b0
+SHA512 (pyte-0.8.1.tar.gz) = fe393bac7ff5d7cdfeeb42a37c7f4719c1920f61518df47fc8e51fd541a6c5368e33928e114190072d5270e019605b6e7e3b33330c5e42e2f6afbb07da993f4d
+Size (pyte-0.8.1.tar.gz) = 51657 bytes
Home |
Main Index |
Thread Index |
Old Index