public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sat, 19 Apr 2025 14:56:15 +0000 (UTC)	[thread overview]
Message-ID: <1745074557.80f63871f6a04a23db40a0eb3f19c1319a33f5cd.mgorny@gentoo> (raw)

commit:     80f63871f6a04a23db40a0eb3f19c1319a33f5cd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 19 14:01:38 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 19 14:55:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f63871

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.10.ebuild | 62 ---------------------
 .../inline-snapshot/inline-snapshot-0.22.1.ebuild  | 63 ----------------------
 .../inline-snapshot/inline-snapshot-0.22.2.ebuild  | 63 ----------------------
 4 files changed, 191 deletions(-)

diff --git a/dev-python/inline-snapshot/Manifest b/dev-python/inline-snapshot/Manifest
index ddd7d7e34ac1..08c9686d5cc5 100644
--- a/dev-python/inline-snapshot/Manifest
+++ b/dev-python/inline-snapshot/Manifest
@@ -1,5 +1,2 @@
-DIST inline_snapshot-0.20.10.tar.gz 92902 BLAKE2B 74a1f89e92bbce25eb08837524e819fdeccf6ef24c19b2344a3b54a3a95b50855be15aa1f0f6188e1da34887df800829efb05daa6df68d6386f77e11f9b1a87a SHA512 ae8f5833e9334ec7cd9e76d3149a5a05212e2255b817aea1174babe47ced163da579007c2b7d0111b4de29282062b2b32a737d36602baa59c617bba244687011
 DIST inline_snapshot-0.21.3.tar.gz 254753 BLAKE2B 5b9dd20fd8844c3b63de9f39fdc9e6fd4be1e208006bb4ffdb9e3a643412de5ac8314ff383836d96dfab819c660ca453a417dd85f4626f5c4450f763844c5cc0 SHA512 e77bebe7026700fad239b8d294f0cec0e37f309af6c5584eddaef23d6b54f521b3acb8e499238c9953ecf43275c32f2643a67348ee29403cd9262d054ae21dec
-DIST inline_snapshot-0.22.1.tar.gz 258823 BLAKE2B 9929a5f01245db35ef5671961eb0c364b4f34adad8bfc64a7bff808ba7d305133339c20ab803682a0983c652b3e3998a0779f7e083505f83cc4fa935b667c2e6 SHA512 33e0d2203705419808a7175bc48bb1d2a85b21decaab6c579e3ae99c74c33365dfb88f0ba735b54700adc6ade0389f471f890739ebfeba4e8dc4195fde17ce4b
-DIST inline_snapshot-0.22.2.tar.gz 259363 BLAKE2B 6c18b28c1a52a39fd8e1e1479d001b2bcea6de720d27c72bd67d86ecaf7027af69673466193494452c09cc4b64b9fb51dc9f90b490fc61d90a7390dcd320fb83 SHA512 59e11b990b1e37c15b82e3c85035a6dc850b59c174206636a61e050e49d6c41c5e5886c3c15dd334f1cdb4baee8610db700504023ee0fa08ec7313d71341e09d
 DIST inline_snapshot-0.22.3.tar.gz 259515 BLAKE2B 2b4e2a87d28a6dc3af279d85e4b749b429a77f1f516c6516e6311d6cd9a427530fee82010d907256cf8a7a700650812c6a7dcccdccf8940682fc4d0656c273f4 SHA512 f94ad7e9f75b84dcbc0ff099ff1fa26c6c7f114056af2f148fb7086eaa0579581a808c279c3b3cdebf1d87bd7833d9a7926b38ffc06d074036e89579560d92c4

diff --git a/dev-python/inline-snapshot/inline-snapshot-0.20.10.ebuild b/dev-python/inline-snapshot/inline-snapshot-0.20.10.ebuild
deleted file mode 100644
index ceb8bf15bb8c..000000000000
--- a/dev-python/inline-snapshot/inline-snapshot-0.20.10.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.22.1.ebuild b/dev-python/inline-snapshot/inline-snapshot-0.22.1.ebuild
deleted file mode 100644
index a1de644ca0f1..000000000000
--- a/dev-python/inline-snapshot/inline-snapshot-0.22.1.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.2.ebuild b/dev-python/inline-snapshot/inline-snapshot-0.22.2.ebuild
deleted file mode 100644
index a1de644ca0f1..000000000000
--- a/dev-python/inline-snapshot/inline-snapshot-0.22.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
-}


             reply	other threads:[~2025-04-19 14:56 UTC|newest]

Thread overview: 96+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-19 14:56 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-14  6:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/inline-snapshot/ 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-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-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=1745074557.80f63871f6a04a23db40a0eb3f19c1319a33f5cd.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