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 1C44613835B for ; Fri, 23 Oct 2020 23:27:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A742E0887; Fri, 23 Oct 2020 23:27:15 +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 31F5AE0887 for ; Fri, 23 Oct 2020 23:27:15 +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 26F7F340988 for ; Fri, 23 Oct 2020 23:27:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B03143BA for ; Fri, 23 Oct 2020 23:27:11 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1603495615.74ee1cd7b3a97a28a5aca9d85b8ce5db53ab4250.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/shapely/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/shapely/shapely-1.7.1.ebuild X-VCS-Directories: sci-libs/shapely/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 74ee1cd7b3a97a28a5aca9d85b8ce5db53ab4250 X-VCS-Branch: master Date: Fri, 23 Oct 2020 23:27:11 +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: 10c867c4-04fe-427b-b581-a2072c03c892 X-Archives-Hash: 399dd7b51a6b0d26a105f2ccdf2b2e09 commit: 74ee1cd7b3a97a28a5aca9d85b8ce5db53ab4250 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 23 20:43:48 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 23 23:26:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74ee1cd7 sci-libs/shapely: python3_9, tests pass Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/shapely/shapely-1.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/shapely/shapely-1.7.1.ebuild b/sci-libs/shapely/shapely-1.7.1.ebuild index 3e2d10095ce..c9e72fc3498 100644 --- a/sci-libs/shapely/shapely-1.7.1.ebuild +++ b/sci-libs/shapely/shapely-1.7.1.ebuild @@ -6,7 +6,7 @@ EAPI=7 MY_PN="Shapely" MY_P="${MY_PN}-${PV}" -PYTHON_COMPAT=( python3_{7..8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1