pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-service_identity py-service_identity: mark...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70d21b52c735
branches:  trunk
changeset: 385215:70d21b52c735
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 11 18:12:04 2022 +0000

description:
py-service_identity: mark as not for python 2.x

diffstat:

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

diffs (17 lines):

diff -r a2160ca2d123 -r 70d21b52c735 security/py-service_identity/Makefile
--- a/security/py-service_identity/Makefile     Sun Sep 11 18:11:19 2022 +0000
+++ b/security/py-service_identity/Makefile     Sun Sep 11 18:12:04 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/01/04 20:54:44 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2022/09/11 18:12:04 wiz Exp $
 
 DISTNAME=      service_identity-18.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,5 +17,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-characteristic>=14.0.0:../../devel/py-characteristic
 DEPENDS+=      ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index