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 67626138334 for ; Thu, 5 Dec 2019 00:21:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4F70E0874; Thu, 5 Dec 2019 00:21:12 +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 9B6B6E0874 for ; Thu, 5 Dec 2019 00:21:12 +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 4F8D034D7EC for ; Thu, 5 Dec 2019 00:21:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 046668C8 for ; Thu, 5 Dec 2019 00:21:08 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1575505257.b66d3d450dacf60d4b899dad23c08c40786e3725.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/twine/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/twine/twine-1.15.0.ebuild X-VCS-Directories: dev-python/twine/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: b66d3d450dacf60d4b899dad23c08c40786e3725 X-VCS-Branch: master Date: Thu, 5 Dec 2019 00:21:08 +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: e7ea44af-8700-4ac3-bddb-6126f1b7be68 X-Archives-Hash: c117687ad91ab9da3185f5c629cb4e4a commit: b66d3d450dacf60d4b899dad23c08c40786e3725 Author: Patrick McLean sony com> AuthorDate: Wed Dec 4 23:04:47 2019 +0000 Commit: Patrick McLean gentoo org> CommitDate: Thu Dec 5 00:20:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b66d3d45 dev-python/twine-1.15.0: Add py38 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Patrick McLean gentoo.org> dev-python/twine/twine-1.15.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/twine/twine-1.15.0.ebuild b/dev-python/twine/twine-1.15.0.ebuild index c4de1ffe7f1..d30f9c47a92 100644 --- a/dev-python/twine/twine-1.15.0.ebuild +++ b/dev-python/twine/twine-1.15.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy{,3} ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} ) inherit distutils-r1