Skip to content

Commit

Permalink
dupeguru: mark as not for Python 3.12/3.13
Browse files Browse the repository at this point in the history
ModuleNotFoundError: No module named 'imp'
  • Loading branch information
0-wiz-0 committed Oct 13, 2024
1 parent aabf5e3 commit 8857f5b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sysutils/dupeguru/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand All @@ -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}
Expand Down

0 comments on commit 8857f5b

Please sign in to comment.