summaryrefslogtreecommitdiff
path: root/dev-python/mcbootflash
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/mcbootflash')
-rw-r--r--dev-python/mcbootflash/Manifest2
-rw-r--r--dev-python/mcbootflash/mcbootflash-10.1.1.ebuild29
-rw-r--r--dev-python/mcbootflash/metadata.xml10
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-python/mcbootflash/Manifest b/dev-python/mcbootflash/Manifest
new file mode 100644
index 000000000000..64e62a954d67
--- /dev/null
+++ b/dev-python/mcbootflash/Manifest
@@ -0,0 +1,2 @@
+DIST mcbootflash-10.1.1.tar.gz 44977 BLAKE2B 144c4d8b7db6e35e09c6c023b7f956a6f5ec2e7cc2bf6eca2a136470268c74d6e146b5b260b3318c427b194ec99020c17128ea0ad6a72e181d81e4f4f1c1c813 SHA512 6784901e57444f61afcc0fe0e67f8171be676da68c5d188aeb132ea82bbdd936badbfcd31bf126e8cd275762aa7899447600620c08c9b6a81a91c88e679e0926
+DIST mcbootflash-10.1.1.tar.gz.provenance 8886 BLAKE2B 3e28141c0640354a4fd2e1251d110c3608bdc8022313c73421824f84e1072137190d9c7c7ad826b57ea7299299ff40e870137a2b82867110e57942798ef06ee4 SHA512 c9834582d84f96ec0a71c1116b92b260e59066d6feb149b903bc7f7ce272f0745281e23db920cd5bc2848dce6f8426d5c760520b0cf4d5cf7efb63fbdf494b43
diff --git a/dev-python/mcbootflash/mcbootflash-10.1.1.ebuild b/dev-python/mcbootflash/mcbootflash-10.1.1.ebuild
new file mode 100644
index 000000000000..2813dee63cc2
--- /dev/null
+++ b/dev-python/mcbootflash/mcbootflash-10.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYPI_VERIFY_REPO=https://github.com/bessman/mcbootflash
+PYTHON_COMPAT=( python3_{13..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Flash firmware to devices running Microchip's 16-bit bootloader"
+HOMEPAGE="
+ https://pypi.org/project/mcbootflash/
+ https://github.com/bessman/mcbootflash/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64"
+
+RDEPEND="
+ >=dev-python/bincopy-20.0.0[${PYTHON_USEDEP}]
+ dev-python/datastructclass[${PYTHON_USEDEP}]
+ dev-python/pyserial[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=( pytest-reserial )
+distutils_enable_tests pytest
diff --git a/dev-python/mcbootflash/metadata.xml b/dev-python/mcbootflash/metadata.xml
new file mode 100644
index 000000000000..5e95859f915a
--- /dev/null
+++ b/dev-python/mcbootflash/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <stabilize-allarches />
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>