Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
mailman3
Commits:
db4ff0ba by Jelle van der Waa at 2024-12-04T19:02:21+01:00
Add python-nntlib as dependency
mailman still depends on it and uses the removed battery.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = mailman3
pkgdesc = The GNU mailing list manager
pkgver = 3.3.10
- pkgrel = 2
+ pkgrel = 3
url = https://www.list.org/
arch = any
license = GPL-3.0-or-later
@@ -35,6 +35,7 @@ pkgbase = mailman3
depends = python-zope-configuration
depends = python-zope-event
depends = python-zope-interface
+ depends = python-nntplib
optdepends = hyperkitty: for local archive and list interaction
optdepends = lynx: for the default HTML to plaintext conversion
optdepends = mailman3-hyperkitty: for archiving mails with an instance
of hyperkitty
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_name=mailman
pkgname=mailman3
pkgver=3.3.10
-pkgrel=2
+pkgrel=3
pkgdesc="The GNU mailing list manager"
arch=(any)
url="https://www.list.org/"
@@ -31,6 +31,7 @@ depends=(
python-zope-configuration
python-zope-event
python-zope-interface
+ python-nntplib
)
makedepends=(
git
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mailman3/-/commit/db4ff0ba6f493e7ec8c494460219bd0218c6ff70
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mailman3/-/commit/db4ff0ba6f493e7ec8c494460219bd0218c6ff70
You're receiving this email because of your account on gitlab.archlinux.org.