pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Jul  5 00:45:19 UTC 2021

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

Log Message:
py-requests-gssapi: fix bulk builds

py-gssapi is no longer compatible with Python 2.7.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-requests-gssapi/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-gssapi/Makefile
diff -u pkgsrc/security/py-requests-gssapi/Makefile:1.1 pkgsrc/security/py-requests-gssapi/Makefile:1.2
--- pkgsrc/security/py-requests-gssapi/Makefile:1.1     Sun Jul  4 12:40:40 2021
+++ pkgsrc/security/py-requests-gssapi/Makefile Mon Jul  5 00:45:19 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/07/04 12:40:40 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2021/07/05 00:45:19 gutteridge Exp $
 
 DISTNAME=      requests-gssapi-1.2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,6 +13,8 @@ LICENSE=      isc
 DEPENDS+=      ${PYPKGPREFIX}-gssapi-[0-9]*:../../security/py-gssapi
 DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-gssapi
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index