net-mail/mailman: Allow Python 3.7
authorHanno Böck <hanno@gentoo.org>
Fri, 10 Apr 2020 06:47:54 +0000 (08:47 +0200)
committerHanno Böck <hanno@gentoo.org>
Fri, 10 Apr 2020 06:47:54 +0000 (08:47 +0200)
Raise falcon dep.
Change patch location from mirror to dev webspace.

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

net-mail/mailman/mailman-3.3.0.ebuild

index 6edaba45f2318ca2ac7d5b24a4102d7cd2bb8ab1..2e2bf2af6d84d7be1b121e98476d618adfad3a57 100644 (file)
@@ -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}]