pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/py-octoprint



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov  5 22:34:51 UTC 2023

Modified Files:
        pkgsrc/print/py-octoprint: Makefile

Log Message:
py-octoprint: not for Python 3.12


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/py-octoprint/Makefile

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

Modified files:

Index: pkgsrc/print/py-octoprint/Makefile
diff -u pkgsrc/print/py-octoprint/Makefile:1.7 pkgsrc/print/py-octoprint/Makefile:1.8
--- pkgsrc/print/py-octoprint/Makefile:1.7      Wed Jan  5 15:41:19 2022
+++ pkgsrc/print/py-octoprint/Makefile  Sun Nov  5 22:34:51 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/01/05 15:41:19 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2023/11/05 22:34:51 wiz Exp $
 
 DISTNAME=      ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
 PKGNAME=       ${PYPKGPREFIX}-octoprint-1.6.1
@@ -15,7 +15,7 @@ LICENSE=      gnu-agpl-v3
 
 RCD_SCRIPTS=   octoprint
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 312
 
 DEPENDS+=      ${PYPKGPREFIX}-blinker>=1.4:../../devel/py-blinker
 DEPENDS+=      ${PYPKGPREFIX}-cachelib>=0.1:../../devel/py-cachelib



Home | Main Index | Thread Index | Old Index