pkgsrc-WIP-changes archive

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

py-transformers: 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:33:40 2026 +0900
Changeset:	5bd6f8a595b7a2691cc2ba910264a60525744f95

Modified Files:
	py-transformers/Makefile

Log Message:
py-transformers: 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=5bd6f8a595b7a2691cc2ba910264a60525744f95

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

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

diffs:
diff --git a/py-transformers/Makefile b/py-transformers/Makefile
index d1a2c687ca..e707660989 100644
--- a/py-transformers/Makefile
+++ b/py-transformers/Makefile
@@ -118,6 +118,8 @@ DEPENDS+=	${PYPKGPREFIX}-tqdm>=4.27:../../misc/py-tqdm
 
 USE_LANGUAGES=	c++
 
+PYTHON_VERSIONS_INCOMPATIBLE=	310 311 # py-numpy
+
 SCRIPTS=	transformers
 
 post-install:


Home | Main Index | Thread Index | Old Index