summaryrefslogtreecommitdiff
path: root/dev-python/mcbootflash
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/mcbootflash')
-rw-r--r--dev-python/mcbootflash/Manifest6
-rw-r--r--dev-python/mcbootflash/mcbootflash-10.0.0-r1.ebuild37
-rw-r--r--dev-python/mcbootflash/mcbootflash-10.1.0.ebuild37
-rw-r--r--dev-python/mcbootflash/mcbootflash-10.1.1.ebuild2
4 files changed, 2 insertions, 80 deletions
diff --git a/dev-python/mcbootflash/Manifest b/dev-python/mcbootflash/Manifest
index d6553250fe20..3191694a9c05 100644
--- a/dev-python/mcbootflash/Manifest
+++ b/dev-python/mcbootflash/Manifest
@@ -1,7 +1,3 @@
-DIST mcbootflash-10.0.0.tar.gz 43202 BLAKE2B 78ddf1a0711a5147ecc55abbbeb2a220d41981ef547e609b0360ac2966f21826d7e0a11d324f82476af97501412dcfd7a72f4c593810f94c83d43d993588dc89 SHA512 5dd765af0dfb106e009f06d677cc892a53cd66611194cf4a990358d7060f3e13919132fdba8d91c5ed7523b0e25eb62553576e875e8976fc0890a148a7abe9b7
-DIST mcbootflash-10.1.0.tar.gz 44252 BLAKE2B d6fe39af1dfc253a376f7ea9dd5948af9fc3eb16b43da517377ee395b34b33de1a27c044a6e406d39ec1109158e0e436b29d67b05bae150b14856f93c24ff70e SHA512 256464c27a8173d2aa42e120354e51bf992dd7c6905ff45ded61952edb6057b795b8c0dcb0cfb954b8b1fd9fd9a5a9449390671487d6b225eead842538b956a7
DIST mcbootflash-10.1.1.tar.gz 44977 BLAKE2B 144c4d8b7db6e35e09c6c023b7f956a6f5ec2e7cc2bf6eca2a136470268c74d6e146b5b260b3318c427b194ec99020c17128ea0ad6a72e181d81e4f4f1c1c813 SHA512 6784901e57444f61afcc0fe0e67f8171be676da68c5d188aeb132ea82bbdd936badbfcd31bf126e8cd275762aa7899447600620c08c9b6a81a91c88e679e0926
-EBUILD mcbootflash-10.0.0-r1.ebuild 753 BLAKE2B d994640431b9dc1d031624ae84c2faf8e6435b7d077d9bb084d821fc6d428be753e1c983d15949073bc9d29152573a54eb42f60f002919143e0c09ee75529f6f SHA512 86d30602c94c00e6128e70f0b6af3523bea1b450aab3ad8db0827c9425ee5cf85eb3ebf049b0f5f687a4b70c430d20701029cbc58be7dfd52450e44f26dbb297
-EBUILD mcbootflash-10.1.0.ebuild 754 BLAKE2B 901ae3c1a25670599ec7b534347ecad0d930515dba1828a623ff65871d7ccd285ba2d55012ada75e251abf04fa0b9da202f2ba0103275f055e69412fb4b77382 SHA512 26477de2ea21b392d82c4f92e2bbe087a39cd9fed6dcd8e1d37f1bab88770df5cee924a68909212302dcc33c6bba30cd40e6ad6d57a6f131ce114ed731d9a5d1
-EBUILD mcbootflash-10.1.1.ebuild 754 BLAKE2B 901ae3c1a25670599ec7b534347ecad0d930515dba1828a623ff65871d7ccd285ba2d55012ada75e251abf04fa0b9da202f2ba0103275f055e69412fb4b77382 SHA512 26477de2ea21b392d82c4f92e2bbe087a39cd9fed6dcd8e1d37f1bab88770df5cee924a68909212302dcc33c6bba30cd40e6ad6d57a6f131ce114ed731d9a5d1
+EBUILD mcbootflash-10.1.1.ebuild 753 BLAKE2B d994640431b9dc1d031624ae84c2faf8e6435b7d077d9bb084d821fc6d428be753e1c983d15949073bc9d29152573a54eb42f60f002919143e0c09ee75529f6f SHA512 86d30602c94c00e6128e70f0b6af3523bea1b450aab3ad8db0827c9425ee5cf85eb3ebf049b0f5f687a4b70c430d20701029cbc58be7dfd52450e44f26dbb297
MISC metadata.xml 398 BLAKE2B 610e64de53c1a75cff329c03b0d68737fb1fd66e23459e387b828abd9b29b6704af5c5f9bf3f8139fd72300396f1ba542653ae3d21d19f040956a882c0e07986 SHA512 43208f223ea653d7603275c7ac43c8b60c140df9906c8ebb8d404b557e0496dcb51dad6c84d7af8c18cc5cc298caf834231ff0aada3591305be154f8a1cc2d88
diff --git a/dev-python/mcbootflash/mcbootflash-10.0.0-r1.ebuild b/dev-python/mcbootflash/mcbootflash-10.0.0-r1.ebuild
deleted file mode 100644
index 6db6251695a2..000000000000
--- a/dev-python/mcbootflash/mcbootflash-10.0.0-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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_{10..13} )
-
-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}]
-"
-BDEPEND="
- test? (
- dev-python/pytest-reserial[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest -p reserial --replay
-}
diff --git a/dev-python/mcbootflash/mcbootflash-10.1.0.ebuild b/dev-python/mcbootflash/mcbootflash-10.1.0.ebuild
deleted file mode 100644
index a8038a51f99f..000000000000
--- a/dev-python/mcbootflash/mcbootflash-10.1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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_{10..13} )
-
-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}]
-"
-BDEPEND="
- test? (
- dev-python/pytest-reserial[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest -p reserial --replay
-}
diff --git a/dev-python/mcbootflash/mcbootflash-10.1.1.ebuild b/dev-python/mcbootflash/mcbootflash-10.1.1.ebuild
index a8038a51f99f..6db6251695a2 100644
--- a/dev-python/mcbootflash/mcbootflash-10.1.1.ebuild
+++ b/dev-python/mcbootflash/mcbootflash-10.1.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
RDEPEND="
>=dev-python/bincopy-20.0.0[${PYTHON_USEDEP}]