From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 725FF158042 for ; Thu, 7 Nov 2024 20:12:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 581DDE0922; Thu, 7 Nov 2024 20:12:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4243DE0922 for ; Thu, 7 Nov 2024 20:12:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A7C4342F65 for ; Thu, 7 Nov 2024 20:12:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8963516D2 for ; Thu, 7 Nov 2024 20:12:32 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1731010348.29c86d63d1b3018af498f2c4530c027b06c0c8f6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/inline-snapshot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/inline-snapshot/Manifest dev-python/inline-snapshot/inline-snapshot-0.13.4.ebuild dev-python/inline-snapshot/metadata.xml X-VCS-Directories: dev-python/inline-snapshot/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 29c86d63d1b3018af498f2c4530c027b06c0c8f6 X-VCS-Branch: master Date: Thu, 7 Nov 2024 20:12:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9ffecc29-f1c7-4fbc-9411-8284d0a5b4db X-Archives-Hash: e845698bd8390beaff4a2e9f98cbfc2b commit: 29c86d63d1b3018af498f2c4530c027b06c0c8f6 Author: Michał Górny gentoo org> AuthorDate: Thu Nov 7 17:57:37 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Nov 7 20:12:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c86d63 dev-python/inline-snapshot: New package, v0.13.4 New test dependency of dev-python/pydantic-core. Signed-off-by: Michał Górny gentoo.org> dev-python/inline-snapshot/Manifest | 1 + .../inline-snapshot/inline-snapshot-0.13.4.ebuild | 56 ++++++++++++++++++++++ dev-python/inline-snapshot/metadata.xml | 12 +++++ 3 files changed, 69 insertions(+) diff --git a/dev-python/inline-snapshot/Manifest b/dev-python/inline-snapshot/Manifest new file mode 100644 index 000000000000..6389c2c92573 --- /dev/null +++ b/dev-python/inline-snapshot/Manifest @@ -0,0 +1 @@ +DIST inline_snapshot-0.13.4.tar.gz 215264 BLAKE2B 911bb7007fd35c68e0e42fb915e284394e45b7b510de875827282fc6dadf7f467a6da1efa626e9b2c348750709aea0399bcd7869dc181ab7a2121f76206404a8 SHA512 724d72984399712611c0eea5129b86b6650bdce1a4331255cf30b806ae6f03a33aa51de9f6353e84ae09ec8f6738372964f380a622481b5bf1db1e9baaa5bf00 diff --git a/dev-python/inline-snapshot/inline-snapshot-0.13.4.ebuild b/dev-python/inline-snapshot/inline-snapshot-0.13.4.ebuild new file mode 100644 index 000000000000..1de2d341db5f --- /dev/null +++ b/dev-python/inline-snapshot/inline-snapshot-0.13.4.ebuild @@ -0,0 +1,56 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( 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" + +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/dirty-equals-0.7.0[${PYTHON_USEDEP}] + >=dev-python/hypothesis-6.75.5[${PYTHON_USEDEP}] + dev-python/pydantic[${PYTHON_USEDEP}] + >=dev-python/pytest-subtests-0.11.0[${PYTHON_USEDEP}] + >=dev-python/time-machine-2.10.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 PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + local -x PYTEST_PLUGINS=inline_snapshot.pytest_plugin,time_machine,pytest_subtests.plugin,xdist.plugin + local -x PYTHONPATH=${S}/src + epytest +} diff --git a/dev-python/inline-snapshot/metadata.xml b/dev-python/inline-snapshot/metadata.xml new file mode 100644 index 000000000000..0a05fdcc6e4f --- /dev/null +++ b/dev-python/inline-snapshot/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + + + + 15r10nk/inline-snapshot + inline-snapshot + +