mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-python/pytest-embedded: new package, add 1.16.1
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
1
dev-python/pytest-embedded/Manifest
Normal file
1
dev-python/pytest-embedded/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST pytest_embedded-1.16.1.tar.gz 32837 BLAKE2B 11e28994a9e515656bb7b3416fdac8601e976a75d052e1651064298d00feefee7a81996555dfcd99ae7cf7e1727ba4a67ab0c633ce1c25b85a93565674627657 SHA512 e64bd135c6dbcca8501feb367c5aea7f02381cff034aa65c529f372ae7dd7f3821a58a77419af299aeea3800c44dd9cc80140ac88baa4d45f3eeeee21af2118d
|
||||
12
dev-python/pytest-embedded/metadata.xml
Normal file
12
dev-python/pytest-embedded/metadata.xml
Normal 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>
|
||||
19
dev-python/pytest-embedded/pytest-embedded-1.16.1.ebuild
Normal file
19
dev-python/pytest-embedded/pytest-embedded-1.16.1.ebuild
Normal 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"
|
||||
Reference in New Issue
Block a user