pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/blender-lts



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jun 22 10:22:57 UTC 2022

Modified Files:
        pkgsrc/graphics/blender-lts: Makefile

Log Message:
blender-lts: Incompatible with Python 3.9. This package needs some love...


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/blender-lts/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-lts/Makefile
diff -u pkgsrc/graphics/blender-lts/Makefile:1.16 pkgsrc/graphics/blender-lts/Makefile:1.17
--- pkgsrc/graphics/blender-lts/Makefile:1.16   Mon Mar 28 10:44:20 2022
+++ pkgsrc/graphics/blender-lts/Makefile        Wed Jun 22 10:22:57 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2022/03/28 10:44:20 tnn Exp $
+# $NetBSD: Makefile,v 1.17 2022/06/22 10:22:57 nia Exp $
 
 DISTNAME=      blender-2.83.5
 PKGREVISION=   14
@@ -52,7 +52,7 @@ INSTALLATION_DIRS=    bin share/blender
 
 CHECK_PORTABILITY_SKIP+=       doc/python_api/sphinx_doc_gen.sh
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_ACCEPTED=      38 37
 
 pre-configure:
        ${MKDIR} ${WRKSRC}/build



Home | Main Index | Thread Index | Old Index