From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1143366-garchives=archives.gentoo.org@lists.gentoo.org> 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 830CE138350 for <garchives@archives.gentoo.org>; Thu, 6 Feb 2020 06:38:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 167A0E08A5; Thu, 6 Feb 2020 06:38:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 F092AE08A5 for <gentoo-commits@lists.gentoo.org>; Thu, 6 Feb 2020 06:38:39 +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 89C7F34E7E1 for <gentoo-commits@lists.gentoo.org>; Thu, 6 Feb 2020 06:38:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC44B132 for <gentoo-commits@lists.gentoo.org>; Thu, 6 Feb 2020 06:38:34 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1580971098.8cabb9535c79483b9a451e97f168cc006c085d01.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/toolz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/toolz/toolz-0.8.0.ebuild dev-python/toolz/toolz-0.8.2.ebuild dev-python/toolz/toolz-0.9.0.ebuild X-VCS-Directories: dev-python/toolz/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8cabb9535c79483b9a451e97f168cc006c085d01 X-VCS-Branch: master Date: Thu, 6 Feb 2020 06:38:34 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 70c66ced-dda5-4193-a92b-1f5bd809bf7f X-Archives-Hash: dabe8f3d99765416e814bcf976e97dcd commit: 8cabb9535c79483b9a451e97f168cc006c085d01 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Feb 6 06:23:19 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Feb 6 06:38:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cabb953 dev-python/toolz: Remove py2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/toolz/toolz-0.8.0.ebuild | 2 +- dev-python/toolz/toolz-0.8.2.ebuild | 2 +- dev-python/toolz/toolz-0.9.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/toolz/toolz-0.8.0.ebuild b/dev-python/toolz/toolz-0.8.0.ebuild index cf0e788c22d..b26289aab42 100644 --- a/dev-python/toolz/toolz-0.8.0.ebuild +++ b/dev-python/toolz/toolz-0.8.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/toolz/toolz-0.8.2.ebuild b/dev-python/toolz/toolz-0.8.2.ebuild index 194bea99e18..0a342536e08 100644 --- a/dev-python/toolz/toolz-0.8.2.ebuild +++ b/dev-python/toolz/toolz-0.8.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/toolz/toolz-0.9.0.ebuild b/dev-python/toolz/toolz-0.9.0.ebuild index 5c7ce0a8da3..67bb2da757d 100644 --- a/dev-python/toolz/toolz-0.9.0.ebuild +++ b/dev-python/toolz/toolz-0.9.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1