summaryrefslogtreecommitdiff
path: root/dev-python/syrupy
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/syrupy
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-python/syrupy')
-rw-r--r--dev-python/syrupy/Manifest2
-rw-r--r--dev-python/syrupy/metadata.xml12
-rw-r--r--dev-python/syrupy/syrupy-5.3.1.ebuild34
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/syrupy/Manifest b/dev-python/syrupy/Manifest
deleted file mode 100644
index e69a62bac6da..000000000000
--- a/dev-python/syrupy/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 5efb0c919d3f..000000000000
--- a/dev-python/syrupy/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <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.3.1.ebuild b/dev-python/syrupy/syrupy-5.3.1.ebuild
deleted file mode 100644
index 79ebfc3cbb57..000000000000
--- a/dev-python/syrupy/syrupy-5.3.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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