diff options
Diffstat (limited to 'dev-python/jaraco-test')
| -rw-r--r-- | dev-python/jaraco-test/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/jaraco-test/jaraco-test-5.6.0.ebuild | 47 | ||||
| -rw-r--r-- | dev-python/jaraco-test/metadata.xml | 13 |
3 files changed, 0 insertions, 61 deletions
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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">jaraco.test</remote-id> - <remote-id type="github">jaraco/jaraco.test</remote-id> - </upstream> -</pkgmetadata> |
