pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-oauthlib
Module Name: pkgsrc
Committed By: adam
Date: Sun Mar 7 17:16:19 UTC 2021
Modified Files:
pkgsrc/security/py-oauthlib: Makefile
Log Message:
py-oauthlib: mark as incompatible with Python 2.7
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/py-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-oauthlib/Makefile
diff -u pkgsrc/security/py-oauthlib/Makefile:1.19 pkgsrc/security/py-oauthlib/Makefile:1.20
--- pkgsrc/security/py-oauthlib/Makefile:1.19 Mon Aug 12 07:45:23 2019
+++ pkgsrc/security/py-oauthlib/Makefile Sun Mar 7 17:16:19 2021
@@ -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 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]
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