commit:     a2864fe6afe8b24d1452fa9c3d4b484bb24af0b2
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 10 06:47:54 2020 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Fri Apr 10 06:47:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2864fe6

net-mail/mailman: Allow Python 3.7

Raise falcon dep.
Change patch location from mirror to dev webspace.

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-2.3.98, Repoman-2.3.22

 net-mail/mailman/mailman-3.3.0.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/net-mail/mailman/mailman-3.3.0.ebuild 
b/net-mail/mailman/mailman-3.3.0.ebuild
index 6edaba45f23..2e2bf2af6d8 100644
--- a/net-mail/mailman/mailman-3.3.0.ebuild
+++ b/net-mail/mailman/mailman-3.3.0.ebuild
@@ -3,16 +3,14 @@
 
 EAPI=7
 
-# Already prepared for python 3.7, but not all deps are ready,
-# see #691528
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
 DESCRIPTION="Mailman -- the GNU mailing list manager"
 HOMEPAGE="https://www.list.org";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
-       mirror://gentoo/${P}-importlib_resources-fix.diff.xz"
+       
https://dev.gentoo.org/~hanno/distfiles/${P}-importlib_resources-fix.diff.xz";
 
 LICENSE="GPL-3+"
 SLOT="0"
@@ -29,7 +27,7 @@ RDEPEND="
        >=dev-python/authres-1.0.1[${PYTHON_USEDEP}]
        >=dev-python/click-7.0[${PYTHON_USEDEP}]
        >=dev-python/dnspython-1.14.0[${PYTHON_USEDEP}]
-       >=dev-python/falcon-1.0.0[${PYTHON_USEDEP}]
+       >=dev-python/falcon-2.0.0[${PYTHON_USEDEP}]
        dev-python/flufl-bounce[${PYTHON_USEDEP}]
        >=dev-python/flufl-i18n-2.0.1[${PYTHON_USEDEP}]
        >=dev-python/flufl-lock-3.1[${PYTHON_USEDEP}]

Reply via email to