summaryrefslogtreecommitdiff
path: root/dev-python/syrupy
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/syrupy')
-rw-r--r--dev-python/syrupy/Manifest2
-rw-r--r--dev-python/syrupy/syrupy-5.3.4.ebuild34
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/syrupy/Manifest b/dev-python/syrupy/Manifest
index 95d843d5e8fb..e3df894783c0 100644
--- a/dev-python/syrupy/Manifest
+++ b/dev-python/syrupy/Manifest
@@ -1,4 +1,2 @@
-DIST syrupy-5.3.4.tar.gz 87078 BLAKE2B 5cdd37f060611cf651e510cc3f7e9ba684c4ff561f8c6e70fbd494f2e2c8a865f1cdc30a0f15e7e1d8cb86612a0416a02c3d80c03df1cd91a04a1841087298a2 SHA512 c5caabfcd17862c352efe49035ebd68960dcfe6b5fb0830d67350eae3236c2f385e9bd6c046a4bd0216e2f8e8609d4f1aebdf12083598ba14f213c65ebd40f4a
-DIST syrupy-5.3.4.tar.gz.provenance 9793 BLAKE2B e5ced34de898326a3df3d7c9f89b63d3ad6958aefef3a1c83bf85a4087d56cfcad8d05cf2889a93d2b10397055dad36b05806982c426bbeeb6d7ab7ad4a42cb4 SHA512 52cfaec0f39b4d987277937422229c2c8f36728e1dbeb353522cdbdb5276c68e1b4733b3c1e4993736fc9c0165e1b8c75961d5eda9756944b72de391f510cb3b
DIST syrupy-5.4.0.tar.gz 87881 BLAKE2B c2dabe23553234f39553ad83c00263467d1f508c1d70be5ad5c16bf72a16468111092eea9d1f6bdeb47f385d64c6a652afdde9a0c8a1a2f3c890db003d77b215 SHA512 153a979b9ab28b8823e15e8b7b058b0b768984c9e11ba3e06b35b7fbccc580191278c45d59be6e89b236a0f6133815c6c9baeef8456e2a1421cc589392d1c22c
DIST syrupy-5.4.0.tar.gz.provenance 9934 BLAKE2B 399bc3b67ff9cfc197a9ef576f5cd2d33f0deb5a702604906566156f848fe943b4f2712b5290975bf6a874d7880dd8fa2aac7b9a97824f69ec2a229bba7fea39 SHA512 0cf10057cca9807e7e961f662bf855f8c1ba819f7e5ee0cd5e6fe71284a314e3e93af5596f61ac4cca545d378005e40547c2fa2d6f74899b61748171c689c553
diff --git a/dev-python/syrupy/syrupy-5.3.4.ebuild b/dev-python/syrupy/syrupy-5.3.4.ebuild
deleted file mode 100644
index 79ebfc3cbb57..000000000000
--- a/dev-python/syrupy/syrupy-5.3.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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