From: Hanno Böck Date: Fri, 10 Apr 2020 06:47:54 +0000 (+0200) Subject: net-mail/mailman: Allow Python 3.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a2864fe6afe8b24d1452fa9c3d4b484bb24af0b2;p=gentoo.git net-mail/mailman: Allow Python 3.7 Raise falcon dep. Change patch location from mirror to dev webspace. Signed-off-by: Hanno Böck Package-Manager: Portage-2.3.98, Repoman-2.3.22 --- diff --git a/net-mail/mailman/mailman-3.3.0.ebuild b/net-mail/mailman/mailman-3.3.0.ebuild index 6edaba45f231..2e2bf2af6d84 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}]