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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 14DB7158020 for ; Fri, 21 Oct 2022 15:05:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F833E03EC; Fri, 21 Oct 2022 15:05:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4AF98E03EC for ; Fri, 21 Oct 2022 15:05:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88FB6340B98 for ; Fri, 21 Oct 2022 15:05:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26D04617 for ; Fri, 21 Oct 2022 15:05:44 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1666364688.1fc7fd23fb6eee83dae168e2bab950db4dbe9f02.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/gdal/gdal-3.5.2-r1.ebuild sci-libs/gdal/gdal-3.5.2.ebuild X-VCS-Directories: sci-libs/gdal/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1fc7fd23fb6eee83dae168e2bab950db4dbe9f02 X-VCS-Branch: master Date: Fri, 21 Oct 2022 15:05:44 +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: a5cabdd0-8f45-4e25-88ba-623003aca6a3 X-Archives-Hash: ae0b89419e47ec15b9ab35f347bd3e1c commit: 1fc7fd23fb6eee83dae168e2bab950db4dbe9f02 Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Oct 21 11:18:17 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Oct 21 15:04:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fc7fd23 sci-libs/gdal: enable python3.11 and byte-compile python Closes: https://bugs.gentoo.org/866207 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-libs/gdal/{gdal-3.5.2.ebuild => gdal-3.5.2-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/gdal/gdal-3.5.2.ebuild b/sci-libs/gdal/gdal-3.5.2-r1.ebuild similarity index 99% rename from sci-libs/gdal/gdal-3.5.2.ebuild rename to sci-libs/gdal/gdal-3.5.2-r1.ebuild index 1be7580b66bd..bfe21f5947b1 100644 --- a/sci-libs/gdal/gdal-3.5.2.ebuild +++ b/sci-libs/gdal/gdal-3.5.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit cmake java-pkg-opt-2 python-single-r1 DESCRIPTION="Translator library for raster geospatial data formats (includes OGR support)" @@ -228,7 +228,7 @@ src_test() { src_install() { cmake_src_install - + use python && python_optimize # TODO: install docs? }