pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/mailman3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul 22 06:37:18 UTC 2026

Modified Files:
        pkgsrc/mail/mailman3: Makefile

Log Message:
mailman3: let's see if this works with Python 3.12

requested by markd


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/mailman3/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/mailman3/Makefile
diff -u pkgsrc/mail/mailman3/Makefile:1.15 pkgsrc/mail/mailman3/Makefile:1.16
--- pkgsrc/mail/mailman3/Makefile:1.15  Mon Jul 13 21:09:15 2026
+++ pkgsrc/mail/mailman3/Makefile       Wed Jul 22 06:37:18 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2026/07/13 21:09:15 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2026/07/22 06:37:18 wiz Exp $
 
 DISTNAME=      mailman-3.3.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,8 +10,6 @@ HOMEPAGE=     https://www.list.org/
 COMMENT=       GNU mailing list manager
 LICENSE=       gnu-gpl-v3
 
-BROKEN=                "Only supports Python 3.11 but requires dependencies that don't support Python 3.11"
-
 TOOL_DEPENDS+= ${PYPKGPREFIX}-pdm_backend-[0-9]*:../../devel/py-pdm_backend
 DEPENDS+=      ${PYPKGPREFIX}-aiosmtpd>=1.4.3:../../mail/py-aiosmtpd
 DEPENDS+=      ${PYPKGPREFIX}-alembic>=1.6.2:../../databases/py-alembic
@@ -78,7 +76,7 @@ INSTALLATION_DIRS+=   ${EGDIR}
 
 # uses nntplib, removed from Python 3.13
 # https://gitlab.com/mailman/mailman/-/issues/1176
-#PYTHON_VERSIONS_ACCEPTED=     311
+PYTHON_VERSIONS_ACCEPTED=      312
 
 post-patch:
        ${CP} ${FILESDIR}/crontab.sample ${WRKSRC}/crontab.sample



Home | Main Index | Thread Index | Old Index