pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/py-mailman-hyperkitty



Module Name:    pkgsrc
Committed By:   markd
Date:           Sat Oct 14 01:22:43 UTC 2023

Modified Files:
        pkgsrc/mail/py-mailman-hyperkitty: Makefile

Log Message:
py-mailman-hyperkitty: disallow python38 due to mailman3


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/py-mailman-hyperkitty/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-mailman-hyperkitty/Makefile
diff -u pkgsrc/mail/py-mailman-hyperkitty/Makefile:1.2 pkgsrc/mail/py-mailman-hyperkitty/Makefile:1.3
--- pkgsrc/mail/py-mailman-hyperkitty/Makefile:1.2      Sun Jun 18 05:39:37 2023
+++ pkgsrc/mail/py-mailman-hyperkitty/Makefile  Sat Oct 14 01:22:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/06/18 05:39:37 adam Exp $
+# $NetBSD: Makefile,v 1.3 2023/10/14 01:22:43 markd Exp $
 
 DISTNAME=      mailman-hyperkitty-1.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@ DEPENDS+=     ${PYPKGPREFIX}-zope.interface-
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index