pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-google-reauth



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jul 12 09:07:13 UTC 2022

Modified Files:
        pkgsrc/security/py-google-reauth: Makefile

Log Message:
py-google-reauth: limit to python 3


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-google-reauth/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-google-reauth/Makefile
diff -u pkgsrc/security/py-google-reauth/Makefile:1.3 pkgsrc/security/py-google-reauth/Makefile:1.4
--- pkgsrc/security/py-google-reauth/Makefile:1.3       Thu May 19 07:42:01 2022
+++ pkgsrc/security/py-google-reauth/Makefile   Tue Jul 12 09:07:13 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/05/19 07:42:01 adam Exp $
+# $NetBSD: Makefile,v 1.4 2022/07/12 09:07:13 wiz Exp $
 
 DISTNAME=      google-reauth-0.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,5 +13,7 @@ LICENSE=      apache-2.0
 DEPENDS+=      ${PYPKGPREFIX}-oauth2client>=2:../../security/py-oauth2client
 DEPENDS+=      ${PYPKGPREFIX}-u2f-[0-9]*:../../security/py-u2f
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index