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 14997138350 for ; Thu, 19 Mar 2020 18:44:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41D3DE0F38; Thu, 19 Mar 2020 18:44:36 +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 2623AE0F38 for ; Thu, 19 Mar 2020 18:44:36 +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 2397434F29F for ; Thu, 19 Mar 2020 18:44:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B7B618F for ; Thu, 19 Mar 2020 18:44:33 +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: <1584643463.d6de230cd2e3b7c79f0ca10acd6cdaa88ddde1d3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/booleanOperations/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/booleanOperations/booleanOperations-0.8.2.ebuild X-VCS-Directories: dev-python/booleanOperations/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d6de230cd2e3b7c79f0ca10acd6cdaa88ddde1d3 X-VCS-Branch: master Date: Thu, 19 Mar 2020 18:44:33 +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: 38d9aa66-2136-47bb-9970-934416b1d84b X-Archives-Hash: 063820049a7a25d047e6cf5cd2611955 commit: d6de230cd2e3b7c79f0ca10acd6cdaa88ddde1d3 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 19 18:32:19 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 19 18:44:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6de230c dev-python/booleanOperations: Remove py2 Signed-off-by: Michał Górny gentoo.org> dev-python/booleanOperations/booleanOperations-0.8.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild b/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild index db61551e944..80f324589a5 100644 --- a/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild +++ b/dev-python/booleanOperations/booleanOperations-0.8.2.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,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="Boolean operations on paths"