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 7E7D8138334 for ; Mon, 16 Jul 2018 19:57:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E17FE0867; Mon, 16 Jul 2018 19:57:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 32A32E085E for ; Mon, 16 Jul 2018 19:57:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3AA1C335CC1 for ; Mon, 16 Jul 2018 19:57:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8940385 for ; Mon, 16 Jul 2018 19:57:27 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1531771035.d2623ef343c1ef5db257600c9f55380bdab499a4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backports-unittest-mock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/backports-unittest-mock/backports-unittest-mock-1.4.ebuild X-VCS-Directories: dev-python/backports-unittest-mock/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d2623ef343c1ef5db257600c9f55380bdab499a4 X-VCS-Branch: master Date: Mon, 16 Jul 2018 19:57:27 +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-Archives-Salt: f32fcb5f-28e1-4a96-83a5-5f16bc929023 X-Archives-Hash: 629ffba5e9f48c490cbb283b2e1947c3 commit: d2623ef343c1ef5db257600c9f55380bdab499a4 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 14 22:41:10 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 16 19:57:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2623ef3 dev-python/backports-unittest-mock: Enable py3.7 dev-python/backports-unittest-mock/backports-unittest-mock-1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/backports-unittest-mock/backports-unittest-mock-1.4.ebuild b/dev-python/backports-unittest-mock/backports-unittest-mock-1.4.ebuild index 63a89653734..37de4b04ea6 100644 --- a/dev-python/backports-unittest-mock/backports-unittest-mock-1.4.ebuild +++ b/dev-python/backports-unittest-mock/backports-unittest-mock-1.4.ebuild @@ -5,7 +5,7 @@ EAPI=7 # It is the developer's intention that backports.unittest_mock will be # used even for Python 3: https://github.com/jaraco/jaraco.timing/pull/1 -PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} ) +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} ) inherit distutils-r1