pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/dupeguru



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 13 09:31:49 UTC 2024

Modified Files:
        pkgsrc/sysutils/dupeguru: Makefile

Log Message:
dupeguru: mark as not for Python 3.12/3.13

ModuleNotFoundError: No module named 'imp'


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/dupeguru/Makefile

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

Modified files:

Index: pkgsrc/sysutils/dupeguru/Makefile
diff -u pkgsrc/sysutils/dupeguru/Makefile:1.18 pkgsrc/sysutils/dupeguru/Makefile:1.19
--- pkgsrc/sysutils/dupeguru/Makefile:1.18      Sat Aug 10 07:54:16 2024
+++ pkgsrc/sysutils/dupeguru/Makefile   Sun Oct 13 09:31:49 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2024/08/10 07:54:16 adam Exp $
+# $NetBSD: Makefile,v 1.19 2024/10/13 09:31:49 wiz Exp $
 
 DISTNAME=      dupeguru-src-4.0.4_RC
 PKGNAME=       ${DISTNAME:S/-src//:S/_RC/rc1/}
@@ -23,7 +23,9 @@ WRKSRC=                       ${WRKDIR}
 USE_LANGUAGES=         c
 USE_TOOLS=             gmake pax
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
+PYTHON_VERSIONS_INCOMPATIBLE=  39 # py-sphinx
+# ModuleNotFoundError: No module named 'imp'
+PYTHON_VERSIONS_INCOMPATIBLE+= 312 313
 REPLACE_PYTHON+=               run.py
 
 MAKE_ENV+=     PYRCC5=pyrcc5-${PYVERSSUFFIX}



Home | Main Index | Thread Index | Old Index