From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-python/pytest-param-files/Manifest | 1 + dev-python/pytest-param-files/metadata.xml | 10 ++++++++ .../pytest-param-files-0.6.0.ebuild | 30 ++++++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 dev-python/pytest-param-files/Manifest create mode 100644 dev-python/pytest-param-files/metadata.xml create mode 100644 dev-python/pytest-param-files/pytest-param-files-0.6.0.ebuild (limited to 'dev-python/pytest-param-files') diff --git a/dev-python/pytest-param-files/Manifest b/dev-python/pytest-param-files/Manifest new file mode 100644 index 000000000000..b20cc2822bec --- /dev/null +++ b/dev-python/pytest-param-files/Manifest @@ -0,0 +1 @@ +DIST pytest-param-files-0.6.0.gh.tar.gz 8526 BLAKE2B be4f2f385d5dcbb1debde45a9fb48cb22c8e75e39daeaf891ca2b0321afbd27b4917b1f6058816e9fac2fb589076a06d6159bbbb0bac610bc3498ffcf71cf812 SHA512 712e4dfcccec3bc266f98a6339985b42171cf255552356107953dba691f4d6cfac125a8390349459cf67d8ca92ddc2a9dba8cfdd9b3a20a5ec6578df93cb006a diff --git a/dev-python/pytest-param-files/metadata.xml b/dev-python/pytest-param-files/metadata.xml new file mode 100644 index 000000000000..5e95859f915a --- /dev/null +++ b/dev-python/pytest-param-files/metadata.xml @@ -0,0 +1,10 @@ + + + + + python@gentoo.org + Python + + + baldeagleos-repo + diff --git a/dev-python/pytest-param-files/pytest-param-files-0.6.0.ebuild b/dev-python/pytest-param-files/pytest-param-files-0.6.0.ebuild new file mode 100644 index 000000000000..9fcda277909d --- /dev/null +++ b/dev-python/pytest-param-files/pytest-param-files-0.6.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 2022-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 + +DESCRIPTION="Pytest parametrize decorators from external files" +HOMEPAGE=" + https://github.com/chrisjsewell/pytest-param-files/ + https://pypi.org/project/pytest_param_files/ +" +SRC_URI=" + https://github.com/chrisjsewell/pytest-param-files/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +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}] + >=dev-python/ruamel-yaml-0.15[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest -- cgit v1.3