diff options
| author | BaldEagleOS Migration <dev@baldeagleos.com> | 2026-06-03 18:00:25 -0500 |
|---|---|---|
| committer | BaldEagleOS Migration <dev@baldeagleos.com> | 2026-06-03 18:00:25 -0500 |
| commit | df30352066a4373a912bc395b250b0b1fa2cf696 (patch) | |
| tree | 49c2c47431ac4c977b3f5b849123cfd4b767944f /dev-python/syrupy | |
| parent | 46b253445e4dc73ee69188755ecbd45f6782960c (diff) | |
| download | baldeagleos-repo-df30352066a4373a912bc395b250b0b1fa2cf696.tar.gz baldeagleos-repo-df30352066a4373a912bc395b250b0b1fa2cf696.tar.xz baldeagleos-repo-df30352066a4373a912bc395b250b0b1fa2cf696.zip | |
Adding metadata
Diffstat (limited to 'dev-python/syrupy')
| -rw-r--r-- | dev-python/syrupy/Manifest | 3 | ||||
| -rw-r--r-- | dev-python/syrupy/metadata.xml | 10 | ||||
| -rw-r--r-- | dev-python/syrupy/syrupy-5.1.0.ebuild | 39 | ||||
| -rw-r--r-- | dev-python/syrupy/syrupy-5.3.1.ebuild | 34 |
4 files changed, 41 insertions, 45 deletions
diff --git a/dev-python/syrupy/Manifest b/dev-python/syrupy/Manifest index 0cdeb2023ed4..e69a62bac6da 100644 --- a/dev-python/syrupy/Manifest +++ b/dev-python/syrupy/Manifest @@ -1 +1,2 @@ -DIST syrupy-5.1.0.gh.tar.gz 2339258 BLAKE2B 7d888ec47ae10a3946e30262c43453cb9fb9d2e3edf1a5157cfea8811ffa1817c5db94278dd5533d51b51a1e8d0a53dbf653da187024b347a891a341dd6d3921 SHA512 32b98713a2ce64170b914b4ec36878b5175374c2192c5cbe2b118ebb89a33594c12bb29dde45ee9acaeac406e2723e25a73a5e7c2e53d93e584be69ff9b8cdef +DIST syrupy-5.3.1.tar.gz 83987 BLAKE2B c4be861eb695f7615a2c47fa23da065516e14df8541e89c69da33be85c01590cb663138f3d97e339e9b8273405b1fc35fa272b55ebfba698025b03bfff63d34c SHA512 d9e2efcab3ecef699df14b6a8dfdc1fa28e7007010e042013e5d43d56c23ea912311be0ff397db4add7e7a2f1e5a8b8ae401f57e23f759abe70bdf6ad0c6774d +DIST syrupy-5.3.1.tar.gz.provenance 9793 BLAKE2B de4074fca40c56f3517040d98c26ac2f5985ef33fcd14a0146054475f1c3adc6e23a322b81191fb84c296c9728fa02d0b193a0c0373151d4c3287333e78251c8 SHA512 f48bb5a19575a6122fd29d250c0ad28ef18212bad80e43b4407f19650f5845361f1e1e4a097e95f8ec501a7b445af85b8213dff726821378f0cdd42942f24929 diff --git a/dev-python/syrupy/metadata.xml b/dev-python/syrupy/metadata.xml index e88a1c7176ff..5efb0c919d3f 100644 --- a/dev-python/syrupy/metadata.xml +++ b/dev-python/syrupy/metadata.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>gasc@eurecom.fr</email> - <name>Gasc Henri</name> + <maintainer type="project"> + <email>python@gentoo.org</email> </maintainer> + <stabilize-allarches/> <upstream> - <remote-id type="pypi">syrupy</remote-id> <remote-id type="github">syrupy-project/syrupy</remote-id> + <remote-id type="pypi">syrupy</remote-id> </upstream> </pkgmetadata> diff --git a/dev-python/syrupy/syrupy-5.1.0.ebuild b/dev-python/syrupy/syrupy-5.1.0.ebuild deleted file mode 100644 index c265a05d7345..000000000000 --- a/dev-python/syrupy/syrupy-5.1.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2023-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="The sweeter pytest snapshot plugin" -HOMEPAGE="https://github.com/syrupy-project/syrupy https://pypi.org/project/syrupy" -SRC_URI="https://github.com/syrupy-project/syrupy/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -DOCS+=( LICENSE README.md CHANGELOG.md ) - -RDEPEND=" - dev-python/rich[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/invoke[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=( pytest-xdist ) -distutils_enable_tests pytest - -src_prepare() { - distutils-r1_src_prepare - - # Inject required plugins; autoloading can break (e.g., with pytest-relaxed) - sed -i 's/\([a-zA-Z0-9_]\+\)\.runpytest(/\1.runpytest("-p", "syrupy", "-p", "xdist", /' \ - tests/integration/test_*.py || die -} diff --git a/dev-python/syrupy/syrupy-5.3.1.ebuild b/dev-python/syrupy/syrupy-5.3.1.ebuild new file mode 100644 index 000000000000..79ebfc3cbb57 --- /dev/null +++ b/dev-python/syrupy/syrupy-5.3.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYPI_VERIFY_REPO=https://github.com/syrupy-project/syrupy +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="The sweeter pytest snapshot plugin" +HOMEPAGE=" + https://github.com/syrupy-project/syrupy/ + https://pypi.org/project/syrupy/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + >=dev-python/pytest-8.0.0[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + >=dev-python/pydantic-2.13.4[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGIN_LOAD_VIA_ENV=1 +# pytest-xdist used inside tests +EPYTEST_PLUGINS=( "${PN}" hypothesis pytest-xdist ) +distutils_enable_tests pytest |
