public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/inline-snapshot/
Date: Thu, 13 Mar 2025 20:03:54 +0000 (UTC)	[thread overview]
Message-ID: <1741896218.b7a8952b326af8b0b6119555e784885cb3cd5ff4.arthurzam@gentoo> (raw)

commit:     b7a8952b326af8b0b6119555e784885cb3cd5ff4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 13 19:44:49 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 13 20:03:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7a8952b

dev-python/inline-snapshot: add 0.20.6

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/inline-snapshot/Manifest                |  1 +
 .../inline-snapshot/inline-snapshot-0.20.6.ebuild  | 62 ++++++++++++++++++++++
 2 files changed, 63 insertions(+)

diff --git a/dev-python/inline-snapshot/Manifest b/dev-python/inline-snapshot/Manifest
index 60e5db87ab88..5d03d7c9936b 100644
--- a/dev-python/inline-snapshot/Manifest
+++ b/dev-python/inline-snapshot/Manifest
@@ -2,3 +2,4 @@ DIST inline_snapshot-0.20.2.tar.gz 91060 BLAKE2B dc5dd87a809727f48a2bb376ffb6025
 DIST inline_snapshot-0.20.3.tar.gz 92067 BLAKE2B 594a6a5cda233f960492b5d076189111095a08b4653271713115b6a44cb84aa4a8f0d160ba1de60a0e6fa6f7b1dadcbef34d93d4c4b7e0ad6139552985637b9f SHA512 62484c27b0c08b10f2ce3648e975bab1b0563aa0bb1c471b7052cf94db266877ad21320f963003db9abdfc26a3987f0578052e129ef7448bdecbb3745247247e
 DIST inline_snapshot-0.20.4.tar.gz 92164 BLAKE2B 5c4b105e94304b4bd508ef3d714b84ce4d1b43eb79193551b17c09291c6f86dedcccd75167a5440e972fe4a656f114ea06e584a5a4690d73349ec5625df10414 SHA512 6296336ab569a3e9022ea32c1d8fafa61319f41fd17cb1ce0f9ce6e319998f58a57f423d31579b269bf06e414cb60f388dd06427e4f9b2037af241c68f3c7262
 DIST inline_snapshot-0.20.5.tar.gz 92215 BLAKE2B a366a61f84d07481e1d9bf7033c691873d000f7e4dad100571481360134522db478453928fa9bce681f34d1951c75f9300bb61ce25bf950204fe168d6ed7a2fa SHA512 145dad40507ba7d457a74e63d920d2edcb24f4e7d263956912f5ec964210cae126f7e94771f1e64f5e47eca2e6124c6b87b36af5fb06d3e37242328be4daba8e
+DIST inline_snapshot-0.20.6.tar.gz 92536 BLAKE2B 0af82afe1607522ba472d35d17553306eb8cecea990afe39c03696f551447298911b8934e0b6af543896d6f55dc2bb439509f5a1608c2b6f797be6efb7bf934a SHA512 c420c7a2761aaf8aac61d3837a25dc2356abfd2e9d0c3d1eaf09f1f9ea81fa8d51672b6e4f2f463a1fe01b078399895722561aacceaabd340f73b6dfac7957c5

diff --git a/dev-python/inline-snapshot/inline-snapshot-0.20.6.ebuild b/dev-python/inline-snapshot/inline-snapshot-0.20.6.ebuild
new file mode 100644
index 000000000000..384e7bf42ea4
--- /dev/null
+++ b/dev-python/inline-snapshot/inline-snapshot-0.20.6.ebuild
@@ -0,0 +1,62 @@
+# 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
+}


             reply	other threads:[~2025-03-13 20:04 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-13 20:03 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-15  6:13 [gentoo-commits] repo/gentoo:master commit in: dev-python/inline-snapshot/ 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-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=1741896218.b7a8952b326af8b0b6119555e784885cb3cd5ff4.arthurzam@gentoo \
    --to=arthurzam@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