asyncio is not supported by Python 2.
This commit is contained in:
parent
6062cc2352
commit
454f2daab1
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue