pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-requests-oauthlib



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Mar  7 17:16:51 UTC 2021

Modified Files:
        pkgsrc/security/py-requests-oauthlib: Makefile

Log Message:
py-requests-oauthlib: mark as incompatible with Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-requests-oauthlib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-requests-oauthlib/Makefile
diff -u pkgsrc/security/py-requests-oauthlib/Makefile:1.10 pkgsrc/security/py-requests-oauthlib/Makefile:1.11
--- pkgsrc/security/py-requests-oauthlib/Makefile:1.10  Thu Nov  7 13:34:36 2019
+++ pkgsrc/security/py-requests-oauthlib/Makefile       Sun Mar  7 17:16:51 2021
@@ -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 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-requests-m
 
 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