diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-12-10 18:50:47 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-12-10 18:50:47 +0000 |
| commit | d58243b7a2b56cb294dc8959e276143970e97cc2 (patch) | |
| tree | 07d2eea165bceabdb8ffc66a082cd6b3fa27c3a9 /dev-python/syrupy | |
| parent | e27f408d1ebde72d9e7c835def1843850260afb8 (diff) | |
| download | baldeagleos-repo-d58243b7a2b56cb294dc8959e276143970e97cc2.tar.gz baldeagleos-repo-d58243b7a2b56cb294dc8959e276143970e97cc2.tar.xz baldeagleos-repo-d58243b7a2b56cb294dc8959e276143970e97cc2.zip | |
Adding metadata
Diffstat (limited to 'dev-python/syrupy')
| -rw-r--r-- | dev-python/syrupy/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/syrupy/metadata.xml | 10 | ||||
| -rw-r--r-- | dev-python/syrupy/syrupy-4.8.0.ebuild | 31 |
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-python/syrupy/Manifest b/dev-python/syrupy/Manifest new file mode 100644 index 000000000000..bc47e9e02240 --- /dev/null +++ b/dev-python/syrupy/Manifest @@ -0,0 +1 @@ +DIST syrupy-4.8.0.gh.tar.gz 2313840 BLAKE2B 10d3274ec03591e864460472c72f50e244385b86b8cab631fbc6835f099d96a47ba94969e28a7956374c2e6f1c8d4da0ae064dc2a7273ba655fd4a7efa6d66c7 SHA512 ee47b1b32a88185799166e372d80fc076427f341643163bf288a0740e56fe239e578f05501fc59b90c760062c8320a4992c9a93cb3f25af012f65d641e9f4ee9 diff --git a/dev-python/syrupy/metadata.xml b/dev-python/syrupy/metadata.xml new file mode 100644 index 000000000000..137044fdb488 --- /dev/null +++ b/dev-python/syrupy/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>gasc@eurecom.fr</email> + <name>Gasc Henri</name> + </maintainer> + + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/syrupy/syrupy-4.8.0.ebuild b/dev-python/syrupy/syrupy-4.8.0.ebuild new file mode 100644 index 000000000000..8850d1f9d1f4 --- /dev/null +++ b/dev-python/syrupy/syrupy-4.8.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + +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" + +DOCS=( README.md CHANGELOG.md ) + +RDEPEND=" + dev-python/rich[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/invoke[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest |
