pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-approvaltests Doesn't build with Python 2.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/736d18fd4c49
branches:  trunk
changeset: 446696:736d18fd4c49
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Fri Feb 12 07:57:00 2021 +0000

description:
Doesn't build with Python 2.7.

diffstat:

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

diffs (17 lines):

diff -r 3c408d776464 -r 736d18fd4c49 devel/py-approvaltests/Makefile
--- a/devel/py-approvaltests/Makefile   Fri Feb 12 07:28:30 2021 +0000
+++ b/devel/py-approvaltests/Makefile   Fri Feb 12 07:57:00 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/02/01 20:38:12 schmonz Exp $
+# $NetBSD: Makefile,v 1.8 2021/02/12 07:57:00 schmonz Exp $
 
 DISTNAME=      approvaltests-0.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,6 +15,7 @@
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONED_DEPENDENCIES= test
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../lang/python/versioned_dependencies.mk"



Home | Main Index | Thread Index | Old Index