commit: 9c58134ccb2e6fb1ac3da3a491530123dbdeaabc
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Dec 7 14:30:58 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sat Dec 7 14:38:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9c58134c
dev-python/pytest-syrupy: drop 4.0.1
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
dev-python/pytest-syrupy/Manifest | 1 -
.../pytest-syrupy/pytest-syrupy-4.0.1.ebuild | 40 ----------------------
2 files changed, 41 deletions(-)
diff --git a/dev-python/pytest-syrupy/Manifest
b/dev-python/pytest-syrupy/Manifest
index 43d5d4069..98ca98c35 100644
--- a/dev-python/pytest-syrupy/Manifest
+++ b/dev-python/pytest-syrupy/Manifest
@@ -1,2 +1 @@
-DIST pytest-syrupy-4.0.1.gh.tar.gz 2300053 BLAKE2B
875465e5bfc6462535125f374906f29392c0fdb957eb4efe1fa9a38882f10e200af69065bc3190f224270d59e73f531b3d0c017d2686068f1abd4cb8e2cbcd89
SHA512
6f786e40e1700077b0fd98f5ca794d749666945dff89388d07a9c58c538b077835b107358eaa66d4ad1d7e50bea1964371c6428ab9597868f9005ae8b4e2d874
DIST pytest-syrupy-4.8.0.gh.tar.gz 2313840 BLAKE2B
10d3274ec03591e864460472c72f50e244385b86b8cab631fbc6835f099d96a47ba94969e28a7956374c2e6f1c8d4da0ae064dc2a7273ba655fd4a7efa6d66c7
SHA512
ee47b1b32a88185799166e372d80fc076427f341643163bf288a0740e56fe239e578f05501fc59b90c760062c8320a4992c9a93cb3f25af012f65d641e9f4ee9
diff --git a/dev-python/pytest-syrupy/pytest-syrupy-4.0.1.ebuild
b/dev-python/pytest-syrupy/pytest-syrupy-4.0.1.ebuild
deleted file mode 100644
index ee41252f1..000000000
--- a/dev-python/pytest-syrupy/pytest-syrupy-4.0.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{11..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="The sweeter pytest snapshot plugin"
-HOMEPAGE="https://github.com/tophat/syrupy https://pypi.org/project/syrupy"
-SRC_URI="https://github.com/tophat/syrupy/archive/refs/tags/v${PV}.tar.gz ->
${P}.gh.tar.gz"
-S="${WORKDIR}/syrupy-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DOCS=( README.md CHANGELOG.md )
-
-RDEPEND="
- dev-python/rich[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/colored[${PYTHON_USEDEP}]
- test? (
- dev-python/invoke[${PYTHON_USEDEP}]
- dev-python/pytest-benchmark[${PYTHON_USEDEP}]
- dev-python/pytest-xdist[${PYTHON_USEDEP}]
- )
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # Seems like the output changed but the tests did not
-
tests/integration/test_pytest_extension.py::test_ignores_non_function_nodes
-)