pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pyte



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul  5 10:16:36 UTC 2022

Modified Files:
        pkgsrc/devel/py-pyte: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-pyte/Makefile \
    pkgsrc/devel/py-pyte/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-pyte/PLIST

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

Modified files:

Index: pkgsrc/devel/py-pyte/Makefile
diff -u pkgsrc/devel/py-pyte/Makefile:1.3 pkgsrc/devel/py-pyte/Makefile:1.4
--- pkgsrc/devel/py-pyte/Makefile:1.3   Tue Jan  4 20:53:34 2022
+++ pkgsrc/devel/py-pyte/Makefile       Tue Jul  5 10:16:35 2022
@@ -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 @@ LICENSE=     gnu-lgpl-v3
 
 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"
Index: pkgsrc/devel/py-pyte/distinfo
diff -u pkgsrc/devel/py-pyte/distinfo:1.3 pkgsrc/devel/py-pyte/distinfo:1.4
--- pkgsrc/devel/py-pyte/distinfo:1.3   Tue Oct 26 10:19:00 2021
+++ pkgsrc/devel/py-pyte/distinfo       Tue Jul  5 10:16:35 2022
@@ -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

Index: pkgsrc/devel/py-pyte/PLIST
diff -u pkgsrc/devel/py-pyte/PLIST:1.1 pkgsrc/devel/py-pyte/PLIST:1.2
--- pkgsrc/devel/py-pyte/PLIST:1.1      Thu Jun 13 09:33:37 2019
+++ pkgsrc/devel/py-pyte/PLIST  Tue Jul  5 10:16:35 2022
@@ -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/__main__.pyo
 ${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



Home | Main Index | Thread Index | Old Index