diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-python/pytest-embedded | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-python/pytest-embedded')
| -rw-r--r-- | dev-python/pytest-embedded/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/pytest-embedded/metadata.xml | 12 | ||||
| -rw-r--r-- | dev-python/pytest-embedded/pytest-embedded-1.16.2.ebuild | 19 | ||||
| -rw-r--r-- | dev-python/pytest-embedded/pytest-embedded-1.17.0.ebuild | 19 |
4 files changed, 52 insertions, 0 deletions
diff --git a/dev-python/pytest-embedded/Manifest b/dev-python/pytest-embedded/Manifest new file mode 100644 index 000000000000..59e7511bee39 --- /dev/null +++ b/dev-python/pytest-embedded/Manifest @@ -0,0 +1,2 @@ +DIST pytest_embedded-1.16.2.tar.gz 32920 BLAKE2B 99ae73c583560135644ffb3afbce483d0856ac39abac6e953ea89634bb7c363c630d2455f376ab21d6d9912e200e2cd663dd02488aa22777259acb9823143c92 SHA512 6d83d05237f4e574238b5c641023a0de9171cc330802d11286887b94cd1d12485237092801217cce06bec6746fd4b9590ec30004617c8178f12505a92165d3ad +DIST pytest_embedded-1.17.0.tar.gz 32992 BLAKE2B 96fbaa25686f04b0cb8d5a5c517edcc1a25e9ad2515aa27a1672b1429cbba2b973474b3a456b0945dc4792ebe5d18273c66426dffe19d3222c97101d3ee5e3ed SHA512 056c169f8f5a09322a7084be8b14e964636fd8453dc212970f5689037474ec269aa8b7f97c373916604a276ab7df9ac073a2408e7bbb1af424f80ec08b99efdc diff --git a/dev-python/pytest-embedded/metadata.xml b/dev-python/pytest-embedded/metadata.xml new file mode 100644 index 000000000000..9fe62736fabd --- /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>stkw0@disroot.org</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.2.ebuild b/dev-python/pytest-embedded/pytest-embedded-1.16.2.ebuild new file mode 100644 index 000000000000..dceb7e71a36f --- /dev/null +++ b/dev-python/pytest-embedded/pytest-embedded-1.16.2.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_{13..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" diff --git a/dev-python/pytest-embedded/pytest-embedded-1.17.0.ebuild b/dev-python/pytest-embedded/pytest-embedded-1.17.0.ebuild new file mode 100644 index 000000000000..dceb7e71a36f --- /dev/null +++ b/dev-python/pytest-embedded/pytest-embedded-1.17.0.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_{13..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" |
