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, 01 Feb 2025 10:12:59 +0000 (UTC)	[thread overview]
Message-ID: <1738404770.681b7a430fe8719af061861bc676b81ea2eb6d69.mgorny@gentoo> (raw)

commit:     681b7a430fe8719af061861bc676b81ea2eb6d69
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  1 10:07:52 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb  1 10:12:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681b7a43

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.18.2.ebuild  | 62 ---------------------
 .../inline-snapshot/inline-snapshot-0.19.0.ebuild  | 63 ----------------------
 .../inline-snapshot/inline-snapshot-0.19.1.ebuild  | 63 ----------------------
 4 files changed, 191 deletions(-)

diff --git a/dev-python/inline-snapshot/Manifest b/dev-python/inline-snapshot/Manifest
index 9803cc0bf43d..dab0c005607a 100644
--- a/dev-python/inline-snapshot/Manifest
+++ b/dev-python/inline-snapshot/Manifest
@@ -1,4 +1 @@
-DIST inline_snapshot-0.18.2.tar.gz 225777 BLAKE2B 45a08224c8ec94e052c6fe1393ad9b12c7227b9208ef591f323b15baf1622866fcfc7c91167fa8d352dae895e140348df4b3e492c52e441c2b8799e7f53f7ca5 SHA512 6b370ee0a717834f361b712ee71434362a44e92688df298572a801bbf384d69bd37816b2aa1e701f77d72149fff2ec5da9fceb24980af15de807973451e161c9
-DIST inline_snapshot-0.19.0.tar.gz 87554 BLAKE2B 9cb8d15b1d33844053b0ed5df8a4d47ea290bf3c67872671e147fb284e1fb2013bffda21fb38e96c01336b768a1315b81ba8a71d9df8a716ee4ffd92658160a8 SHA512 bb528a6657196938994e678042e379159d28635cc7679ab21a42e550efb35e1edc58fd58ec0b25560866062c6956b8d73f475a682c43255ff18ce31ed55cf9fd
-DIST inline_snapshot-0.19.1.tar.gz 88072 BLAKE2B 83ddb98a9ff7fe6b4a5071cd9452b81ee92b0f2538c0b55876bc4e4a08770a64415c95334ce4cb825000e1bd295fa582eb3be6db400e75447fe85daed360c17e SHA512 3750de436a5b19002728df954d4b60e30f7fd6ff0ae49e1a0268cf61d5ba40b809ccaf2b8474b9c3a2b9195a9b0edb7ec98dc4d29af77738fab997e566890bd5
 DIST inline_snapshot-0.19.3.tar.gz 88636 BLAKE2B 537e68eec4f7db9ddeb8cea1e93f872160129d8b7b51b3d693c0cebb94c2cf5652d57989ccb44b7a3f3157ffbe6322c032fce42594d94f8daf454f922accad0b SHA512 b1f3a0123a1f17ffb85cb296861e3558057d45a8a576d72b2dca1ad1ce3151d4354b6bf86f9e0fb21d941d7ee708fd33c3961fdd1c0bad4c7368b720388fcf85

diff --git a/dev-python/inline-snapshot/inline-snapshot-0.18.2.ebuild b/dev-python/inline-snapshot/inline-snapshot-0.18.2.ebuild
deleted file mode 100644
index eefc08e9c6dc..000000000000
--- a/dev-python/inline-snapshot/inline-snapshot-0.18.2.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 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/black-23.3.0[${PYTHON_USEDEP}]
-	>=dev-python/click-8.1.4[${PYTHON_USEDEP}]
-	>=dev-python/executing-2.1.0[${PYTHON_USEDEP}]
-	>=dev-python/rich-13.7.1[${PYTHON_USEDEP}]
-	dev-python/typing-extensions[${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/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]'
-	)
-
-	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.19.0.ebuild b/dev-python/inline-snapshot/inline-snapshot-0.19.0.ebuild
deleted file mode 100644
index fd8a5cc819a8..000000000000
--- a/dev-python/inline-snapshot/inline-snapshot-0.19.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 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.1.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/click-8.1.4[${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.19.1.ebuild b/dev-python/inline-snapshot/inline-snapshot-0.19.1.ebuild
deleted file mode 100644
index fd8a5cc819a8..000000000000
--- a/dev-python/inline-snapshot/inline-snapshot-0.19.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 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.1.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/click-8.1.4[${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-02-01 10:13 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-01 10:12 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-15 15:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/inline-snapshot/ 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  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=1738404770.681b7a430fe8719af061861bc676b81ea2eb6d69.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