repo/gentoo:master commit in: dev-python/inline-snapshot/

Michał Górny <[email protected]>
Newsgroups gmane.linux.gentoo.cvs
Message-ID <1786789311.204d04334da86f8e64fab90383b0ef0caba2f037.mgorny@gentoo>
commit:     204d04334da86f8e64fab90383b0ef0caba2f037
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 09:46:23 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 10:21:51 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=204d0433

dev-python/inline-snapshot: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/inline-snapshot/Manifest                |  2 -
 .../inline-snapshot/inline-snapshot-0.33.0.ebuild  | 63 ----------------------
 2 files changed, 65 deletions(-)

diff --git a/dev-python/inline-snapshot/Manifest b/dev-python/inline-snapshot/Manifest
index de82b0cb2898..7c114e533104 100644
--- a/dev-python/inline-snapshot/Manifest
+++ b/dev-python/inline-snapshot/Manifest
@@ -1,5 +1,3 @@
-DIST inline_snapshot-0.33.0.tar.gz 2637158 BLAKE2B 1bc372dd7f4a546410570b7a2a02ed65722d3448f8f2bc6e4f7cae926370f3ba74fc33f1b1162e4f6563f1f94273c592da4a5f8f573557235d8a5064b8c22c88 SHA512 17af4c5992dfc04809df804ab7167063d01166073e8017eeb08e60cef8ada642955eb2090e0e86807aacd3a6feddceed0cf3c37667fed5b732d076e8449ced13
-DIST inline_snapshot-0.33.0.tar.gz.provenance 9520 BLAKE2B 812259517d0fb1a0ba26b25986a8335810fe9542b581f7ced793cf3f1e64d6e10fbf2934252adc4352b113535028cc8a158ffe8c99aef993acbd08bcae35adea SHA512 241f66837bd510f10b2897fe8de4815d6352e78d0a9153ffb4be5fbd0be80fca693e5cf3c30ae32a3042a3294b175b865999a628607ecec414c81f7768570d6d
 DIST inline_snapshot-0.34.2.tar.gz 2641142 BLAKE2B 9c3d88d830fd6d155ed9c60264892dad05c8c84fa91659bea9d69d20ae2cc073ee9db57359604d5d35a82fdbc941608944f0c046c17eed272d71aaf92f7ee71b SHA512 fc2a388aa70e991de641d19ab97c7313dd982248af25013f97313517e1bfd673086f73d60318316c0312c21c6703c567519e2e3a7baeeb14ad5a324c047f59ae
 DIST inline_snapshot-0.34.2.tar.gz.provenance 9768 BLAKE2B 383d087a8f6991cf184796b7641a73da25354570a8b337e134c90251496b3d1b255a86f3e1d2e2dbe035ec978bee5040e83df1f54948fe4699d48482c7ae935b SHA512 d16524d20b06164aa6087cfbabe19e6f59ac65570d7264a554739c52d9ae37f57957d3d1e1d910447282f0d38eacfacb1899995d86eebe47b474525f76d9118e
 DIST inline_snapshot-0.35.2.tar.gz 2534713 BLAKE2B 963bb24d4b89ad7a440a68b986abe3d7d341937615a190b963e6503fb72c281eb1602d88eb7f0a8c3b324fc47fbc358f21550ce9feeacfa2cfa7f4e39d7a9f67 SHA512 c87808c222cc658f4d1691859920bb8bd5e203ad1d04d3070bae78850831f08782ee08833e7151c52a5a3433c7ee615b5c9b683e3c4e3ad0cf4e621d219cd5c6

diff --git a/dev-python/inline-snapshot/inline-snapshot-0.33.0.ebuild b/dev-python/inline-snapshot/inline-snapshot-0.33.0.ebuild
deleted file mode 100644
index e799e61b19c6..000000000000
--- a/dev-python/inline-snapshot/inline-snapshot-0.33.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 2024-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/15r10nk/inline-snapshot
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Create and update inline snapshots in your Python tests"
-HOMEPAGE="
-	https://15r10nk.github.io/inline-snapshot/
-	https://github.com/15r10nk/inline-snapshot/
-	https://pypi.org/project/inline-snapshot/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86"
-
-RDEPEND="
-	>=dev-python/asttokens-2.0.5[${PYTHON_USEDEP}]
-	>=dev-python/executing-2.2.0[${PYTHON_USEDEP}]
-	>=dev-python/pytest-8.3.4[${PYTHON_USEDEP}]
-	>=dev-python/rich-13.7.1[${PYTHON_USEDEP}]
-	dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/attrs[${PYTHON_USEDEP}]
-		>=dev-python/black-23.3.0[${PYTHON_USEDEP}]
-		>=dev-python/dirty-equals-0.7.0[${PYTHON_USEDEP}]
-		>=dev-python/hypothesis-6.75.5[${PYTHON_USEDEP}]
-		dev-python/isort[${PYTHON_USEDEP}]
-		$(python_gen_cond_dep '
-			dev-python/mypy[${PYTHON_USEDEP}]
-		' 'python*')
-		>=dev-python/pydantic-2[${PYTHON_USEDEP}]
-	)
-"
-
-EPYTEST_PLUGIN_LOAD_VIA_ENV=1
-EPYTEST_PLUGINS=( "${PN}" pytest-{freezer,mock,xdist} )
-# TODO: EPYTEST_XDIST=1 gotten flaky with 0.33.0
-distutils_enable_tests pytest
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# requires pyright
-		'tests/test_typing.py::test_typing_args[pyright]'
-		'tests/test_typing.py::test_typing_call[pyright]'
-		# TODO
-		tests/test_formating.py::test_format_command_fail
-		'tests/test_docs.py::test_docs[categories.md]'
-		'tests/test_docs.py::test_docs[code_generation.md]'
-		'tests/test_docs.py::test_docs[testing.md]'
-	)
-
-	local -x PYTHONPATH=${S}/src
-	epytest
-}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.