Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/inkscape graphics/inkscape: clean up REPLACE_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/276b9efb845c
branches:  trunk
changeset: 431997:276b9efb845c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 18 05:20:58 2020 +0000

description:
graphics/inkscape: clean up REPLACE_PYTHON

Some of the files don't exist anymore, the others don't need it.

diffstat:

 graphics/inkscape/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 242b1cf85cab -r 276b9efb845c graphics/inkscape/Makefile
--- a/graphics/inkscape/Makefile        Mon May 18 05:12:51 2020 +0000
+++ b/graphics/inkscape/Makefile        Mon May 18 05:20:58 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.210 2020/05/17 00:38:47 tnn Exp $
+# $NetBSD: Makefile,v 1.211 2020/05/18 05:20:58 rillig Exp $
 
 DISTNAME=      inkscape-1.0
 PKGREVISION=   3
@@ -56,11 +56,7 @@
 SUBST_FILES.pycmd+=    share/*/CMakeLists.txt
 SUBST_SED.pycmd=       -e "s,COMMAND python3,COMMAND ${PYTHONBIN},g"
 
-REPLACE_PYTHON+=       cxxtest/cxxtestgen.py
 REPLACE_PYTHON+=       share/extensions/*.py
-REPLACE_PYTHON+=       share/extensions/Barcode/*.py
-REPLACE_PYTHON+=       share/extensions/ink2canvas/*.py
-REPLACE_PYTHON+=       share/extensions/test/*.test.py
 
 CHECK_INTERPRETER_SKIP+=       share/inkscape/extensions/genpofiles.sh
 CHECK_INTERPRETER_SKIP+=       share/inkscape/extensions/simplepath.rb



Home | Main Index | Thread Index | Old Index