summaryrefslogtreecommitdiff
path: root/time/py-jrnl
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-09-25 13:11:03 +0000
committeradam <adam@pkgsrc.org>2019-09-25 13:11:03 +0000
commita4cb5d23cc03cc91b960cbdd553093ce4ddfe5af (patch)
tree1b040b6b50675c1c0b1acf9c8c100068e7ef67d4 /time/py-jrnl
parent3083f6b741cc23e22bc9b4c4efdd8354be108bf6 (diff)
downloadpkgsrc-a4cb5d23cc03cc91b960cbdd553093ce4ddfe5af.tar.gz
py-jrnl: mark as incompatible with Python 2.7
Diffstat (limited to 'time/py-jrnl')
-rw-r--r--time/py-jrnl/Makefile4
1 files changed, 3 insertions, 1 deletions
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}