pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-jrnl



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Sep 25 13:11:03 UTC 2019

Modified Files:
        pkgsrc/time/py-jrnl: Makefile

Log Message:
py-jrnl: mark as incompatible with Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/py-jrnl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/py-jrnl/Makefile
diff -u pkgsrc/time/py-jrnl/Makefile:1.3 pkgsrc/time/py-jrnl/Makefile:1.4
--- pkgsrc/time/py-jrnl/Makefile:1.3    Fri Sep 20 16:52:46 2019
+++ pkgsrc/time/py-jrnl/Makefile        Wed Sep 25 13:11:03 2019
@@ -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:..
 
 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