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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF155158020 for ; Wed, 14 Dec 2022 14:45:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB125E07B3; Wed, 14 Dec 2022 14:45:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 BBD61E07B3 for ; Wed, 14 Dec 2022 14:45:52 +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 92934335DA8 for ; Wed, 14 Dec 2022 14:45:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA5C2763 for ; Wed, 14 Dec 2022 14:45:49 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1671028309.30d66f2c57a7c81cbb176e92e03128559afb6bfc.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-libs/plasma/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-libs/plasma/plasma-21.8.29-r1.ebuild sci-libs/plasma/plasma-21.8.29.ebuild X-VCS-Directories: sci-libs/plasma/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 30d66f2c57a7c81cbb176e92e03128559afb6bfc X-VCS-Branch: dev Date: Wed, 14 Dec 2022 14:45:49 +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: 375325a0-7247-48f3-bd20-9f3d25a67787 X-Archives-Hash: cb63bfc783b4754fa7f77086f3cf79be commit: 30d66f2c57a7c81cbb176e92e03128559afb6bfc Author: Alessandro Barbieri gmail com> AuthorDate: Wed Dec 14 14:31:49 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Wed Dec 14 14:31:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30d66f2c sci-libs/plasma: remove python requirements Signed-off-by: Alessandro Barbieri gmail.com> .../plasma/{plasma-21.8.29.ebuild => plasma-21.8.29-r1.ebuild} | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/sci-libs/plasma/plasma-21.8.29.ebuild b/sci-libs/plasma/plasma-21.8.29-r1.ebuild similarity index 88% rename from sci-libs/plasma/plasma-21.8.29.ebuild rename to sci-libs/plasma/plasma-21.8.29-r1.ebuild index 7ef115592..1eaa70701 100644 --- a/sci-libs/plasma/plasma-21.8.29.ebuild +++ b/sci-libs/plasma/plasma-21.8.29-r1.ebuild @@ -3,9 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python2_7 ) - -inherit cmake edo python-any-r1 +inherit cmake edo DESCRIPTION="PLASMA parallel library for dense linear algebra" HOMEPAGE=" @@ -27,10 +25,7 @@ RDEPEND=" virtual/lapacke " DEPEND="${RDEPEND}" -BDEPEND=" - ${PYTHON_DEPS} - virtual/pkgconfig -" +BDEPEND="virtual/pkgconfig" DOCS=( README.md ChangeLog )