pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-curtsies
Module Name: pkgsrc
Committed By: adam
Date: Mon Nov 8 16:46:30 UTC 2021
Modified Files:
pkgsrc/devel/py-curtsies: Makefile PLIST distinfo
Log Message:
py-curtsies: updated to 0.3.10
0.3.10
Typing: more specify return types for event triggers
Typing: don't allow Event instances in PasteEvent contents
0.3.9
Change typing of event_trigger(event_type) to allow a function that returns None
0.3.7
Fixed ctrl-c not being reported until another key was pressed in Python 3.5+
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-curtsies/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-curtsies/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-curtsies/distinfo
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-curtsies/Makefile
diff -u pkgsrc/devel/py-curtsies/Makefile:1.7 pkgsrc/devel/py-curtsies/Makefile:1.8
--- pkgsrc/devel/py-curtsies/Makefile:1.7 Sat Mar 20 15:12:22 2021
+++ pkgsrc/devel/py-curtsies/Makefile Mon Nov 8 16:46:30 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2021/03/20 15:12:22 adam Exp $
+# $NetBSD: Makefile,v 1.8 2021/11/08 16:46:30 adam Exp $
-DISTNAME= curtsies-0.3.5
+DISTNAME= curtsies-0.3.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/curtsies/}
@@ -20,6 +20,11 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} < 38
+DEPENDS+= ${PYPKGPREFIX}-backports.cached-property-[0-9]*:../../devel/py-backports.cached-property
+.endif
+
do-test:
cd ${WRKSRC}/tests && ${PYTHONBIN} -m unittest discover -v
Index: pkgsrc/devel/py-curtsies/PLIST
diff -u pkgsrc/devel/py-curtsies/PLIST:1.1 pkgsrc/devel/py-curtsies/PLIST:1.2
--- pkgsrc/devel/py-curtsies/PLIST:1.1 Wed Apr 12 11:42:45 2017
+++ pkgsrc/devel/py-curtsies/PLIST Mon Nov 8 16:46:30 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/04/12 11:42:45 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/11/08 16:46:30 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -32,6 +32,7 @@ ${PYSITELIB}/curtsies/formatstringarray.
${PYSITELIB}/curtsies/input.py
${PYSITELIB}/curtsies/input.pyc
${PYSITELIB}/curtsies/input.pyo
+${PYSITELIB}/curtsies/py.typed
${PYSITELIB}/curtsies/termformatconstants.py
${PYSITELIB}/curtsies/termformatconstants.pyc
${PYSITELIB}/curtsies/termformatconstants.pyo
Index: pkgsrc/devel/py-curtsies/distinfo
diff -u pkgsrc/devel/py-curtsies/distinfo:1.10 pkgsrc/devel/py-curtsies/distinfo:1.11
--- pkgsrc/devel/py-curtsies/distinfo:1.10 Tue Oct 26 10:18:21 2021
+++ pkgsrc/devel/py-curtsies/distinfo Mon Nov 8 16:46:30 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:18:21 nia Exp $
+$NetBSD: distinfo,v 1.11 2021/11/08 16:46:30 adam Exp $
-BLAKE2s (curtsies-0.3.5.tar.gz) = 96d72bd7e1488d7e341b20802f1f219283575793a4e7150eef07e5a2a9e4ea30
-SHA512 (curtsies-0.3.5.tar.gz) = e46ab3f79e2385055e4f3f9bc1d2c341605b93c21a0e6c42f4807b1801d37f70cfbdd1006db1ec12257e95d91aedddd95aa31a7de99bbfc09a6f0ee473497747
-Size (curtsies-0.3.5.tar.gz) = 53472 bytes
+BLAKE2s (curtsies-0.3.10.tar.gz) = d88290384dd3aae9ef9b9d31641f87549872430e307627b25ffb1d229041f1f3
+SHA512 (curtsies-0.3.10.tar.gz) = 59dfae36a43f7cdb272f94900da81bc7a1033a6482df5ac5babb329659e16d740f98b9538146f2fe7c79aa2723ec3db10c8ec658539db7d462b02953a33cb4ca
+Size (curtsies-0.3.10.tar.gz) = 53340 bytes
Home |
Main Index |
Thread Index |
Old Index