pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-twine



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

Modified Files:
        pkgsrc/net/py-twine: Makefile

Log Message:
py-tqdm doesn't support Python 2.7.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/py-twine/Makefile

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

Modified files:

Index: pkgsrc/net/py-twine/Makefile
diff -u pkgsrc/net/py-twine/Makefile:1.2 pkgsrc/net/py-twine/Makefile:1.3
--- pkgsrc/net/py-twine/Makefile:1.2    Sat May 16 18:00:31 2020
+++ pkgsrc/net/py-twine/Makefile        Tue Aug 11 18:44:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/05/16 18:00:31 adam Exp $
+# $NetBSD: Makefile,v 1.3 2020/08/11 18:44:01 joerg Exp $
 
 DISTNAME=      twine-1.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,6 +18,7 @@ DEPENDS+=     ${PYPKGPREFIX}-setuptools>=0.7
 DEPENDS+=      ${PYPKGPREFIX}-tqdm>=4.14:../../misc/py-tqdm
 
 PYTHON_VERSIONED_DEPENDENCIES= test:test
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-tqdm
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index