From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA3741581D3 for ; Sat, 1 Jun 2024 17:28:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77810E2A75; Sat, 1 Jun 2024 17:28:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43CA5E2A75 for ; Sat, 1 Jun 2024 17:28:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45B0B33EB78 for ; Sat, 1 Jun 2024 17:28:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FC451BF3 for ; Sat, 1 Jun 2024 17:27:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1717262848.156e689ab134e11767ab872261fc8ceaa49b4eb8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mcbootflash/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mcbootflash/Manifest dev-python/mcbootflash/mcbootflash-8.0.2.ebuild X-VCS-Directories: dev-python/mcbootflash/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 156e689ab134e11767ab872261fc8ceaa49b4eb8 X-VCS-Branch: master Date: Sat, 1 Jun 2024 17:27:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1890284b-4bf1-4910-8a02-b5a4c66159f8 X-Archives-Hash: 83aef75d566970acf19fff975e434a64 commit: 156e689ab134e11767ab872261fc8ceaa49b4eb8 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 1 12:00:41 2024 +0000 Commit: Michał Górny gentoo 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 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 -}