pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-oauthlib py-oauthlib: mark as incompatible...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8fe86daa95fc
branches:  trunk
changeset: 448410:8fe86daa95fc
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Mar 07 17:16:19 2021 +0000

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

diffstat:

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

diffs (17 lines):

diff -r 306234709358 -r 8fe86daa95fc security/py-oauthlib/Makefile
--- a/security/py-oauthlib/Makefile     Sun Mar 07 17:14:41 2021 +0000
+++ b/security/py-oauthlib/Makefile     Sun Mar 07 17:16:19 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2019/08/12 07:45:23 adam Exp $
+# $NetBSD: Makefile,v 1.20 2021/03/07 17:16:19 adam Exp $
 
 DISTNAME=      oauthlib-3.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,5 +18,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