pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-requests-gssapi py-requests-gssapi: fix bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c89aed62b774
branches:  trunk
changeset: 455443:c89aed62b774
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Mon Jul 05 00:45:19 2021 +0000

description:
py-requests-gssapi: fix bulk builds

py-gssapi is no longer compatible with Python 2.7.

diffstat:

 security/py-requests-gssapi/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 992720f392b1 -r c89aed62b774 security/py-requests-gssapi/Makefile
--- a/security/py-requests-gssapi/Makefile      Sun Jul 04 17:43:27 2021 +0000
+++ b/security/py-requests-gssapi/Makefile      Mon Jul 05 00:45:19 2021 +0000
@@ -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 @@
 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