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 CAB051382C5 for ; Sat, 19 Dec 2020 10:17:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 125F0E087A; Sat, 19 Dec 2020 10:17: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 EFEEDE087A for ; Sat, 19 Dec 2020 10:17:35 +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 F1A01341113 for ; Sat, 19 Dec 2020 10:17:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63107CB for ; Sat, 19 Dec 2020 10:17:32 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1608372919.083057744bb6181705793a4832f677539c3b4282.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/pythonprop/pythonprop-0.30.ebuild X-VCS-Directories: sci-visualization/pythonprop/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 083057744bb6181705793a4832f677539c3b4282 X-VCS-Branch: master Date: Sat, 19 Dec 2020 10:17:32 +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: f573a854-a474-4b00-b2ea-e3c0a376948a X-Archives-Hash: 52e1146dfd6a586e9fb2d29c7eb89c0c commit: 083057744bb6181705793a4832f677539c3b4282 Author: Thomas Beierlein gentoo org> AuthorDate: Sat Dec 19 10:13:18 2020 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Sat Dec 19 10:15:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08305774 sci-visualization/pythonprop: Drop python3_6 support Dropping it is a prerequisite for moving sci-libs/cartopy to python3_{7..9} only. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Beierlein gentoo.org> sci-visualization/pythonprop/pythonprop-0.30.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-visualization/pythonprop/pythonprop-0.30.ebuild b/sci-visualization/pythonprop/pythonprop-0.30.ebuild index 38ac7c2ed83..b87092b1dd0 100644 --- a/sci-visualization/pythonprop/pythonprop-0.30.ebuild +++ b/sci-visualization/pythonprop/pythonprop-0.30.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit autotools python-single-r1