From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 58CE71584AD for ; Tue, 06 May 2025 13:53:08 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 37ACE343177 for ; Tue, 06 May 2025 13:53:08 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4CC9C1103C0; Tue, 06 May 2025 13:53:01 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 309B71103C0 for ; Tue, 06 May 2025 13:53: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 CDD5C3430F4 for ; Tue, 06 May 2025 13:53:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3697B2799 for ; Tue, 06 May 2025 13:52:59 +0000 (UTC) From: "Alexander Puck Neuwirth" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexander Puck Neuwirth" Message-ID: <1746539507.f80eb0cd4658a856eeafcea4da7aa1129c8aa7b4.alexander@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/multimethod/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/multimethod/metadata.xml dev-python/multimethod/multimethod-1.8.ebuild X-VCS-Directories: dev-python/multimethod/ X-VCS-Committer: alexander X-VCS-Committer-Name: Alexander Puck Neuwirth X-VCS-Revision: f80eb0cd4658a856eeafcea4da7aa1129c8aa7b4 X-VCS-Branch: master Date: Tue, 06 May 2025 13:52:59 +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: fca86742-f4a8-4dbf-a2b9-57f91dae9ef3 X-Archives-Hash: 1bc11c1b949491e64377aa0ddb7975c9 commit: f80eb0cd4658a856eeafcea4da7aa1129c8aa7b4 Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Mon May 5 13:47:03 2025 +0000 Commit: Alexander Puck Neuwirth neuwirth-informatik de> CommitDate: Tue May 6 13:51:47 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f80eb0cd dev-python/multimethod: treeclean Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> dev-python/multimethod/metadata.xml | 12 ------------ dev-python/multimethod/multimethod-1.8.ebuild | 20 -------------------- 2 files changed, 32 deletions(-) diff --git a/dev-python/multimethod/metadata.xml b/dev-python/multimethod/metadata.xml deleted file mode 100644 index cd5b00a2b..000000000 --- a/dev-python/multimethod/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - - - coady/multimethod - - diff --git a/dev-python/multimethod/multimethod-1.8.ebuild b/dev-python/multimethod/multimethod-1.8.ebuild deleted file mode 100644 index 595a728a4..000000000 --- a/dev-python/multimethod/multimethod-1.8.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_10 ) - -inherit distutils-r1 - -DESCRIPTION="Library allowing Python function overloads based on argument types" -HOMEPAGE="https://github.com/coady/multimethod" - -SRC_URI="https://github.com/coady/multimethod/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86" -SLOT="0" - -distutils_enable_tests pytest