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 7A535138350 for ; Fri, 24 Apr 2020 05:52:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D877E0A6E; Fri, 24 Apr 2020 05:52:14 +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 2F1FBE0A6E for ; Fri, 24 Apr 2020 05:52:14 +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 AC3C134F27A for ; Fri, 24 Apr 2020 05:52:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 440BC1F3 for ; Fri, 24 Apr 2020 05:52:10 +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: <1587706444.05ef4634cd46dcbca00dd0ae9ab64a92e2cc6a41.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylibacl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pylibacl/pylibacl-0.5.3.ebuild dev-python/pylibacl/pylibacl-0.5.4.ebuild X-VCS-Directories: dev-python/pylibacl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 05ef4634cd46dcbca00dd0ae9ab64a92e2cc6a41 X-VCS-Branch: master Date: Fri, 24 Apr 2020 05:52:10 +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: 676905e1-9f1c-41bc-b0b6-3b4149a9b1e5 X-Archives-Hash: 6c6120bf4125a4e11cbf38e76e27c048 commit: 05ef4634cd46dcbca00dd0ae9ab64a92e2cc6a41 Author: Michał Górny gentoo org> AuthorDate: Fri Apr 24 05:34:04 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 24 05:34:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ef4634 dev-python/pylibacl: Remove py2 Signed-off-by: Michał Górny gentoo.org> dev-python/pylibacl/pylibacl-0.5.3.ebuild | 2 +- dev-python/pylibacl/pylibacl-0.5.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pylibacl/pylibacl-0.5.3.ebuild b/dev-python/pylibacl/pylibacl-0.5.3.ebuild index f1bee039645..61d45648459 100644 --- a/dev-python/pylibacl/pylibacl-0.5.3.ebuild +++ b/dev-python/pylibacl/pylibacl-0.5.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 diff --git a/dev-python/pylibacl/pylibacl-0.5.4.ebuild b/dev-python/pylibacl/pylibacl-0.5.4.ebuild index 26cae8f2707..3aa1180abe3 100644 --- a/dev-python/pylibacl/pylibacl-0.5.4.ebuild +++ b/dev-python/pylibacl/pylibacl-0.5.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1