summaryrefslogtreecommitdiff
path: root/dev-python/pytest-datafiles
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pytest-datafiles')
-rw-r--r--dev-python/pytest-datafiles/Manifest1
-rw-r--r--dev-python/pytest-datafiles/metadata.xml12
-rw-r--r--dev-python/pytest-datafiles/pytest-datafiles-3.0.1.ebuild31
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-python/pytest-datafiles/Manifest b/dev-python/pytest-datafiles/Manifest
deleted file mode 100644
index 96e21d01adb8..000000000000
--- a/dev-python/pytest-datafiles/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pytest-datafiles-3.0.1.gh.tar.gz 109729 BLAKE2B c03de4205b3f4d97ab21e28b09dd963446aee4475d67e812a27f99b94a17febd6046b92869cecb87647ca78cc8e98ee13d75d672f1008c70cba00e86dd832edb SHA512 ecd8a487430903c151e3d6f374cd0f92934dec4ff67dac98380336ffd1298c96cb08b3ed8d36a519e936297108bf60b2fdb22c2a6d97a795a0e25d6aba6c7511
diff --git a/dev-python/pytest-datafiles/metadata.xml b/dev-python/pytest-datafiles/metadata.xml
deleted file mode 100644
index 6556c9854a3c..000000000000
--- a/dev-python/pytest-datafiles/metadata.xml
+++ /dev/null
@@ -1,12 +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>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">omarkohl/pytest-datafiles</remote-id>
- <remote-id type="pypi">pytest-datafiles</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pytest-datafiles/pytest-datafiles-3.0.1.ebuild b/dev-python/pytest-datafiles/pytest-datafiles-3.0.1.ebuild
deleted file mode 100644
index 943a30829bee..000000000000
--- a/dev-python/pytest-datafiles/pytest-datafiles-3.0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2023-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1
-
-DESCRIPTION="Create a 'tmp_path' containing predefined files/directories"
-HOMEPAGE="
- https://github.com/omarkohl/pytest-datafiles/
- https://pypi.org/project/pytest-datafiles/
-"
-SRC_URI="
- https://github.com/omarkohl/pytest-datafiles/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
- >=dev-python/pytest-6.2.0[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=( "${PN}" )
-EPYTEST_PLUGIN_LOAD_VIA_ENV=1
-distutils_enable_tests pytest