pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/mailman3-web



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug  6 11:30:59 UTC 2024

Modified Files:
        pkgsrc/www/mailman3-web: Makefile

Log Message:
mailman3-web: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/mailman3-web/Makefile

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

Modified files:

Index: pkgsrc/www/mailman3-web/Makefile
diff -u pkgsrc/www/mailman3-web/Makefile:1.7 pkgsrc/www/mailman3-web/Makefile:1.8
--- pkgsrc/www/mailman3-web/Makefile:1.7        Mon Apr 29 07:50:16 2024
+++ pkgsrc/www/mailman3-web/Makefile    Tue Aug  6 11:30:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2024/04/29 07:50:16 markd Exp $
+# $NetBSD: Makefile,v 1.8 2024/08/06 11:30:59 adam Exp $
 
 DISTNAME=      mailman_web-0.0.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -18,7 +18,7 @@ DEPENDS+=     ${PYPKGPREFIX}-Whoosh-[0-9]*:.
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 BUILD_DEFS+=           VARBASE
 



Home | Main Index | Thread Index | Old Index