From bfd9c39e4712ebdb442d4ca0673061faed1e70e1 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 05:48:38 -0500 Subject: Revert "Adding metadata" This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704. --- dev-python/mcbootflash/Manifest | 2 ++ dev-python/mcbootflash/mcbootflash-10.1.1.ebuild | 29 ++++++++++++++++++++++++ dev-python/mcbootflash/metadata.xml | 13 +++++++++++ 3 files changed, 44 insertions(+) create mode 100644 dev-python/mcbootflash/Manifest create mode 100644 dev-python/mcbootflash/mcbootflash-10.1.1.ebuild create mode 100644 dev-python/mcbootflash/metadata.xml (limited to 'dev-python/mcbootflash') 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..08ebfa0fe859 --- /dev/null +++ b/dev-python/mcbootflash/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + mcbootflash + bessman/mcbootflash + + -- cgit v1.3