diff --git a/dev-python/pytest-golden/Manifest b/dev-python/pytest-golden/Manifest index 72e21b9924b0..824427a94a46 100644 --- a/dev-python/pytest-golden/Manifest +++ b/dev-python/pytest-golden/Manifest @@ -1 +1,3 @@ DIST pytest-golden-0.2.2.gh.tar.gz 11928 BLAKE2B efe7af645d643f265c629f8b7f96298554c68f0c91f27e99fa65b520986d60e8ac95bcbfb631f390b0734e6892a041ea7c89c0b12e0c8c9a652bd4af0e107e81 SHA512 77c4395949eaf58f29999f3f68a7bac2a644a6404a02efcf628a35270f6c03b45550391357fad1208fb13ea3dc7d33704346984c821f1a6663cb715d240384b7 +DIST pytest_golden-1.0.0.tar.gz 12540 BLAKE2B 84eb5d1794e8d0828d493569ff8ed021cdfb5807757ae21d67f71c783f87300323a64c25cf413b35cccf5fcec804211a473c72fae05876b5b33d81346891cbdb SHA512 f04568a81c45fa4b946feb6542d6f9d0d8b29669c729216ddb14df640e45c4fb504cafb3011defb0ac59c42bdaeb97310c1f1a839cd8c74c9c54f431466985f2 +DIST pytest_golden-1.0.0.tar.gz.provenance 9502 BLAKE2B 58233dbe013d04b9320da1eeb79eb468bd12619ce994081b3939ec06b4e68bacef3e028744f0fc1446ba7afbad941c846689a87aa40f739db125bb8b552143fe SHA512 c0962d2628472273441fcafb22e7641ff588025075e380b03de59b010051232e1dff05d9d04d980f006b7b310f4dcfc56e161c82e0daff639bbf720919637440 diff --git a/dev-python/pytest-golden/pytest-golden-1.0.0.ebuild b/dev-python/pytest-golden/pytest-golden-1.0.0.ebuild new file mode 100644 index 000000000000..98584d1fc8b5 --- /dev/null +++ b/dev-python/pytest-golden/pytest-golden-1.0.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYPI_VERIFY_REPO=https://github.com/oprypin/pytest-golden +PYTHON_COMPAT=( python3_{11..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Plugin for pytest that offloads expected outputs to data files" +HOMEPAGE=" + https://github.com/oprypin/pytest-golden/ + https://pypi.org/project/pytest-golden/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" + +RDEPEND=" + >=dev-python/pytest-6.1.2[${PYTHON_USEDEP}] + >=dev-python/ruamel-yaml-0.16.12[${PYTHON_USEDEP}] + =dev-python/testfixtures-6.15.0[${PYTHON_USEDEP}] +" + +EPYTEST_PLUGINS=( "${PN}" ) +EPYTEST_PLUGIN_LOAD_VIA_ENV=1 +distutils_enable_tests pytest