commit:     17e9db1870c3dfe33d583fa073872c4caddafb84
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 14 12:15:42 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 14 12:15:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e9db18

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.23.0.ebuild  | 63 ----------------------
 .../inline-snapshot/inline-snapshot-0.23.1.ebuild  | 61 ---------------------
 3 files changed, 126 deletions(-)

diff --git a/dev-python/inline-snapshot/Manifest 
b/dev-python/inline-snapshot/Manifest
index 927d71653162..4feeaf0864fc 100644
--- a/dev-python/inline-snapshot/Manifest
+++ b/dev-python/inline-snapshot/Manifest
@@ -1,3 +1 @@
-DIST inline_snapshot-0.23.0.tar.gz 259375 BLAKE2B 
9f14733a06d983adc7f438537180d22762009cf82756c612200ff8feaffae7f1ac3a80a19abd63b2e344e31af8b557681e76c67619611f22e09bcc86c0716e24
 SHA512 
dad5ae1a4f291f562267231e30ae865c854c4be6d218a47ebbfd38cc8421d8adbd4d3945cba44f6a061b562829badbe61f026ed9968857399f93483f1a392598
-DIST inline_snapshot-0.23.1.tar.gz 260658 BLAKE2B 
8fdc0983232eb61842a6e6b4088bad0ce061a2e470907afb43d66fb31018911bfa1917e5415e749f0cf4384917071a275a59ba9a0ae4a3791120829caa21d647
 SHA512 
d4b01a41a2a2589aa4ac2c0c275dba3a2c248297fb5374410303e81e437dc1106a03f175959be7c4e190a817ac2b063e11b8f34dbd32fcb8b499bb874b8708dd
 DIST inline_snapshot-0.23.2.tar.gz 260704 BLAKE2B 
db40ec4d77acbadc1cba2772bcdbfdd284f5bb97930e7101a4f9f2cfae5ef53d6084295e11a2a6c23ac736613b0733000222a2f3914c314ed9f2dd0027cd02cc
 SHA512 
af91622c7722faa54c0a2a12c5f427748243dbf4f019aeeca125db0244377daefaa236f4bc5cf3bc65b21215d97923aebee2ac717bea7afd181c4ec515142cc3

diff --git a/dev-python/inline-snapshot/inline-snapshot-0.23.0.ebuild 
b/dev-python/inline-snapshot/inline-snapshot-0.23.0.ebuild
deleted file mode 100644
index 1992cb586e2d..000000000000
--- a/dev-python/inline-snapshot/inline-snapshot-0.23.0.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
-}

diff --git a/dev-python/inline-snapshot/inline-snapshot-0.23.1.ebuild 
b/dev-python/inline-snapshot/inline-snapshot-0.23.1.ebuild
deleted file mode 100644
index 2f65f35dc01b..000000000000
--- a/dev-python/inline-snapshot/inline-snapshot-0.23.1.ebuild
+++ /dev/null
@@ -1,61 +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_11 python3_{11..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}]
-"
-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_args[pyright]'
-               'tests/test_typing.py::test_typing_call[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