summaryrefslogtreecommitdiff
path: root/dev-python/pytest-datadir
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-06-03 06:59:33 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-06-03 06:59:33 +0000
commit47edd8ab941a8d8d99e52fcc60d402326e99bd40 (patch)
tree4e1d794df5a803cb26db562cc52e59a11cb492a8 /dev-python/pytest-datadir
parent1ac1826d3b4514168c1fd284a0ac2c3e75013417 (diff)
downloadbaldeagleos-repo-47edd8ab941a8d8d99e52fcc60d402326e99bd40.tar.gz
baldeagleos-repo-47edd8ab941a8d8d99e52fcc60d402326e99bd40.tar.xz
baldeagleos-repo-47edd8ab941a8d8d99e52fcc60d402326e99bd40.zip
Adding metadata
Diffstat (limited to 'dev-python/pytest-datadir')
-rw-r--r--dev-python/pytest-datadir/Manifest1
-rw-r--r--dev-python/pytest-datadir/pytest-datadir-1.7.1.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/pytest-datadir/Manifest b/dev-python/pytest-datadir/Manifest
index 966a44e4bdce..9f4d50db6a39 100644
--- a/dev-python/pytest-datadir/Manifest
+++ b/dev-python/pytest-datadir/Manifest
@@ -1,2 +1,3 @@
DIST pytest_datadir-1.6.1.tar.gz 9391 BLAKE2B ce5d0a87e610c6828e2b342bf8d41534e729dff5728238d1ea6a5a78fa1e46d70d4e00d197797f712c1cb4cb3988890a2b1de12f84f867b4538aa57566cb439d SHA512 e7de5aa5196d9c6be519c77b8139bdb416d91540739671d1ae838c4292007819fd6a0b1e0c9aa9380db8ebdeed927c4cfec3e6d4b0f1b2b2b42ec2cce0f97e44
DIST pytest_datadir-1.7.0.tar.gz 10795 BLAKE2B 85910bf65bf7f163c787c9b4ef75767b65e69197808c4aeeb07ee706d4cd6fefa60fc89788fdeff886cbd8e6ef9bbf3ae7e2934309156fabb910ea8e56a6547b SHA512 6be7ff6a4d615941aa3e99739df79c19eba1eb0bd7edca1cacc80b5ad3a48e3045c4b75e3de965eb4ad720ea0c18f3733a8fc652ef0086432bd1485e2f86fd53
+DIST pytest_datadir-1.7.1.tar.gz 10962 BLAKE2B 3e86642c1a57c651627d0047e889dba6b7f6f7abf1fa991917800628d084a1de6f55249b3522d96b07a8dca3de72d942b4a1f99606dd95a62d78906cbf436c2a SHA512 9310cbb1b8ce5143d45689b52fbdbc3f0930f2caa24d015cee57f296f31a7b4bea60f7f23392babc3a61ccbb492fe5b84c58a79fa0902cbeb6754319d001d55c
diff --git a/dev-python/pytest-datadir/pytest-datadir-1.7.1.ebuild b/dev-python/pytest-datadir/pytest-datadir-1.7.1.ebuild
new file mode 100644
index 000000000000..1c3dc1901c2f
--- /dev/null
+++ b/dev-python/pytest-datadir/pytest-datadir-1.7.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
+
+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}]
+"
+
+distutils_enable_tests pytest