Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-twine py-tqdm doesn't support Python 2.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6bec71e494a
branches:  trunk
changeset: 436907:c6bec71e494a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Aug 11 18:44:01 2020 +0000

description:
py-tqdm doesn't support Python 2.7.

diffstat:

 net/py-twine/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4003f25554f2 -r c6bec71e494a net/py-twine/Makefile
--- a/net/py-twine/Makefile     Tue Aug 11 18:43:20 2020 +0000
+++ b/net/py-twine/Makefile     Tue Aug 11 18:44:01 2020 +0000
@@ -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}-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