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/jaraco-test/Manifest | 1 - dev-python/jaraco-test/jaraco-test-5.6.0.ebuild | 47 ------------------------- dev-python/jaraco-test/metadata.xml | 13 ------- 3 files changed, 61 deletions(-) delete mode 100644 dev-python/jaraco-test/Manifest delete mode 100644 dev-python/jaraco-test/jaraco-test-5.6.0.ebuild delete mode 100644 dev-python/jaraco-test/metadata.xml (limited to 'dev-python/jaraco-test') diff --git a/dev-python/jaraco-test/Manifest b/dev-python/jaraco-test/Manifest deleted file mode 100644 index d01c0781725d..000000000000 --- a/dev-python/jaraco-test/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST jaraco_test-5.6.0.tar.gz 11221 BLAKE2B bc7c0bec30d762be20fe21715007bb79c05258d4146574a344b4981f39d50af6e8a0b2c58a4ff1b6b8b1c77600322432846b10fe9938d0d44bfcae6ca34cf9d4 SHA512 cb22058edcdf1cc5aac6f66301a31e9c6a2935594090da3bbc0d4bfa58ae8b071917c166195559dfa9133147b79633efc50e6fa312ca1257d560a1ff85cc8ccc diff --git a/dev-python/jaraco-test/jaraco-test-5.6.0.ebuild b/dev-python/jaraco-test/jaraco-test-5.6.0.ebuild deleted file mode 100644 index 9d940e7c3743..000000000000 --- a/dev-python/jaraco-test/jaraco-test-5.6.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 2022-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_PN=${PN/-/.} -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Testing support by jaraco" -HOMEPAGE=" - https://github.com/jaraco/jaraco.test/ - https://pypi.org/project/jaraco.test/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -RDEPEND=" - dev-python/jaraco-collections[${PYTHON_USEDEP}] - dev-python/jaraco-context[${PYTHON_USEDEP}] - dev-python/jaraco-functools[${PYTHON_USEDEP}] - dev-python/test[${PYTHON_USEDEP}] -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest - -src_test() { - # workaround namespaces blocking test.support import (sigh!) - mv jaraco/test jaraco_test || die - rmdir jaraco || die - distutils-r1_src_test -} - -python_test() { - # while technically these tests are skipped when Internet is - # not available (they test whether auto-skipping works), we don't - # want any Internet access whenever possible - local EPYTEST_DESELECT=( - tests/test_http.py::test_needs_internet - ) - epytest -m "not network" -} diff --git a/dev-python/jaraco-test/metadata.xml b/dev-python/jaraco-test/metadata.xml deleted file mode 100644 index 4e41c7489006..000000000000 --- a/dev-python/jaraco-test/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - python@gentoo.org - Python - - - - jaraco.test - jaraco/jaraco.test - - -- cgit v1.3