summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-11-08 16:46:30 +0000
committeradam <adam@pkgsrc.org>2021-11-08 16:46:30 +0000
commit5ce87edea22a67d3216f578b3ee0cd40af7b882c (patch)
treec7fc10d9a635446dd78ec7bcf59bae75e9d73870 /devel
parent66530ad64a179e471c4d0c44baf8939b5ae3f7ee (diff)
downloadpkgsrc-5ce87edea22a67d3216f578b3ee0cd40af7b882c.tar.gz
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+
Diffstat (limited to 'devel')
-rw-r--r--devel/py-curtsies/Makefile9
-rw-r--r--devel/py-curtsies/PLIST3
-rw-r--r--devel/py-curtsies/distinfo8
3 files changed, 13 insertions, 7 deletions
diff --git a/devel/py-curtsies/Makefile b/devel/py-curtsies/Makefile
index 0f9d05a0fe0..dbb77fc5bc4 100644
--- a/devel/py-curtsies/Makefile
+++ b/devel/py-curtsies/Makefile
@@ -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
diff --git a/devel/py-curtsies/PLIST b/devel/py-curtsies/PLIST
index 8ae23034cf7..46665d91116 100644
--- a/devel/py-curtsies/PLIST
+++ b/devel/py-curtsies/PLIST
@@ -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.pyo
${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
diff --git a/devel/py-curtsies/distinfo b/devel/py-curtsies/distinfo
index c24793416ba..c800e798a6f 100644
--- a/devel/py-curtsies/distinfo
+++ b/devel/py-curtsies/distinfo
@@ -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