From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/inline-snapshot/
Date: Thu, 25 Sep 2025 10:01:35 +0000 (UTC) [thread overview]
Message-ID: <1758794403.3ca36e1ef60278f39216877e8359c1f4d348f7e7.mgorny@gentoo> (raw)
commit: 3ca36e1ef60278f39216877e8359c1f4d348f7e7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 25 02:49:43 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 25 10:00:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca36e1e
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.24.0.ebuild | 61 ----------------------
2 files changed, 62 deletions(-)
diff --git a/dev-python/inline-snapshot/Manifest b/dev-python/inline-snapshot/Manifest
index ee0d5528478e..057bd37e982b 100644
--- a/dev-python/inline-snapshot/Manifest
+++ b/dev-python/inline-snapshot/Manifest
@@ -1,4 +1,3 @@
-DIST inline_snapshot-0.24.0.tar.gz 263374 BLAKE2B 4d20f973ceae3f138b5f709cf636c8e82ba7d7e3fa2cb8288729f369ef243e9e8155b30b7b9d52758bc1e76ef91badb264f1b5b5dfcb3d91cbf6d170419d5d2e SHA512 d523f29af2ff6026e21fd3c24a6c222784d0db0983fd4a906b852c3d0ec38016eb1df373b4873ae99cb16e7a5e94d582ed6df6803a83d7da244a895a70f37ba9
DIST inline_snapshot-0.27.2.tar.gz 347133 BLAKE2B 98d8f295da11139269c97091ca957c9f7b42530d2f712442f37f9ed3eb8d4bb12a8aebc16e413352483235e40fb56d32c2accd528a4ecfce4e9675f2b57de96b SHA512 68e58853236a3a9323873f6f052f5abd06a18a0649eafa73b81c6f6b41b4913fe93dbf4a4355986676d89a0ff03ede3e3891b5daa6cae1b97baf8756ae344033
DIST inline_snapshot-0.28.0.tar.gz 348554 BLAKE2B 2c475505ee76bc79e04f7b5cd5f3ca09f53858a45f31cbd14c8357c3739a13e96b52a815fd8ee94050b72ce45cc347ecc6512ef008081f20da57efddfd7a59df SHA512 144b7987800485ddcfb03f5ed70eb86fa8cdcd0eef6c1fd17d5be05ffb8c3e2cb3b5c86b9701b1dfb126a07a3146801bd9fd97aedaeda50e368e88d243b2beef
DIST inline_snapshot-0.29.0.tar.gz 349586 BLAKE2B 8dec9cd7d5bd6ed1c94a6af66b7a1468ec884231e1e0760da981e94a81fda2ae9fe72d20a1108499c361df3ac48fe1bfda63ada120d8ca6a1ad4df29b490101a SHA512 11d1e31ac4331c763bcf6e651be5d9543dbf9b2223712f34a4f1b599aa4805198270a993cd0056ebd81db84fd914574e08377c04b203cfc2e8fc47a3bb1e82e4
diff --git a/dev-python/inline-snapshot/inline-snapshot-0.24.0.ebuild b/dev-python/inline-snapshot/inline-snapshot-0.24.0.ebuild
deleted file mode 100644
index fe41a336f7b0..000000000000
--- a/dev-python/inline-snapshot/inline-snapshot-0.24.0.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_PLUGIN_LOAD_VIA_ENV=1
-EPYTEST_PLUGINS=( "${PN}" pytest-{freezer,mock,subtests,xdist} )
-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 PYTHONPATH=${S}/src
- epytest -p pytest_mock
-}
next reply other threads:[~2025-09-25 10:01 UTC|newest]
Thread overview: 100+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-25 10:01 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-21 6:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/inline-snapshot/ Michał Górny
2025-10-21 6:48 Michał Górny
2025-10-15 18:11 Michał Górny
2025-10-15 10:49 Michał Górny
2025-10-14 6:48 Michał Górny
2025-10-05 3:03 Michał Górny
2025-10-02 3:31 Michał Górny
2025-10-02 3:31 Michał Górny
2025-09-26 11:13 Arthur Zamarin
2025-09-25 10:01 Michał Górny
2025-09-16 14:20 Arthur Zamarin
2025-09-16 5:48 Michał Górny
2025-08-25 5:31 Michał Górny
2025-08-25 5:31 Michał Górny
2025-08-11 19:08 Michał Górny
2025-08-09 5:47 Michał Górny
2025-08-06 5:30 Michał Górny
2025-08-02 14:47 Michał Górny
2025-08-02 12:02 Arthur Zamarin
2025-08-01 2:45 Michał Górny
2025-07-28 5:56 Michał Górny
2025-07-28 5:56 Michał Górny
2025-07-26 5:23 Michał Górny
2025-07-25 5:57 Michał Górny
2025-07-24 3:36 Michał Górny
2025-07-18 4:39 Michał Górny
2025-07-15 4:49 Michał Górny
2025-06-14 12:17 Michał Górny
2025-05-29 5:57 Michał Górny
2025-05-27 3:24 Michał Górny
2025-05-17 17:05 Michał Górny
2025-05-17 13:23 Sam James
2025-05-03 12:21 Michał Górny
2025-05-03 12:08 Arthur Zamarin
2025-04-26 7:03 Michał Górny
2025-04-19 14:56 Michał Górny
2025-04-15 6:13 Michał Górny
2025-04-14 6:09 Michał Górny
2025-04-12 7:40 Michał Górny
2025-04-12 4:54 Michał Górny
2025-04-05 6:37 Michał Górny
2025-04-03 7:59 Michał Górny
2025-04-03 7:59 Michał Górny
2025-03-31 20:14 Arthur Zamarin
2025-03-30 2:37 Michał Górny
2025-03-29 5:52 Michał Górny
2025-03-27 4:16 Michał Górny
2025-03-24 5:31 Michał Górny
2025-03-22 10:30 Michał Górny
2025-03-22 9:20 Arthur Zamarin
2025-03-20 18:17 Arthur Zamarin
2025-03-15 15:10 Michał Górny
2025-03-15 13:16 Arthur Zamarin
2025-03-15 7:45 Michał Górny
2025-03-13 20:03 Arthur Zamarin
2025-03-05 6:25 Michał Górny
2025-03-04 6:48 Michał Górny
2025-02-28 18:53 Michał Górny
2025-02-22 9:09 Michał Górny
2025-02-19 16:09 Michał Górny
2025-02-14 5:19 Michał Górny
2025-02-05 8:06 Michał Górny
2025-02-02 3:22 Michał Górny
2025-02-01 10:12 Michał Górny
2025-02-01 9:51 Arthur Zamarin
2025-01-16 5:11 Michał Górny
2025-01-13 4:37 Michał Górny
2025-01-10 20:43 Michał Górny
2025-01-10 20:43 Michał Górny
2025-01-05 13:40 WANG Xuerui
2025-01-04 20:28 Sam James
2025-01-04 20:28 Sam James
2025-01-04 20:28 Sam James
2025-01-04 15:43 Sam James
2025-01-04 13:50 Arthur Zamarin
2025-01-04 13:28 Arthur Zamarin
2025-01-04 13:28 Arthur Zamarin
2025-01-03 5:47 Michał Górny
2024-12-22 12:43 Michał Górny
2024-12-22 8:07 Michał Górny
2024-12-18 7:27 Michał Górny
2024-12-18 7:27 Michał Górny
2024-12-15 2:53 Michał Górny
2024-12-13 6:15 Michał Górny
2024-12-11 7:54 Michał Górny
2024-12-11 7:54 Michał Górny
2024-12-08 3:16 Michał Górny
2024-12-05 5:39 Michał Górny
2024-11-23 7:40 Michał Górny
2024-11-16 13:06 Arthur Zamarin
2024-11-16 12:30 Arthur Zamarin
2024-11-16 10:43 Jakov Smolić
2024-11-16 7:39 Michał Górny
2024-11-16 7:27 Michał Górny
2024-11-16 7:27 Michał Górny
2024-11-16 7:27 Michał Górny
2024-11-11 12:34 Michał Górny
2024-11-08 12:24 Michał Górny
2024-11-07 20:12 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1758794403.3ca36e1ef60278f39216877e8359c1f4d348f7e7.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox