From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/test/test-0.ebuild | 54 ------------------------------------------- 1 file changed, 54 deletions(-) delete mode 100644 dev-python/test/test-0.ebuild (limited to 'dev-python/test/test-0.ebuild') diff --git a/dev-python/test/test-0.ebuild b/dev-python/test/test-0.ebuild deleted file mode 100644 index eab1c4afa171..000000000000 --- a/dev-python/test/test-0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 2024-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) - -inherit python-r1 - -DESCRIPTION="Virtual to install 'test' package from stdlib" -HOMEPAGE="https://docs.python.org/3/library/test.html" - -LICENSE="metapackage" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - $(python_gen_impl_dep 'test-install(+)' 'pypy3*') - $(python_gen_cond_dep ' - || ( - dev-python/python-tests:3.11 -