diff options
| author | root <root@alpha.trunkmasters.com> | 2026-07-12 03:04:43 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-07-12 03:04:43 -0500 |
| commit | 40d2213d241ba50dbaf9b311a92a93e480fbd474 (patch) | |
| tree | c0dc1821acc043acc052426e9d018af4b26b4c72 /dev-python/syrupy | |
| parent | 755ecc63c34034b68719f6dac52aa76ba08bbe5c (diff) | |
| download | baldeagleos-repo-40d2213d241ba50dbaf9b311a92a93e480fbd474.tar.gz baldeagleos-repo-40d2213d241ba50dbaf9b311a92a93e480fbd474.tar.xz baldeagleos-repo-40d2213d241ba50dbaf9b311a92a93e480fbd474.zip | |
Adding metadata
Diffstat (limited to 'dev-python/syrupy')
| -rw-r--r-- | dev-python/syrupy/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/syrupy/syrupy-5.5.3.ebuild | 38 |
2 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/syrupy/Manifest b/dev-python/syrupy/Manifest index 5fbde6a9b9f7..621261f8bdc7 100644 --- a/dev-python/syrupy/Manifest +++ b/dev-python/syrupy/Manifest @@ -2,3 +2,5 @@ DIST syrupy-5.4.0.tar.gz 87881 BLAKE2B c2dabe23553234f39553ad83c00263467d1f508c1 DIST syrupy-5.4.0.tar.gz.provenance 9934 BLAKE2B 399bc3b67ff9cfc197a9ef576f5cd2d33f0deb5a702604906566156f848fe943b4f2712b5290975bf6a874d7880dd8fa2aac7b9a97824f69ec2a229bba7fea39 SHA512 0cf10057cca9807e7e961f662bf855f8c1ba819f7e5ee0cd5e6fe71284a314e3e93af5596f61ac4cca545d378005e40547c2fa2d6f74899b61748171c689c553 DIST syrupy-5.5.2.tar.gz 91632 BLAKE2B c720cc6f627990ce0d47eae421ec178ee7e771bd2bb41daf869138714616c17d8f62b488868c0b60ed6316a335242338312def2f278827d6417a0880d22157ae SHA512 4308a47cab9ccb96a365e4215a5531d5b65fa3e35562bcc6af54259e9e1281e2faa9b953591d3688a2ff926d67547a7968ce91ce6f06247e536dc47e3b49d254 DIST syrupy-5.5.2.tar.gz.provenance 9887 BLAKE2B feb7ec2c0896b3e7104a8af740f291ab0930ae961636ff1d78c19b58cb90df8d95e62903383a85f0e47bf7f9b96be275ab8247c789bf8cf61baa71958de92873 SHA512 c9f63d13f774fbb077f1cd997ff538ff213ef12dd741345f419bbdb9ba78d93b03100862a7345135d7d89333e2480856c28ae6a8a732e86e8dbbc6d7a5199961 +DIST syrupy-5.5.3.tar.gz 91614 BLAKE2B 5481efc54b256edf58a849881a7cdf4ebfa84f25f5df5c7539f176a6fa54d1b9ac293d83e1c760d750b60f2b869403b26785f2f264d31552399f9ce3b2a5f8be SHA512 b2c5a1d1d0f9651b3781a0e647cf988a0b30e7836355d803bfe90f816f8dc16d8a0cc252b2108642862e3d4140eca1c796af27d7d189bcb3e258cc78545f870d +DIST syrupy-5.5.3.tar.gz.provenance 10174 BLAKE2B 2c903cddf3df51f8f1a325fa6a5e476ba3dad5299bd17a3e0ef8376439fc0394b8b591bfc0a204b0812754f39cfa7e84f2f807a03afc02f482469877abf36302 SHA512 56ca1a127baae757dbec0490608b67d29167355e8c3e9d2de3e78b3d01b4e825dd942b5475b2239bf6d474b04548c879011d0043bae5137b73f13778f73048fb diff --git a/dev-python/syrupy/syrupy-5.5.3.ebuild b/dev-python/syrupy/syrupy-5.5.3.ebuild new file mode 100644 index 000000000000..bc97490612ce --- /dev/null +++ b/dev-python/syrupy/syrupy-5.5.3.ebuild @@ -0,0 +1,38 @@ +# Copyright 2026 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/syrupy-project/syrupy +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="The sweeter pytest snapshot plugin" +HOMEPAGE=" + https://github.com/syrupy-project/syrupy/ + https://pypi.org/project/syrupy/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + >=dev-python/pytest-8.0.0[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + >=dev-python/pydantic-2.13.4[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGIN_LOAD_VIA_ENV=1 +# pytest-xdist used inside tests +EPYTEST_PLUGINS=( "${PN}" hypothesis pytest-xdist ) +distutils_enable_tests pytest + +python_test() { + epytest -o xfail_strict=False +} |
