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 24DA61382C5 for ; Sat, 19 Dec 2020 14:57:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57E03E091F; Sat, 19 Dec 2020 14:57:56 +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 3FE5AE091F for ; Sat, 19 Dec 2020 14:57:56 +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 E767034110F for ; Sat, 19 Dec 2020 14:57:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AB1E4A for ; Sat, 19 Dec 2020 14:57:53 +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: <1608389855.a9c5ab250c68161de4354236a31f323f2e583f36.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cartopy/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/cartopy/cartopy-0.18.0.ebuild X-VCS-Directories: sci-libs/cartopy/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: a9c5ab250c68161de4354236a31f323f2e583f36 X-VCS-Branch: master Date: Sat, 19 Dec 2020 14:57:53 +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: 0e35aeb0-e117-4536-8157-815baf443e69 X-Archives-Hash: 7426c56366744a07522bed4f26bd776d commit: a9c5ab250c68161de4354236a31f323f2e583f36 Author: Thomas Beierlein gentoo org> AuthorDate: Sat Dec 19 14:52:23 2020 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Sat Dec 19 14:57:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c5ab25 sci-libs/cartopy: Drop python3_6 support As package depends on sci-libs/shapely which no longer provides support for python3_6 we drop it here too. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Beierlein gentoo.org> sci-libs/cartopy/cartopy-0.18.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/cartopy/cartopy-0.18.0.ebuild b/sci-libs/cartopy/cartopy-0.18.0.ebuild index d4fd00b90fc..7396023ceb3 100644 --- a/sci-libs/cartopy/cartopy-0.18.0.ebuild +++ b/sci-libs/cartopy/cartopy-0.18.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 virtualx MY_PV=${PV/_beta/b}