From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1340811-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 BC12A158086 for <garchives@archives.gentoo.org>; Thu, 18 Nov 2021 11:01:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12EFF2BC002; Thu, 18 Nov 2021 11:01:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D63062BC001 for <gentoo-commits@lists.gentoo.org>; Thu, 18 Nov 2021 11:01:27 +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 055C1342D37 for <gentoo-commits@lists.gentoo.org>; Thu, 18 Nov 2021 11:01:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30FB7164 for <gentoo-commits@lists.gentoo.org>; Thu, 18 Nov 2021 11:01:25 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1637233155.fffa0d2a8dc7a25c52fd1f786efbb1e702b07167.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bottleneck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/bottleneck/bottleneck-1.3.2-r1.ebuild dev-python/bottleneck/bottleneck-1.3.2.ebuild X-VCS-Directories: dev-python/bottleneck/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fffa0d2a8dc7a25c52fd1f786efbb1e702b07167 X-VCS-Branch: master Date: Thu, 18 Nov 2021 11:01:25 +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: 8db408f8-114f-49aa-a401-52307a3b46d8 X-Archives-Hash: b4f64786be7788f2cc5c0c294a665159 commit: fffa0d2a8dc7a25c52fd1f786efbb1e702b07167 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Nov 18 10:59:15 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Nov 18 10:59:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fffa0d2a dev-python/bottleneck: no longer depends on scipy The dependency was dropped upstream a bit ago. Bug: https://bugs.gentoo.org/804115 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{bottleneck-1.3.2.ebuild => bottleneck-1.3.2-r1.ebuild} | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-python/bottleneck/bottleneck-1.3.2.ebuild b/dev-python/bottleneck/bottleneck-1.3.2-r1.ebuild similarity index 86% rename from dev-python/bottleneck/bottleneck-1.3.2.ebuild rename to dev-python/bottleneck/bottleneck-1.3.2-r1.ebuild index e53dccb8878d..944a15992cfd 100644 --- a/dev-python/bottleneck/bottleneck-1.3.2.ebuild +++ b/dev-python/bottleneck/bottleneck-1.3.2-r1.ebuild @@ -10,14 +10,11 @@ DESCRIPTION="Fast NumPy array functions written in Cython" HOMEPAGE="https://pypi.org/project/Bottleneck/" SRC_URI="https://github.com/kwgoodman/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SLOT="0" LICENSE="BSD" +SLOT="0" KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" -RDEPEND=" - >=dev-python/numpy-1.9.1[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] -" +RDEPEND=">=dev-python/numpy-1.9.1[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" distutils_enable_tests pytest