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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2F8CF1581FB for ; Sun, 24 Nov 2024 20:25:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87CBDE0899; Sun, 24 Nov 2024 20:25:15 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E4F0E0899 for ; Sun, 24 Nov 2024 20:25:15 +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 87241335D21 for ; Sun, 24 Nov 2024 20:25:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFF002215 for ; Sun, 24 Nov 2024 20:25:10 +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: <1732479869.951f7e51c6379658a8f9d2624d4157ed6eb6587c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/freecad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/freecad/freecad-1.0.0-r1.ebuild X-VCS-Directories: media-gfx/freecad/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 951f7e51c6379658a8f9d2624d4157ed6eb6587c X-VCS-Branch: master Date: Sun, 24 Nov 2024 20:25:10 +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: 73d84bf7-3bb7-43f9-9799-95286d709448 X-Archives-Hash: 42159b7030890aaeddf5e7a78a8c5073 commit: 951f7e51c6379658a8f9d2624d4157ed6eb6587c Author: Chris Mayo gmail com> AuthorDate: Tue Oct 29 19:57:32 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 24 20:24:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=951f7e51 media-gfx/freecad: Material uses dev-python/pyyaml Signed-off-by: Chris Mayo gmail.com> Signed-off-by: Sam James gentoo.org> media-gfx/freecad/freecad-1.0.0-r1.ebuild | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/media-gfx/freecad/freecad-1.0.0-r1.ebuild b/media-gfx/freecad/freecad-1.0.0-r1.ebuild index b94d9c8b5c8d..b65f1949b68d 100644 --- a/media-gfx/freecad/freecad-1.0.0-r1.ebuild +++ b/media-gfx/freecad/freecad-1.0.0-r1.ebuild @@ -70,6 +70,11 @@ RDEPEND=" media-libs/freetype sci-libs/opencascade:=[json] sys-libs/zlib + $(python_gen_cond_dep ' + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pybind11[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + ') cloud? ( dev-libs/openssl:= net-misc/curl @@ -121,23 +126,15 @@ RDEPEND=" >=sci-libs/med-4.0.0-r1 sci-libs/vtk:= ) - $(python_gen_cond_dep ' - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pybind11[${PYTHON_USEDEP}] - ') " DEPEND="${RDEPEND} >=dev-cpp/eigen-3.3.1:3 dev-cpp/ms-gsl - test? ( - $(python_gen_cond_dep 'dev-python/pyyaml[${PYTHON_USEDEP}]') - qt5? ( dev-qt/qttest:5 ) - ) + test? ( qt5? ( dev-qt/qttest:5 ) ) " BDEPEND=" dev-lang/swig test? ( - $(python_gen_cond_dep 'dev-python/pyyaml[${PYTHON_USEDEP}]') qt5? ( dev-qt/qttest:5 ) dev-cpp/gtest ) @@ -345,7 +342,6 @@ pkg_postinst() { optfeature "Dependency graphs" media-gfx/graphviz optfeature_header "Import / Export" optfeature "Work with COLLADA documents" dev-python/pycollada - optfeature "YAML importer and emitter" dev-python/pyyaml optfeature "Importing and exporting 2D AutoCAD DWG files" media-gfx/libredwg optfeature "Importing and exporting geospatial data formats" sci-libs/gdal optfeature "Working with projection data" sci-libs/proj