pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-testtools does not build with python24



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04deba67ab37
branches:  trunk
changeset: 593246:04deba67ab37
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Oct 02 15:54:22 2011 +0000

description:
does not build with python24

diffstat:

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

diffs (17 lines):

diff -r e5f62e0f52d2 -r 04deba67ab37 devel/py-testtools/Makefile
--- a/devel/py-testtools/Makefile       Sun Oct 02 15:51:13 2011 +0000
+++ b/devel/py-testtools/Makefile       Sun Oct 02 15:54:22 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/07/22 14:15:01 obache Exp $
+# $NetBSD: Makefile,v 1.2 2011/10/02 15:54:22 dholland Exp $
 #
 
 DISTNAME=      testtools-0.9.11
@@ -15,5 +15,7 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  24
+
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index