commit:     156e689ab134e11767ab872261fc8ceaa49b4eb8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  1 12:00:41 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  1 17:27:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=156e689a

dev-python/mcbootflash: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/mcbootflash/Manifest                 |  1 -
 dev-python/mcbootflash/mcbootflash-8.0.2.ebuild | 35 -------------------------
 2 files changed, 36 deletions(-)

diff --git a/dev-python/mcbootflash/Manifest b/dev-python/mcbootflash/Manifest
index 71e7a6930c42..a1dfa4eb1455 100644
--- a/dev-python/mcbootflash/Manifest
+++ b/dev-python/mcbootflash/Manifest
@@ -1,2 +1 @@
-DIST mcbootflash-8.0.2.tar.gz 27121 BLAKE2B 
caded3a13266db46ac1b9f35c0a027e9dbfa2c430da96992bf689d4b32574406a7d0c736da82dbe7c473189a8941db8548f59828010e755f33c0342c8c593be2
 SHA512 
542dcf9af6c22f2deae786fa547e99e4df07b8e3eda7b007a9ead96386c2bf880d8485985b3de399ecd496bf982b6a0308c3f82b49c5914bca09c961822566c6
 DIST mcbootflash-9.0.1.tar.gz 26858 BLAKE2B 
d8d8486a8713d46f7b93443dcfd9cbd9a93452fa7c8e76aeba1f4bfbf52765fbe3807fe8206b994015c094f9fba1626d5a3bb2fa93bd6b6400a9cbaaee7c19a9
 SHA512 
0c001a0a2c10e9d4bf111136d08ec89c4bc62568934ef9d8b75d7c58d59f451f5459ccc387c72424e8d16c5e49e7bba903efce403f41923ca33d87c2290a84e9

diff --git a/dev-python/mcbootflash/mcbootflash-8.0.2.ebuild 
b/dev-python/mcbootflash/mcbootflash-8.0.2.ebuild
deleted file mode 100644
index 12e8228e078c..000000000000
--- a/dev-python/mcbootflash/mcbootflash-8.0.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
-
-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/pyserial[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/pytest-reserial[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       epytest --replay
-}

Reply via email to