pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-gcs-oauth2-boto-plugin



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 27 23:49:41 UTC 2022

Modified Files:
        pkgsrc/net/py-gcs-oauth2-boto-plugin: Makefile

Log Message:
py-gcs-oauth2-boto-plugin: mark as not for python 2.7 due to py-rsa


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/py-gcs-oauth2-boto-plugin/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-gcs-oauth2-boto-plugin/Makefile
diff -u pkgsrc/net/py-gcs-oauth2-boto-plugin/Makefile:1.7 pkgsrc/net/py-gcs-oauth2-boto-plugin/Makefile:1.8
--- pkgsrc/net/py-gcs-oauth2-boto-plugin/Makefile:1.7   Thu Jan 27 10:29:54 2022
+++ pkgsrc/net/py-gcs-oauth2-boto-plugin/Makefile       Thu Jan 27 23:49:41 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/01/27 10:29:54 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/01/27 23:49:41 wiz Exp $
 
 DISTNAME=      gcs-oauth2-boto-plugin-3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -23,5 +23,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-freezegun-
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-rsa
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index