pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/py-jrnl py-jrnl: mark as incompatible with Python...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8aa912fdda77
branches:  trunk
changeset: 401759:8aa912fdda77
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Sep 25 13:11:03 2019 +0000

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

diffstat:

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

diffs (18 lines):

diff -r 74844d6a03dd -r 8aa912fdda77 time/py-jrnl/Makefile
--- a/time/py-jrnl/Makefile     Wed Sep 25 13:09:41 2019 +0000
+++ b/time/py-jrnl/Makefile     Wed Sep 25 13:11:03 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/09/20 16:52:46 adam Exp $
+# $NetBSD: Makefile,v 1.4 2019/09/25 13:11:03 adam Exp $
 
 DISTNAME=      jrnl-1.9.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -24,6 +24,8 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-keyring
+
 post-install:
        ${MV} ${DESTDIR}${PREFIX}/bin/jrnl ${DESTDIR}${PREFIX}/bin/jrnl-${PYVERSSUFFIX} || ${TRUE}
 



Home | Main Index | Thread Index | Old Index