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 F315C138334 for ; Mon, 30 Dec 2019 21:54:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DCAFE0BEA; Mon, 30 Dec 2019 21:54:26 +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 7C0A9E0BE9 for ; Mon, 30 Dec 2019 21:54:26 +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 ABE0834DD07 for ; Mon, 30 Dec 2019 21:54:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDDFEAB for ; Mon, 30 Dec 2019 21:54:21 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1577742848.e2708c1d0fb581296ca4aad7a930cd9350f729cd.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyenchant/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyenchant/pyenchant-2.0.0.ebuild X-VCS-Directories: dev-python/pyenchant/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: e2708c1d0fb581296ca4aad7a930cd9350f729cd X-VCS-Branch: master Date: Mon, 30 Dec 2019 21:54:21 +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: 20bd57b9-0bc6-4dae-86ef-e7f38daee5a6 X-Archives-Hash: 2f2cfaafd96ff6b2fecbea82a6752431 commit: e2708c1d0fb581296ca4aad7a930cd9350f729cd Author: Piotr Karbowski gentoo org> AuthorDate: Mon Dec 30 21:46:27 2019 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Mon Dec 30 21:54:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2708c1d dev-python/pyenchant-2.0.0: python 3.8 support added. Signed-off-by: Piotr Karbowski gentoo.org> dev-python/pyenchant/pyenchant-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyenchant/pyenchant-2.0.0.ebuild b/dev-python/pyenchant/pyenchant-2.0.0.ebuild index c86571f441b..dbd044e68f2 100644 --- a/dev-python/pyenchant/pyenchant-2.0.0.ebuild +++ b/dev-python/pyenchant/pyenchant-2.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} ) +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7,8}} ) inherit distutils-r1