pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/blender



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 11 15:47:14 UTC 2024

Modified Files:
        pkgsrc/graphics/blender: Makefile

Log Message:
blender: remove references to non-existent files; mark as not for Python 3.13


To generate a diff of this commit:
cvs rdiff -u -r1.224 -r1.225 pkgsrc/graphics/blender/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/blender/Makefile
diff -u pkgsrc/graphics/blender/Makefile:1.224 pkgsrc/graphics/blender/Makefile:1.225
--- pkgsrc/graphics/blender/Makefile:1.224      Sat Oct 19 11:55:06 2024
+++ pkgsrc/graphics/blender/Makefile    Mon Nov 11 15:47:14 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.224 2024/10/19 11:55:06 wiz Exp $
+# $NetBSD: Makefile,v 1.225 2024/11/11 15:47:14 wiz Exp $
 
 DISTNAME=      blender-4.2.1
 PKGREVISION=   2
@@ -56,14 +56,10 @@ CMAKE_CONFIGURE_ARGS+=      -DWITH_PYTHON_INS
 
 PLIST_SUBST+=  BLENDERVER=${PKGVERSION_NOREV:R}
 
-REPLACE_PYTHON=                scripts/addons/io_curve_svg/svg_util_test.py \
-                       scripts/addons/io_scene_fbx/fbx2json.py \
-                       scripts/addons/io_scene_fbx/json2fbx.py \
-                       scripts/addons/node_wrangler/utils/paths_test.py \
-                       scripts/modules/bl_i18n_utils/merge_po.py \
-                       scripts/modules/blend_render_info.py
+REPLACE_PYTHON+=       scripts/modules/bl_i18n_utils/merge_po.py
+REPLACE_PYTHON+=       scripts/modules/blend_render_info.py
 
-PYTHON_VERSIONS_INCOMPATIBLE=  39 310
+PYTHON_VERSIONS_INCOMPATIBLE=  39 310 313
 
 .include "options.mk"
 .include "../../archivers/minizip-ng/buildlink3.mk"



Home | Main Index | Thread Index | Old Index