From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C6E4138350 for ; Fri, 10 Apr 2020 06:48:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8254E0887; Fri, 10 Apr 2020 06:48:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FDB8E0887 for ; Fri, 10 Apr 2020 06:48:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F707335CD6 for ; Fri, 10 Apr 2020 06:48:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0C359C for ; Fri, 10 Apr 2020 06:48:01 +0000 (UTC) From: "Hanno Böck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Böck" Message-ID: <1586501274.a2864fe6afe8b24d1452fa9c3d4b484bb24af0b2.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailman/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mailman/mailman-3.3.0.ebuild X-VCS-Directories: net-mail/mailman/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: a2864fe6afe8b24d1452fa9c3d4b484bb24af0b2 X-VCS-Branch: master Date: Fri, 10 Apr 2020 06:48:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 98a4352a-dc09-4932-9c79-48a37f29fb7b X-Archives-Hash: 116c4e08d9a03d6c36ac2a851999b7d0 commit: a2864fe6afe8b24d1452fa9c3d4b484bb24af0b2 Author: Hanno Böck gentoo org> AuthorDate: Fri Apr 10 06:47:54 2020 +0000 Commit: Hanno Böck gentoo 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 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}]