pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/py-tqdm



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Aug 11 18:44:53 UTC 2020

Modified Files:
        pkgsrc/misc/py-tqdm: Makefile PLIST

Log Message:
asyncio is not supported by Python 2.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/misc/py-tqdm/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/py-tqdm/PLIST

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

Modified files:

Index: pkgsrc/misc/py-tqdm/Makefile
diff -u pkgsrc/misc/py-tqdm/Makefile:1.21 pkgsrc/misc/py-tqdm/Makefile:1.22
--- pkgsrc/misc/py-tqdm/Makefile:1.21   Wed Aug  5 06:48:17 2020
+++ pkgsrc/misc/py-tqdm/Makefile        Tue Aug 11 18:44:53 2020
@@ -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-[
 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

Index: pkgsrc/misc/py-tqdm/PLIST
diff -u pkgsrc/misc/py-tqdm/PLIST:1.8 pkgsrc/misc/py-tqdm/PLIST:1.9
--- pkgsrc/misc/py-tqdm/PLIST:1.8       Tue Jul 14 12:39:03 2020
+++ pkgsrc/misc/py-tqdm/PLIST   Tue Aug 11 18:44:53 2020
@@ -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



Home | Main Index | Thread Index | Old Index