pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/texttest
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jan 28 12:04:17 UTC 2022
Modified Files:
pkgsrc/devel/texttest: Makefile PLIST
Log Message:
texttest: restrict to python 3.x
(reduce py27-gobject3 users)
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/texttest/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/texttest/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/texttest/Makefile
diff -u pkgsrc/devel/texttest/Makefile:1.13 pkgsrc/devel/texttest/Makefile:1.14
--- pkgsrc/devel/texttest/Makefile:1.13 Wed Jan 12 09:50:59 2022
+++ pkgsrc/devel/texttest/Makefile Fri Jan 28 12:04:17 2022
@@ -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 @@ DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:
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
Index: pkgsrc/devel/texttest/PLIST
diff -u pkgsrc/devel/texttest/PLIST:1.4 pkgsrc/devel/texttest/PLIST:1.5
--- pkgsrc/devel/texttest/PLIST:1.4 Tue Jan 4 14:57:00 2022
+++ pkgsrc/devel/texttest/PLIST Fri Jan 28 12:04:17 2022
@@ -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