dev-python/pytest-embedded: new package, add 1.16.1

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2025-06-12 10:15:01 +02:00
parent be016c4dbc
commit 40c75640fb
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST pytest_embedded-1.16.1.tar.gz 32837 BLAKE2B 11e28994a9e515656bb7b3416fdac8601e976a75d052e1651064298d00feefee7a81996555dfcd99ae7cf7e1727ba4a67ab0c633ce1c25b85a93565674627657 SHA512 e64bd135c6dbcca8501feb367c5aea7f02381cff034aa65c529f372ae7dd7f3821a58a77419af299aeea3800c44dd9cc80140ac88baa4d45f3eeeee21af2118d

View File

@@ -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>davidroman96@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>

View File

@@ -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"