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 D2293138334 for ; Thu, 19 Dec 2019 21:40:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEF5DE0899; Thu, 19 Dec 2019 21:40:21 +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 C26DCE0899 for ; Thu, 19 Dec 2019 21:40:21 +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 6DE2C34D6E3 for ; Thu, 19 Dec 2019 21:40:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90FA98C8 for ; Thu, 19 Dec 2019 21:40:14 +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: <1576791544.b0fa987a6f4352d90e6c4942c7240ce84699f54d.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/alabaster/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/alabaster/alabaster-0.7.11.ebuild X-VCS-Directories: dev-python/alabaster/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: b0fa987a6f4352d90e6c4942c7240ce84699f54d X-VCS-Branch: master Date: Thu, 19 Dec 2019 21:40:14 +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: fb9cfab1-518a-4241-b094-64ef8229118a X-Archives-Hash: 3a60d2932558960e9de275d82d047b7c commit: b0fa987a6f4352d90e6c4942c7240ce84699f54d Author: Piotr Karbowski gentoo org> AuthorDate: Thu Dec 19 20:23:04 2019 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Thu Dec 19 21:39:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0fa987a dev-python//alabaster-0.7.11: python 3.8 support added. Signed-off-by: Piotr Karbowski gentoo.org> dev-python/alabaster/alabaster-0.7.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/alabaster/alabaster-0.7.11.ebuild b/dev-python/alabaster/alabaster-0.7.11.ebuild index eef51ea7371..414bc0e1a6e 100644 --- a/dev-python/alabaster/alabaster-0.7.11.ebuild +++ b/dev-python/alabaster/alabaster-0.7.11.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 ) inherit distutils-r1