commit:     ee13eeb638ae63884d038ddd1175e9549808ee8f
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 12:43:33 2024 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 15:14:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee13eeb6

dev-python/pytest-reserial: new package, add 0.2.4

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-python/pytest-reserial/Manifest                |  1 +
 dev-python/pytest-reserial/metadata.xml            | 17 ++++++++++++++
 .../pytest-reserial/pytest-reserial-0.2.4.ebuild   | 27 ++++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/dev-python/pytest-reserial/Manifest 
b/dev-python/pytest-reserial/Manifest
new file mode 100644
index 000000000000..119f6275a5f7
--- /dev/null
+++ b/dev-python/pytest-reserial/Manifest
@@ -0,0 +1 @@
+DIST pytest-reserial-0.2.4.tar.gz 8420 BLAKE2B 
7a3ffce0ac8b598551ddea29174f545e451ebf733e6bec50eb1cad4a5ed50cf10cf9279eabe2a33fc9feaf3e442880f6fd522258ab15232e25879a5f7fce4bd9
 SHA512 
532070460d48e0c840c3a22993907a32d811411a4499ecf50d233c063096fa8ac44f39d5fd5f60b9afe836209c4a24b3caca9193675fdb2b76af7cd9d7fffdca

diff --git a/dev-python/pytest-reserial/metadata.xml 
b/dev-python/pytest-reserial/metadata.xml
new file mode 100644
index 000000000000..f35f2a9f1fe0
--- /dev/null
+++ b/dev-python/pytest-reserial/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Marek Szuba</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Python</name>
+       </maintainer>
+       <stabilize-allarches/>
+       <upstream>
+               <remote-id type="pypi">pytest-reserial</remote-id>
+               <remote-id type="github">bessman/pytest-reserial</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/dev-python/pytest-reserial/pytest-reserial-0.2.4.ebuild 
b/dev-python/pytest-reserial/pytest-reserial-0.2.4.ebuild
new file mode 100644
index 000000000000..85cb17e3e66c
--- /dev/null
+++ b/dev-python/pytest-reserial/pytest-reserial-0.2.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Pytest plugin for recording and replaying serial port traffic 
during tests"
+HOMEPAGE="
+       https://pypi.org/project/pytest-reserial/
+       https://github.com/bessman/pytest-reserial/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+       dev-python/pyserial[${PYTHON_USEDEP}]
+       dev-python/pytest[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest

Reply via email to