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 E31AE138350 for ; Fri, 24 Jan 2020 09:17:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12243E0806; Fri, 24 Jan 2020 09:17:11 +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 E7EF2E0806 for ; Fri, 24 Jan 2020 09:17:10 +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 4BC2A34E2CB for ; Fri, 24 Jan 2020 09:17:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDFD599 for ; Fri, 24 Jan 2020 09:17:06 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1579857413.21d671fbb900f227b6cce928b8d6a46056fed500.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyicu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyicu/pyicu-2.4.2.ebuild X-VCS-Directories: dev-python/pyicu/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 21d671fbb900f227b6cce928b8d6a46056fed500 X-VCS-Branch: master Date: Fri, 24 Jan 2020 09:17:06 +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: 4ccfc2da-d755-482d-b191-9aaee49913b1 X-Archives-Hash: 017f9ed3f9647922893bc159cb0e36a9 commit: 21d671fbb900f227b6cce928b8d6a46056fed500 Author: Marek Szuba gentoo org> AuthorDate: Thu Jan 23 11:58:43 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Jan 24 09:16:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d671fb dev-python/pyicu: enable Python-3.8 support Builds and tests fine. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Marek Szuba gentoo.org> dev-python/pyicu/pyicu-2.4.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyicu/pyicu-2.4.2.ebuild b/dev-python/pyicu/pyicu-2.4.2.ebuild index f4acff57c10..598eb718fde 100644 --- a/dev-python/pyicu/pyicu-2.4.2.ebuild +++ b/dev-python/pyicu/pyicu-2.4.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1