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 4AA7515838C for ; Tue, 30 Jan 2024 15:15:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC2172BC060; Tue, 30 Jan 2024 15:15:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B3C7E2BC060 for ; Tue, 30 Jan 2024 15:15:14 +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 04FE734302B for ; Tue, 30 Jan 2024 15:15:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44A5414C3 for ; Tue, 30 Jan 2024 15:15:11 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1706627696.3c5afcaeaea92a3d98f77c324005ce4c95546d0f.marecki@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.0.ebuild dev-python/mcbootflash/metadata.xml X-VCS-Directories: dev-python/mcbootflash/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 3c5afcaeaea92a3d98f77c324005ce4c95546d0f X-VCS-Branch: master Date: Tue, 30 Jan 2024 15:15:11 +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: 708700ce-153b-4fcb-934d-dee91b2f6a43 X-Archives-Hash: 839245dacd5af9a22d3ddfbb28f9773e commit: 3c5afcaeaea92a3d98f77c324005ce4c95546d0f Author: Marek Szuba gentoo org> AuthorDate: Tue Jan 30 12:48:21 2024 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Jan 30 15:14:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c5afcae dev-python/mcbootflash: new package, add 8.0.0 Signed-off-by: Marek Szuba gentoo.org> dev-python/mcbootflash/Manifest | 1 + dev-python/mcbootflash/mcbootflash-8.0.0.ebuild | 30 +++++++++++++++++++++++++ dev-python/mcbootflash/metadata.xml | 17 ++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/dev-python/mcbootflash/Manifest b/dev-python/mcbootflash/Manifest new file mode 100644 index 000000000000..a70bd3705a81 --- /dev/null +++ b/dev-python/mcbootflash/Manifest @@ -0,0 +1 @@ +DIST mcbootflash-8.0.0.tar.gz 24386 BLAKE2B f9151017131b90f01da923084f2b42103fe54ea4c6fe6a77e7ca4f52619b1527829177dc74db6166585ccb003aa3e07c702469ff1d07f5d616870f232a0e5c3c SHA512 d1c3a437ca2878a386df44ecf4df2d5aebd26cd859509e003ebdc7203eb13b9bbdc4accdc0607e170646dd7fc22526a746f77770105dd637becb09dde706527f diff --git a/dev-python/mcbootflash/mcbootflash-8.0.0.ebuild b/dev-python/mcbootflash/mcbootflash-8.0.0.ebuild new file mode 100644 index 000000000000..646189378d42 --- /dev/null +++ b/dev-python/mcbootflash/mcbootflash-8.0.0.ebuild @@ -0,0 +1,30 @@ +# 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" + +# Tests require the presence of dedicated hardware +RESTRICT="test" + +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 diff --git a/dev-python/mcbootflash/metadata.xml b/dev-python/mcbootflash/metadata.xml new file mode 100644 index 000000000000..4813ad901260 --- /dev/null +++ b/dev-python/mcbootflash/metadata.xml @@ -0,0 +1,17 @@ + + + + + marecki@gentoo.org + Marek Szuba + + + python@gentoo.org + Python + + + + mcbootflash + bessman/mcbootflash + +