summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-08-11 18:44:53 +0000
committerjoerg <joerg@pkgsrc.org>2020-08-11 18:44:53 +0000
commit683261a9ee9784c29f85ed42bedd9f0ce3cd98e6 (patch)
tree49c0976910b264187d6cdd699f20f75985cbbe1e /misc
parent13de8c91a64140dd07bec90c4cb5fb29694330e7 (diff)
downloadpkgsrc-683261a9ee9784c29f85ed42bedd9f0ce3cd98e6.tar.gz
asyncio is not supported by Python 2.
Diffstat (limited to 'misc')
-rw-r--r--misc/py-tqdm/Makefile5
-rw-r--r--misc/py-tqdm/PLIST5
2 files changed, 8 insertions, 2 deletions
diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile
index e5664dfe25f..8f7315d4a17 100644
--- a/misc/py-tqdm/Makefile
+++ b/misc/py-tqdm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2020/08/05 06:48:17 adam Exp $
+# $NetBSD: Makefile,v 1.22 2020/08/11 18:44:53 joerg Exp $
DISTNAME= tqdm-4.48.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,9 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+# Uses async
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
USE_LANGUAGES= # none
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
diff --git a/misc/py-tqdm/PLIST b/misc/py-tqdm/PLIST
index 8ddf6776d7f..030ad19bd4c 100644
--- a/misc/py-tqdm/PLIST
+++ b/misc/py-tqdm/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2020/07/14 12:39:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2020/08/11 18:44:53 joerg Exp $
bin/tqdm-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -36,6 +36,9 @@ ${PYSITELIB}/tqdm/_utils.pyo
${PYSITELIB}/tqdm/_version.py
${PYSITELIB}/tqdm/_version.pyc
${PYSITELIB}/tqdm/_version.pyo
+${PYSITELIB}/tqdm/asyncio.py
+${PYSITELIB}/tqdm/asyncio.pyc
+${PYSITELIB}/tqdm/asyncio.pyo
${PYSITELIB}/tqdm/auto.py
${PYSITELIB}/tqdm/auto.pyc
${PYSITELIB}/tqdm/auto.pyo