pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-keyring py-keyring: mark as incompatible w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f4aa2becabd
branches:  trunk
changeset: 340172:5f4aa2becabd
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Sep 25 13:06:12 2019 +0000

description:
py-keyring: mark as incompatible with Python 2.7

diffstat:

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

diffs (18 lines):

diff -r aafe520b4ccb -r 5f4aa2becabd security/py-keyring/Makefile
--- a/security/py-keyring/Makefile      Wed Sep 25 11:51:50 2019 +0000
+++ b/security/py-keyring/Makefile      Wed Sep 25 13:06:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2019/09/20 16:39:31 adam Exp $
+# $NetBSD: Makefile,v 1.25 2019/09/25 13:06:12 adam Exp $
 
 DISTNAME=      keyring-19.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,6 +17,8 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 REPLACE_PYTHON+=       keyring/cli.py
 
 post-install:



Home | Main Index | Thread Index | Old Index