commit:     df049aee4ec1dd264c153975cc5c506c4d71b589
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 07:32:50 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 12 07:32:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df049aee

dev-python/inline-snapshot: Remove old

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

 dev-python/inline-snapshot/Manifest                |  3 --
 .../inline-snapshot/inline-snapshot-0.20.5.ebuild  | 62 ---------------------
 .../inline-snapshot/inline-snapshot-0.21.2.ebuild  | 63 ----------------------
 .../inline-snapshot/inline-snapshot-0.22.0.ebuild  | 63 ----------------------
 4 files changed, 191 deletions(-)

diff --git a/dev-python/inline-snapshot/Manifest 
b/dev-python/inline-snapshot/Manifest
index d12b61a3a690..f5641e5cc18b 100644
--- a/dev-python/inline-snapshot/Manifest
+++ b/dev-python/inline-snapshot/Manifest
@@ -1,6 +1,3 @@
 DIST inline_snapshot-0.20.10.tar.gz 92902 BLAKE2B 
74a1f89e92bbce25eb08837524e819fdeccf6ef24c19b2344a3b54a3a95b50855be15aa1f0f6188e1da34887df800829efb05daa6df68d6386f77e11f9b1a87a
 SHA512 
ae8f5833e9334ec7cd9e76d3149a5a05212e2255b817aea1174babe47ced163da579007c2b7d0111b4de29282062b2b32a737d36602baa59c617bba244687011
-DIST inline_snapshot-0.20.5.tar.gz 92215 BLAKE2B 
a366a61f84d07481e1d9bf7033c691873d000f7e4dad100571481360134522db478453928fa9bce681f34d1951c75f9300bb61ce25bf950204fe168d6ed7a2fa
 SHA512 
145dad40507ba7d457a74e63d920d2edcb24f4e7d263956912f5ec964210cae126f7e94771f1e64f5e47eca2e6124c6b87b36af5fb06d3e37242328be4daba8e
-DIST inline_snapshot-0.21.2.tar.gz 254612 BLAKE2B 
e8ce2a6dec258c63adefaf4baa65534cab1a707d6ce89e535afcd53835f89c5b420d029ac7eea1690623cb9566c7435330f320ea412e2e23a70b16a15191031b
 SHA512 
44a2d7c809a9a52e46ae028e39ff25e75ba2b492d32671570dfb7faa6d23e8824edfe15bddd371a9e23933e964baa60f2d16fe3e6a330ca8c84c2734f9b5bfb6
 DIST inline_snapshot-0.21.3.tar.gz 254753 BLAKE2B 
5b9dd20fd8844c3b63de9f39fdc9e6fd4be1e208006bb4ffdb9e3a643412de5ac8314ff383836d96dfab819c660ca453a417dd85f4626f5c4450f763844c5cc0
 SHA512 
e77bebe7026700fad239b8d294f0cec0e37f309af6c5584eddaef23d6b54f521b3acb8e499238c9953ecf43275c32f2643a67348ee29403cd9262d054ae21dec
-DIST inline_snapshot-0.22.0.tar.gz 255584 BLAKE2B 
9fbe87ca31f639fca8e31eaae2fd9e81630321567d4a1714aa46fcb80f3dc80ea03d4d4a24a98582efa21cc4518f1d449186fd0312854b01a37f2c043bdd2890
 SHA512 
80baae4a0c43a37822890808e2f3e8c856a4b267960fb5aff76475fd732c541fb956e007311ddee49f9aae5e727d33b64834b527b360df8315bf4f3c4e7b273f
 DIST inline_snapshot-0.22.1.tar.gz 258823 BLAKE2B 
9929a5f01245db35ef5671961eb0c364b4f34adad8bfc64a7bff808ba7d305133339c20ab803682a0983c652b3e3998a0779f7e083505f83cc4fa935b667c2e6
 SHA512 
33e0d2203705419808a7175bc48bb1d2a85b21decaab6c579e3ae99c74c33365dfb88f0ba735b54700adc6ade0389f471f890739ebfeba4e8dc4195fde17ce4b

diff --git a/dev-python/inline-snapshot/inline-snapshot-0.20.5.ebuild 
b/dev-python/inline-snapshot/inline-snapshot-0.20.5.ebuild
deleted file mode 100644
index ceb8bf15bb8c..000000000000
--- a/dev-python/inline-snapshot/inline-snapshot-0.20.5.ebuild
+++ /dev/null
@@ -1,62 +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/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.21.2.ebuild 
b/dev-python/inline-snapshot/inline-snapshot-0.21.2.ebuild
deleted file mode 100644
index a1de644ca0f1..000000000000
--- a/dev-python/inline-snapshot/inline-snapshot-0.21.2.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.22.0.ebuild 
b/dev-python/inline-snapshot/inline-snapshot-0.22.0.ebuild
deleted file mode 100644
index a1de644ca0f1..000000000000
--- a/dev-python/inline-snapshot/inline-snapshot-0.22.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
-}

Reply via email to