pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-requests-oauthlib py-requests-oauthlib: ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/277a78a7459a
branches:  trunk
changeset: 448411:277a78a7459a
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Mar 07 17:16:51 2021 +0000

description:
py-requests-oauthlib: mark as incompatible with Python 2.7

diffstat:

 security/py-requests-oauthlib/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8fe86daa95fc -r 277a78a7459a security/py-requests-oauthlib/Makefile
--- a/security/py-requests-oauthlib/Makefile    Sun Mar 07 17:16:19 2021 +0000
+++ b/security/py-requests-oauthlib/Makefile    Sun Mar 07 17:16:51 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2019/11/07 13:34:36 adam Exp $
+# $NetBSD: Makefile,v 1.11 2021/03/07 17:16:51 adam Exp $
 
 DISTNAME=      requests-oauthlib-1.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,5 +17,7 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-JWT
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index