commit: f80eb0cd4658a856eeafcea4da7aa1129c8aa7b4 Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Mon May 5 13:47:03 2025 +0000 Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> 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 <alexander <AT> 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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Science Project</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="github">coady/multimethod</remote-id> - </upstream> -</pkgmetadata> 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
