commit: 40c75640fb37c597a9c6d5c0bf936a96a996c6d6 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Thu Jun 12 08:15:01 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Jun 12 08:15:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40c75640
dev-python/pytest-embedded: new package, add 1.16.1 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> dev-python/pytest-embedded/Manifest | 1 + dev-python/pytest-embedded/metadata.xml | 12 ++++++++++++ .../pytest-embedded/pytest-embedded-1.16.1.ebuild | 19 +++++++++++++++++++ 3 files changed, 32 insertions(+) diff --git a/dev-python/pytest-embedded/Manifest b/dev-python/pytest-embedded/Manifest new file mode 100644 index 0000000000..6beef514ce --- /dev/null +++ b/dev-python/pytest-embedded/Manifest @@ -0,0 +1 @@ +DIST pytest_embedded-1.16.1.tar.gz 32837 BLAKE2B 11e28994a9e515656bb7b3416fdac8601e976a75d052e1651064298d00feefee7a81996555dfcd99ae7cf7e1727ba4a67ab0c633ce1c25b85a93565674627657 SHA512 e64bd135c6dbcca8501feb367c5aea7f02381cff034aa65c529f372ae7dd7f3821a58a77419af299aeea3800c44dd9cc80140ac88baa4d45f3eeeee21af2118d diff --git a/dev-python/pytest-embedded/metadata.xml b/dev-python/pytest-embedded/metadata.xml new file mode 100644 index 0000000000..f6c28f2d1b --- /dev/null +++ b/dev-python/pytest-embedded/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>davidroma...@gmail.com</email> + <name>David Roman</name> + </maintainer> + <upstream> + <remote-id type="pypi">pytest-embedded</remote-id> + <remote-id type="github">espressif/pytest-embedded</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/pytest-embedded/pytest-embedded-1.16.1.ebuild b/dev-python/pytest-embedded/pytest-embedded-1.16.1.ebuild new file mode 100644 index 0000000000..9db7ca97b3 --- /dev/null +++ b/dev-python/pytest-embedded/pytest-embedded-1.16.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{11..14} ) +inherit distutils-r1 pypi + +DESCRIPTION="A pytest plugin for embedded systems" +HOMEPAGE=" + https://pypi.org/project/pytest-embedded/ + https://github.com/espressif/pytest-embedded +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +RESTRICT="test"