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 20B5E138350 for ; Tue, 4 Feb 2020 13:32:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAC38E0894; Tue, 4 Feb 2020 13:32:07 +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 9F833E0894 for ; Tue, 4 Feb 2020 13:32:07 +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 B2D4834E6CC for ; Tue, 4 Feb 2020 13:32:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 220B012F for ; Tue, 4 Feb 2020 13:32:02 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1580822269.c58bfa3c94e88f2a0eb4efb91a26aa415346ce10.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/billiard/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/billiard/billiard-3.5.0.2.ebuild dev-python/billiard/billiard-3.6.0.0.ebuild X-VCS-Directories: dev-python/billiard/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c58bfa3c94e88f2a0eb4efb91a26aa415346ce10 X-VCS-Branch: master Date: Tue, 4 Feb 2020 13:32:02 +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: 2320ca0b-5d4e-401b-85b6-ba79461bda80 X-Archives-Hash: a4add6d6edc8425406cb0f2577a7e164 commit: c58bfa3c94e88f2a0eb4efb91a26aa415346ce10 Author: Michał Górny gentoo org> AuthorDate: Tue Feb 4 13:17:49 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 4 13:17:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c58bfa3c dev-python/billiard: Remove py2 Signed-off-by: Michał Górny gentoo.org> dev-python/billiard/billiard-3.5.0.2.ebuild | 2 +- dev-python/billiard/billiard-3.6.0.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/billiard/billiard-3.5.0.2.ebuild b/dev-python/billiard/billiard-3.5.0.2.ebuild index 541e6643f46..dd6ede09bfc 100644 --- a/dev-python/billiard/billiard-3.5.0.2.ebuild +++ b/dev-python/billiard/billiard-3.5.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 flag-o-matic diff --git a/dev-python/billiard/billiard-3.6.0.0.ebuild b/dev-python/billiard/billiard-3.6.0.0.ebuild index 4d3b932cc8f..5ac822b6d80 100644 --- a/dev-python/billiard/billiard-3.6.0.0.ebuild +++ b/dev-python/billiard/billiard-3.6.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 ) +PYTHON_COMPAT=( python3_{6,7} pypy3 ) inherit distutils-r1 flag-o-matic