pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-twython



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu May 14 19:16:24 UTC 2020

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

Log Message:
No longer supports Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-twython/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-twython/Makefile
diff -u pkgsrc/net/py-twython/Makefile:1.6 pkgsrc/net/py-twython/Makefile:1.7
--- pkgsrc/net/py-twython/Makefile:1.6  Wed Apr 29 13:35:07 2020
+++ pkgsrc/net/py-twython/Makefile      Thu May 14 19:16:23 2020
@@ -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 @@ DEPENDS+=     ${PYPKGPREFIX}-requests-oauthl
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index