summaryrefslogtreecommitdiff
path: root/dev-python/pytest-home
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pytest-home')
-rw-r--r--dev-python/pytest-home/Manifest1
-rw-r--r--dev-python/pytest-home/metadata.xml13
-rw-r--r--dev-python/pytest-home/pytest-home-0.6.0.ebuild36
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-python/pytest-home/Manifest b/dev-python/pytest-home/Manifest
deleted file mode 100644
index 36189b071784..000000000000
--- a/dev-python/pytest-home/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pytest_home-0.6.0.tar.gz 8073 BLAKE2B 13760c97f2466eaf4d6b4cd5630bc7c1129d86049a9083b13fa389a8c8e47de62e2b7b71bafd6348cf6fde8a246b9fe32be6c03d45b7f0bcdef565a95b95fae6 SHA512 8abb4d3f5ff9c5b90ed5cea3b80c877899c68a53d424cc6785a5664b7df1fa7afcaf435c3f752ee74d911dc7ceb4c95e970d25dfad9225538737779ad0b9bcf8
diff --git a/dev-python/pytest-home/metadata.xml b/dev-python/pytest-home/metadata.xml
deleted file mode 100644
index 01af36105bbf..000000000000
--- a/dev-python/pytest-home/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>
- <!-- please remove python@ if tests do not work -->
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">jaraco/pytest-home</remote-id>
- <remote-id type="pypi">pytest-home</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pytest-home/pytest-home-0.6.0.ebuild b/dev-python/pytest-home/pytest-home-0.6.0.ebuild
deleted file mode 100644
index 9a8a4abc69b8..000000000000
--- a/dev-python/pytest-home/pytest-home-0.6.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2024-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Home directory fixtures"
-HOMEPAGE="
- https://github.com/jaraco/pytest-home/
- https://pypi.org/project/pytest-home/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
-
-RDEPEND="
- dev-python/pytest[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-vcs/git
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- local -x PYTEST_PLUGINS=pytest_home.fixtures
- epytest
-}