pkgsrc-WIP-changes archive

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

py-trimesh: restrict to python 3.12+ for py-numpy



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Thu Aug 13 15:34:51 2026 +0900
Changeset:	d7b3752d57b26757386c358b48c4b18a2871cf22

Modified Files:
	py-trimesh/Makefile

Log Message:
py-trimesh: restrict to python 3.12+ for py-numpy

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d7b3752d57b26757386c358b48c4b18a2871cf22

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

diffstat:
 py-trimesh/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/py-trimesh/Makefile b/py-trimesh/Makefile
index ec2e5a9eb2..49e4fbdabd 100644
--- a/py-trimesh/Makefile
+++ b/py-trimesh/Makefile
@@ -14,6 +14,8 @@ DEPENDS+=	${PYPKGPREFIX}-networkx>=1.10:../../math/py-networkx
 
 USE_LANGUAGES=	# none
 
+PYTHON_VERSIONS_INCOMPATIBLE=	310 311 # py-numpy
+
 .include "../../lang/python/egg.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index