pkgsrc-WIP-changes archive

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

py-Cura: restrict to python 3.12+ for py-zeroconf



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

Modified Files:
	py-Cura/Makefile

Log Message:
py-Cura: restrict to python 3.12+ for py-zeroconf

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

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

diffstat:
 py-Cura/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-Cura/Makefile b/py-Cura/Makefile
index eaca1af541..8b46f591e8 100644
--- a/py-Cura/Makefile
+++ b/py-Cura/Makefile
@@ -34,7 +34,7 @@ SUBST_MESSAGE.fix-version=	Fixing Cura version.
 SUBST_FILES.fix-version=	CMakeLists.txt
 SUBST_SED.fix-version=		-e "s,\(CURA_VERSION\) \"master\",\1 \"${GITHUB_TAG}\",g"
 
-PYTHON_VERSIONS_ACCEPTED=	311
+PYTHON_VERSIONS_INCOMPATIBLE=	310 311 # py-zeroconf
 
 PY_PATCHPLIST=	YES
 


Home | Main Index | Thread Index | Old Index