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 487FE15814C for ; Tue, 26 Sep 2023 20:48:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A2B82BC028; Tue, 26 Sep 2023 20:48:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DA7E2BC028 for ; Tue, 26 Sep 2023 20:48:03 +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 21480335CF4 for ; Tue, 26 Sep 2023 20:48:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC3BA1269 for ; Tue, 26 Sep 2023 20:48:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1695761138.66d131cee54e702b3791ff50974277eab589628b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opencolorio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/opencolorio/opencolorio-2.1.3.ebuild media-libs/opencolorio/opencolorio-2.2.1.ebuild X-VCS-Directories: media-libs/opencolorio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 66d131cee54e702b3791ff50974277eab589628b X-VCS-Branch: master Date: Tue, 26 Sep 2023 20:48:00 +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: 6ad51e0e-a2c4-4eae-b8d1-becf4fc1a7dd X-Archives-Hash: 8144268b6e8524d5aabc8cbe6e5548aa commit: 66d131cee54e702b3791ff50974277eab589628b Author: Paul Zander gmail com> AuthorDate: Tue Sep 26 17:23:23 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 26 20:45:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66d131ce media-libs/opencolorio: 2.1.3, 2.2.1 require gmail.com> Signed-off-by: Sam James gentoo.org> media-libs/opencolorio/opencolorio-2.1.3.ebuild | 2 +- media-libs/opencolorio/opencolorio-2.2.1.ebuild | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/media-libs/opencolorio/opencolorio-2.1.3.ebuild b/media-libs/opencolorio/opencolorio-2.1.3.ebuild index bc16874f06ed..6dfee6592f05 100644 --- a/media-libs/opencolorio/opencolorio-2.1.3.ebuild +++ b/media-libs/opencolorio/opencolorio-2.1.3.ebuild @@ -30,7 +30,7 @@ RESTRICT="test" RDEPEND=" dev-cpp/pystring dev-python/pybind11 - >=dev-cpp/yaml-cpp-0.7.0:= + =dev-libs/imath-3.1.4-r2:= dev-libs/tinyxml opengl? ( diff --git a/media-libs/opencolorio/opencolorio-2.2.1.ebuild b/media-libs/opencolorio/opencolorio-2.2.1.ebuild index ab405183a85e..b5c5ca2e8c1a 100644 --- a/media-libs/opencolorio/opencolorio-2.2.1.ebuild +++ b/media-libs/opencolorio/opencolorio-2.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake python-single-r1 virtualx @@ -28,7 +28,7 @@ REQUIRED_USE=" RDEPEND=" dev-cpp/pystring - >=dev-cpp/yaml-cpp-0.7.0:= + =dev-libs/imath-3.1.5:= sys-libs/minizip-ng @@ -59,6 +59,7 @@ BDEPEND=" dev-python/recommonmark[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinx-press-theme[${PYTHON_USEDEP}] dev-python/sphinx-tabs[${PYTHON_USEDEP}] dev-python/testresources[${PYTHON_USEDEP}] ') @@ -79,8 +80,8 @@ BDEPEND=" RESTRICT="!test? ( test )" PATCHES=( - "${FILESDIR}"/${PN}-2.2.1-adjust-python-installation.patch - "${FILESDIR}"/${PN}-2.2.1-support-minizip-ng-4.patch + "${FILESDIR}/${PN}-2.2.1-adjust-python-installation.patch" + "${FILESDIR}/${PN}-2.2.1-support-minizip-ng-4.patch" ) pkg_setup() {