From a4cb5d23cc03cc91b960cbdd553093ce4ddfe5af Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 25 Sep 2019 13:11:03 +0000 Subject: py-jrnl: mark as incompatible with Python 2.7 --- time/py-jrnl/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'time/py-jrnl') diff --git a/time/py-jrnl/Makefile b/time/py-jrnl/Makefile index d623cfc7e03..04a0e24f073 100644 --- a/time/py-jrnl/Makefile +++ b/time/py-jrnl/Makefile @@ -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 @@ DEPENDS+= ${PYPKGPREFIX}-tzlocal>=1.1:../../time/py-tzlocal USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-keyring + post-install: ${MV} ${DESTDIR}${PREFIX}/bin/jrnl ${DESTDIR}${PREFIX}/bin/jrnl-${PYVERSSUFFIX} || ${TRUE} -- cgit v1.2.3