commit:     0bbe570aa16bd7d68e3478a4025655932964dae9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May  3 12:16:53 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May  3 12:21:33 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bbe570a

dev-python/inline-snapshot: Remove old

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

 dev-python/inline-snapshot/Manifest                |  1 -
 .../inline-snapshot/inline-snapshot-0.21.3.ebuild  | 63 ----------------------
 2 files changed, 64 deletions(-)

diff --git a/dev-python/inline-snapshot/Manifest 
b/dev-python/inline-snapshot/Manifest
index d409939ab880..6653994db144 100644
--- a/dev-python/inline-snapshot/Manifest
+++ b/dev-python/inline-snapshot/Manifest
@@ -1,3 +1,2 @@
-DIST inline_snapshot-0.21.3.tar.gz 254753 BLAKE2B 
5b9dd20fd8844c3b63de9f39fdc9e6fd4be1e208006bb4ffdb9e3a643412de5ac8314ff383836d96dfab819c660ca453a417dd85f4626f5c4450f763844c5cc0
 SHA512 
e77bebe7026700fad239b8d294f0cec0e37f309af6c5584eddaef23d6b54f521b3acb8e499238c9953ecf43275c32f2643a67348ee29403cd9262d054ae21dec
 DIST inline_snapshot-0.22.3.tar.gz 259515 BLAKE2B 
2b4e2a87d28a6dc3af279d85e4b749b429a77f1f516c6516e6311d6cd9a427530fee82010d907256cf8a7a700650812c6a7dcccdccf8940682fc4d0656c273f4
 SHA512 
f94ad7e9f75b84dcbc0ff099ff1fa26c6c7f114056af2f148fb7086eaa0579581a808c279c3b3cdebf1d87bd7833d9a7926b38ffc06d074036e89579560d92c4
 DIST inline_snapshot-0.23.0.tar.gz 259375 BLAKE2B 
9f14733a06d983adc7f438537180d22762009cf82756c612200ff8feaffae7f1ac3a80a19abd63b2e344e31af8b557681e76c67619611f22e09bcc86c0716e24
 SHA512 
dad5ae1a4f291f562267231e30ae865c854c4be6d218a47ebbfd38cc8421d8adbd4d3945cba44f6a061b562829badbe61f026ed9968857399f93483f1a392598

diff --git a/dev-python/inline-snapshot/inline-snapshot-0.21.3.ebuild 
b/dev-python/inline-snapshot/inline-snapshot-0.21.3.ebuild
deleted file mode 100644
index 1992cb586e2d..000000000000
--- a/dev-python/inline-snapshot/inline-snapshot-0.21.3.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 2024-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
-
-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}]
-       $(python_gen_cond_dep '
-               >=dev-python/tomli-2.0.0[${PYTHON_USEDEP}]
-       ' 3.10)
-"
-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}]
-               $(python_gen_cond_dep '
-                       dev-python/mypy[${PYTHON_USEDEP}]
-               ' 'python*')
-               >=dev-python/pydantic-2[${PYTHON_USEDEP}]
-               >=dev-python/pytest-freezer-0.4.8[${PYTHON_USEDEP}]
-               >=dev-python/pytest-mock-3.14.0[${PYTHON_USEDEP}]
-               >=dev-python/pytest-subtests-0.11.0[${PYTHON_USEDEP}]
-       )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # requires pyright
-               'tests/test_typing.py::test_typing[pyright]'
-               # TODO
-               tests/test_formating.py::test_format_command_fail
-       )
-
-       local -x COLUMNS=80
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       local -x 
PYTEST_PLUGINS=inline_snapshot.pytest_plugin,pytest_freezer,pytest_subtests.plugin,xdist.plugin
-       local -x PYTHONPATH=${S}/src
-       epytest -p pytest_mock
-}

Reply via email to