pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/todoman



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Mar 24 16:57:36 UTC 2017

Modified Files:
        pkgsrc/misc/todoman: Makefile

Log Message:
does not support python-2.x, mark it as such.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/todoman/Makefile

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

Modified files:

Index: pkgsrc/misc/todoman/Makefile
diff -u pkgsrc/misc/todoman/Makefile:1.6 pkgsrc/misc/todoman/Makefile:1.7
--- pkgsrc/misc/todoman/Makefile:1.6    Mon Feb 27 10:24:11 2017
+++ pkgsrc/misc/todoman/Makefile        Fri Mar 24 16:57:36 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/02/27 10:24:11 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/03/24 16:57:36 wiz Exp $
 
 DISTNAME=      todoman-2.1.0
 CATEGORIES=    misc
@@ -26,6 +26,7 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-sqlite3-[
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index