pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/bulk-large



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul  3 17:33:39 UTC 2023

Modified Files:
        pkgsrc/meta-pkgs/bulk-large: Makefile

Log Message:
bulk-large: not for Python 3.9 due to blender


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/meta-pkgs/bulk-large/Makefile

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

Modified files:

Index: pkgsrc/meta-pkgs/bulk-large/Makefile
diff -u pkgsrc/meta-pkgs/bulk-large/Makefile:1.56 pkgsrc/meta-pkgs/bulk-large/Makefile:1.57
--- pkgsrc/meta-pkgs/bulk-large/Makefile:1.56   Mon Jul  3 12:47:46 2023
+++ pkgsrc/meta-pkgs/bulk-large/Makefile        Mon Jul  3 17:33:39 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2023/07/03 12:47:46 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2023/07/03 17:33:39 wiz Exp $
 
 DISTNAME=      bulk-large-20230703
 CATEGORIES=    meta-pkgs
@@ -144,7 +144,7 @@ DEPENDS+=   bulk-medium-[0-9]*:../../meta-
 DEPENDS+=      bulk-small-[0-9]*:../../meta-pkgs/bulk-small
 
 PYTHON_FOR_BUILD_ONLY= yes
-PYTHON_VERSIONS_INCOMPATIBLE=  27 37 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 38 39
 .include "../../lang/php/phpversion.mk" # for PHP_PKG_PREFIX
 .include "../../lang/python/pyversion.mk" # for PYPKGPREFIX
 .include "../../lang/ruby/rubyversion.mk" # for RUBY_PKGPREFIX



Home | Main Index | Thread Index | Old Index