Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-twython No longer supports Python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/719f46aa7446
branches:  trunk
changeset: 431577:719f46aa7446
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu May 14 19:16:23 2020 +0000

description:
No longer supports Python 2.7

diffstat:

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

diffs (17 lines):

diff -r 94371f36f6fa -r 719f46aa7446 net/py-twython/Makefile
--- a/net/py-twython/Makefile   Thu May 14 19:15:41 2020 +0000
+++ b/net/py-twython/Makefile   Thu May 14 19:16:23 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/04/29 13:35:07 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/05/14 19:16:23 joerg Exp $
 
 DISTNAME=      twython-3.8.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,5 +15,7 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index