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 4AB0013835A for ; Sun, 2 Aug 2020 09:15:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57932E09D4; Sun, 2 Aug 2020 09:15:29 +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 3F661E09D4 for ; Sun, 2 Aug 2020 09:15:29 +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 9B7C134F05E for ; Sun, 2 Aug 2020 09:15:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19C6A2FE for ; Sun, 2 Aug 2020 09:15:25 +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: <1596358529.211a74d5a0133bb92d77ab64981a0e665197aa8b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygpgme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygpgme/pygpgme-0.3-r2.ebuild X-VCS-Directories: dev-python/pygpgme/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 211a74d5a0133bb92d77ab64981a0e665197aa8b X-VCS-Branch: master Date: Sun, 2 Aug 2020 09:15:25 +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: fc0b93e3-a5c8-42cd-8e2f-c687ecf35e6c X-Archives-Hash: 4cee5554670c96ae71b69b73f7bdb1ea commit: 211a74d5a0133bb92d77ab64981a0e665197aa8b Author: Michał Górny gentoo org> AuthorDate: Sun Aug 2 08:55:25 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 2 08:55:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=211a74d5 dev-python/pygpgme: Remove py2.7 Signed-off-by: Michał Górny gentoo.org> dev-python/pygpgme/pygpgme-0.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pygpgme/pygpgme-0.3-r2.ebuild b/dev-python/pygpgme/pygpgme-0.3-r2.ebuild index 35ee8e0e45e..b4c69ce17e9 100644 --- a/dev-python/pygpgme/pygpgme-0.3-r2.ebuild +++ b/dev-python/pygpgme/pygpgme-0.3-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit distutils-r1 flag-o-matic