pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/py-lieer



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Mar  4 09:14:39 UTC 2025

Modified Files:
        pkgsrc/mail/py-lieer: Makefile

Log Message:
py-lieer: not for Python 3.10


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/py-lieer/Makefile

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

Modified files:

Index: pkgsrc/mail/py-lieer/Makefile
diff -u pkgsrc/mail/py-lieer/Makefile:1.4 pkgsrc/mail/py-lieer/Makefile:1.5
--- pkgsrc/mail/py-lieer/Makefile:1.4   Mon Nov 11 07:28:38 2024
+++ pkgsrc/mail/py-lieer/Makefile       Tue Mar  4 09:14:38 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/11/11 07:28:38 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2025/03/04 09:14:38 wiz Exp $
 
 DISTNAME=      lieer-1.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,6 +18,8 @@ DEPENDS+=     ${PYPKGPREFIX}-tqdm-[0-9]*:../
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  39 310 # py-sphinx via py-notmuch2 via notmuch
+
 post-install:
        cd ${DESTDIR}${PREFIX} && \
        ${MV} bin/gmi bin/gmi-${PYVERSSUFFIX}



Home | Main Index | Thread Index | Old Index