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 AD380138350 for ; Thu, 23 Apr 2020 16:18:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB887E0AF1; Thu, 23 Apr 2020 16:18:58 +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 9F97AE0AF1 for ; Thu, 23 Apr 2020 16:18:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6828F34F242 for ; Thu, 23 Apr 2020 16:18:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 710831C5 for ; Thu, 23 Apr 2020 16:18:55 +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: <1587658726.1b4fd280c17229c6d4cb804cc20e3363e70c7606.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_beta1.ebuild X-VCS-Directories: sci-libs/cartopy/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 1b4fd280c17229c6d4cb804cc20e3363e70c7606 X-VCS-Branch: master Date: Thu, 23 Apr 2020 16:18:55 +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: c17da96b-7e1c-491c-9768-a522e15cd1a6 X-Archives-Hash: 322c079be2dc12f965abd5e3551a3c76 commit: 1b4fd280c17229c6d4cb804cc20e3363e70c7606 Author: Thomas Beierlein gentoo org> AuthorDate: Thu Apr 23 16:17:33 2020 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Thu Apr 23 16:18:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b4fd280 sci-libs/cartopy: Add support for Python3.7 py3.8 has to wait until deps are supporting it. Closes: https://bugs.gentoo.org/718492 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Beierlein gentoo.org> sci-libs/cartopy/cartopy-0.18.0_beta1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/cartopy/cartopy-0.18.0_beta1.ebuild b/sci-libs/cartopy/cartopy-0.18.0_beta1.ebuild index 01048dc6aca..0be07b47077 100644 --- a/sci-libs/cartopy/cartopy-0.18.0_beta1.ebuild +++ b/sci-libs/cartopy/cartopy-0.18.0_beta1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 virtualx MY_PV=${PV/_beta/b}