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 4153315808B for ; Sun, 18 Feb 2024 08:53:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EFAF2BC014; Sun, 18 Feb 2024 08:53:29 +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 447F52BC014 for ; Sun, 18 Feb 2024 08:53:29 +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 55F4034307E for ; Sun, 18 Feb 2024 08:53:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E43C71160 for ; Sun, 18 Feb 2024 08:53:26 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1708246389.25c65522527af2c63ac93cd9ba57b5bf05ff899b.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 25c65522527af2c63ac93cd9ba57b5bf05ff899b X-VCS-Branch: master Date: Sun, 18 Feb 2024 08:53:26 +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: 87db9308-b301-4639-9282-fd245c8f8d8d X-Archives-Hash: 32e021ae05c7636640925807785205ee commit: 25c65522527af2c63ac93cd9ba57b5bf05ff899b Author: Alfredo Tupone gentoo org> AuthorDate: Sun Feb 18 08:52:28 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Feb 18 08:53:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25c65522 profiles: drop old pytorch packages Signed-off-by: Alfredo Tupone gentoo.org> profiles/package.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 8911b332af46..6a8b9184cc4c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,14 @@ #--- END OF EXAMPLES --- +# Alfredo Tupone (2024-02-18) +# Not ported to python3_12 +# Removal on 2024-03-18. +=sci-libs/pytorch-2.0* +=sci-libs/caffe2-2.0* +=sci-libs/pytorch-1* +=sci-libs/caffe2-1* + # Sam James (2024-02-18) # Lots of changes, including a port to a new build system. Needs lots of testing. =sys-apps/gentoo-functions-1*