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:   jperkin
Date:           Wed Nov 27 10:48:59 UTC 2024

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

Log Message:
py-mailman-hyperkitty: Fix python versions.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/mail/py-mailman-hyperkitty/Makefile:1.5
--- pkgsrc/mail/py-mailman-hyperkitty/Makefile:1.4      Mon Oct 14 06:45:47 2024
+++ pkgsrc/mail/py-mailman-hyperkitty/Makefile  Wed Nov 27 10:48:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/10/14 06:45:47 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/11/27 10:48:59 jperkin Exp $
 
 DISTNAME=      mailman-hyperkitty-1.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,5 +16,7 @@ DEPENDS+=     ${PYPKGPREFIX}-zope.interface-
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_ACCEPTED=      312 311 310
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index