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 13A9F138351 for ; Sun, 26 Jan 2020 19:37:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFF92E08A5; Sun, 26 Jan 2020 19:37:16 +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 5235EE0893 for ; Sun, 26 Jan 2020 19:37:15 +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 D585B34E365 for ; Sun, 26 Jan 2020 19:37:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CE1BD5 for ; Sun, 26 Jan 2020 19:37:12 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1580067281.1cd47c64c664011cde93cf436b5ac8d170ae8b3b.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/itypes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/itypes/itypes-1.1.0.ebuild X-VCS-Directories: dev-python/itypes/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 1cd47c64c664011cde93cf436b5ac8d170ae8b3b X-VCS-Branch: master Date: Sun, 26 Jan 2020 19:37:12 +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: 1f381ede-9100-4b71-ac50-2782282b7e81 X-Archives-Hash: 3552f285e61143827c7d9260e7fab803 commit: 1cd47c64c664011cde93cf436b5ac8d170ae8b3b Author: William Hubbs gentoo org> AuthorDate: Sun Jan 26 19:34:41 2020 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Jan 26 19:34:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cd47c64 dev-python/itypes: add python3_7 Signed-off-by: William Hubbs gentoo.org> dev-python/itypes/itypes-1.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/itypes/itypes-1.1.0.ebuild b/dev-python/itypes/itypes-1.1.0.ebuild index 4a4c46fee44..e6e42c7b7c3 100644 --- a/dev-python/itypes/itypes-1.1.0.ebuild +++ b/dev-python/itypes/itypes-1.1.0.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=( python2_7 python3_6 ) +PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="basic immutable container types for python"