From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1604622-garchives=archives.gentoo.org@lists.gentoo.org> 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 51776158041 for <garchives@archives.gentoo.org>; Tue, 27 Feb 2024 15:22:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12E0DE2B26; Tue, 27 Feb 2024 15:22:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 EDFCEE2B26 for <gentoo-commits@lists.gentoo.org>; Tue, 27 Feb 2024 15:22:01 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BF7933BDFF for <gentoo-commits@lists.gentoo.org>; Tue, 27 Feb 2024 15:22:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DC9C1301 for <gentoo-commits@lists.gentoo.org>; Tue, 27 Feb 2024 15:21:59 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1709047313.234ccb2c4534655d08499bb66a2dedaf725cc2ac.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vigra/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/vigra/vigra-1.11.1-r9.ebuild media-libs/vigra/vigra-9999.ebuild X-VCS-Directories: media-libs/vigra/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 234ccb2c4534655d08499bb66a2dedaf725cc2ac X-VCS-Branch: master Date: Tue, 27 Feb 2024 15:21:59 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 66107101-6cc4-4ab2-bef4-68311d3c2f0f X-Archives-Hash: bc8045e24337558db859f49b98e0c00a commit: 234ccb2c4534655d08499bb66a2dedaf725cc2ac Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Feb 27 15:12:40 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Feb 27 15:21:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=234ccb2c media-libs/vigra: Remove dev-python/nose dep Upstream has switched over to dev-python/pytest in -9999. The old version is still using dev-python/nose but the ebuild is test-restricted anyway, so no point in blocking nose removal here. Closes: https://bugs.gentoo.org/878713 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> media-libs/vigra/vigra-1.11.1-r9.ebuild | 10 +++------- media-libs/vigra/vigra-9999.ebuild | 7 ++++--- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/media-libs/vigra/vigra-1.11.1-r9.ebuild b/media-libs/vigra/vigra-1.11.1-r9.ebuild index 6e3de6f74804..1be44dbdba2c 100644 --- a/media-libs/vigra/vigra-1.11.1-r9.ebuild +++ b/media-libs/vigra/vigra-1.11.1-r9.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="threads(+),xml(+)" + inherit cmake flag-o-matic python-r1 DESCRIPTION="C++ computer vision library emphasizing customizable algorithms and structures" @@ -26,11 +27,6 @@ REQUIRED_USE=" python? ( hdf5 ${PYTHON_REQUIRED_USE} ) test? ( hdf5 python fftw )" -BDEPEND=" - test? ( - >=dev-python/nose-1.1.2-r1[${PYTHON_USEDEP}] - ) -" # runtime dependency on python is required by the vigra-config script DEPEND=" fftw? ( sci-libs/fftw:3.0= ) diff --git a/media-libs/vigra/vigra-9999.ebuild b/media-libs/vigra/vigra-9999.ebuild index 8e668e863ad0..4fee34b87e24 100644 --- a/media-libs/vigra/vigra-9999.ebuild +++ b/media-libs/vigra/vigra-9999.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="threads(+),xml(+)" + inherit cmake flag-o-matic python-r1 DESCRIPTION="C++ computer vision library emphasizing customizable algorithms and structures" @@ -28,7 +29,7 @@ REQUIRED_USE=" BDEPEND=" test? ( - >=dev-python/nose-1.1.2-r1[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] ) " # runtime dependency on python is required by the vigra-config script