summaryrefslogtreecommitdiff
path: root/dev-python/pytest-datadir
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/pytest-datadir
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/pytest-datadir')
-rw-r--r--dev-python/pytest-datadir/Manifest2
-rw-r--r--dev-python/pytest-datadir/metadata.xml13
-rw-r--r--dev-python/pytest-datadir/pytest-datadir-1.8.0.ebuild30
3 files changed, 0 insertions, 45 deletions
diff --git a/dev-python/pytest-datadir/Manifest b/dev-python/pytest-datadir/Manifest
deleted file mode 100644
index 7b3558464630..000000000000
--- a/dev-python/pytest-datadir/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST pytest_datadir-1.8.0.tar.gz 11848 BLAKE2B bf48a45fb67a51c9b8183767d38618580a9b972a5054cd68a402d695e168cc73672a23373002c1498965e0cde97e18df1765a2bb33b70aae80dae30c61a02f17 SHA512 10be9c77f4c0baea834b7758b8a30d82c7e80a406ef59a1ee0386e78fe74b4dbb1237c743ca6be8a8f0b777a2a74b42b07e89ddd7fdf18cdc53959a676c022fe
-DIST pytest_datadir-1.8.0.tar.gz.provenance 9777 BLAKE2B a17fbcbc5cc5a65edab93d32885563b205b7de218d83285015c174194d6a62cb74fcb2f6e084ebc0b5efcea02ea6ce46e494acf6f3a61797e40f1f088de3481d SHA512 b43a0cc992bfa0531f53e364e4e49ea02b9d3655e3bd8a50cccbf067883040fbc749d60baea1168012138ebe110d909290c0af0052cab661531e8a92e6ce937a
diff --git a/dev-python/pytest-datadir/metadata.xml b/dev-python/pytest-datadir/metadata.xml
deleted file mode 100644
index e6acb63c0415..000000000000
--- a/dev-python/pytest-datadir/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="github">gabrielcnr/pytest-datadir</remote-id>
- <remote-id type="pypi">pytest-datadir</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pytest-datadir/pytest-datadir-1.8.0.ebuild b/dev-python/pytest-datadir/pytest-datadir-1.8.0.ebuild
deleted file mode 100644
index 09f08dc2d527..000000000000
--- a/dev-python/pytest-datadir/pytest-datadir-1.8.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_VERIFY_REPO=https://github.com/gabrielcnr/pytest-datadir
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Pytest plugin for manipulating test data directories and files"
-HOMEPAGE="
- https://github.com/gabrielcnr/pytest-datadir/
- https://pypi.org/project/pytest-datadir/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
-
-RDEPEND="
- >=dev-python/pytest-7.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=( "${PN}" )
-distutils_enable_tests pytest