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:   jperkin
Date:           Fri Apr  5 07:59:33 UTC 2024

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

Log Message:
py-lieer: Fix PYTHON_VERSIONS_INCOMPATIBLE.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/mail/py-lieer/Makefile:1.2
--- pkgsrc/mail/py-lieer/Makefile:1.1   Thu Apr  4 04:23:55 2024
+++ pkgsrc/mail/py-lieer/Makefile       Fri Apr  5 07:59:33 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/04/04 04:23:55 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/04/05 07:59:33 jperkin Exp $
 
 DISTNAME=      lieer-1.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,7 +19,7 @@ DEPENDS+=     ${PYPKGPREFIX}-tqdm-[0-9]*:../
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 post-install:
        cd ${DESTDIR}${PREFIX} && \



Home | Main Index | Thread Index | Old Index