pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/texttest texttest: restrict to python 3.x



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5ef9c1588e7
branches:  trunk
changeset: 372669:d5ef9c1588e7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 28 12:04:17 2022 +0000

description:
texttest: restrict to python 3.x

(reduce py27-gobject3 users)

diffstat:

 devel/texttest/Makefile |   8 +++++---
 devel/texttest/PLIST    |  12 ++++++------
 2 files changed, 11 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r 0061cb483303 -r d5ef9c1588e7 devel/texttest/Makefile
--- a/devel/texttest/Makefile   Fri Jan 28 12:04:05 2022 +0000
+++ b/devel/texttest/Makefile   Fri Jan 28 12:04:17 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2022/01/12 09:50:59 schmonz Exp $
+# $NetBSD: Makefile,v 1.14 2022/01/28 12:04:17 wiz Exp $
 
 DISTNAME=              TextTest-4.0.9
 PKGNAME=               ${DISTNAME:tl}
@@ -15,8 +15,10 @@
 
 USE_LANGUAGES=         # none
 
-REPLACE_PYTHON=                texttestlib/default/batch/__init__.py \
-                       texttestlib/default/virtualdisplay.py
+REPLACE_PYTHON+=       texttestlib/default/batch/__init__.py
+REPLACE_PYTHON+=       texttestlib/default/virtualdisplay.py
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 SUBST_CLASSES+=                prefix
 SUBST_STAGE.prefix=    pre-configure
diff -r 0061cb483303 -r d5ef9c1588e7 devel/texttest/PLIST
--- a/devel/texttest/PLIST      Fri Jan 28 12:04:05 2022 +0000
+++ b/devel/texttest/PLIST      Fri Jan 28 12:04:17 2022 +0000
@@ -1,13 +1,13 @@
-@comment $NetBSD: PLIST,v 1.4 2022/01/04 14:57:00 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/01/28 12:04:17 wiz Exp $
 bin/filter_fpdiff.py
 bin/filter_rundependent.py
 bin/interpretcore
 bin/texttest
-${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/texttestlib/__init__.py
 ${PYSITELIB}/texttestlib/__init__.pyc
 ${PYSITELIB}/texttestlib/__init__.pyo



Home | Main Index | Thread Index | Old Index