pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/inkscape



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon May 18 05:20:58 UTC 2020

Modified Files:
        pkgsrc/graphics/inkscape: Makefile

Log Message:
graphics/inkscape: clean up REPLACE_PYTHON

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


To generate a diff of this commit:
cvs rdiff -u -r1.210 -r1.211 pkgsrc/graphics/inkscape/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/inkscape/Makefile
diff -u pkgsrc/graphics/inkscape/Makefile:1.210 pkgsrc/graphics/inkscape/Makefile:1.211
--- pkgsrc/graphics/inkscape/Makefile:1.210     Sun May 17 00:38:47 2020
+++ pkgsrc/graphics/inkscape/Makefile   Mon May 18 05:20:58 2020
@@ -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_MESSAGE.pycmd= Replacing COMMAND p
 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