diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-01-30 21:02:23 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-01-30 21:02:23 +0000 |
| commit | ab07f7507f68e0549e23686ae0176a834e8cc13b (patch) | |
| tree | 14cb58a1f73c4083e83a00eb65d80bda0404e88e /dev-python/mcbootflash | |
| parent | 69c60b2f5328868c910f21e2c77758f55860fe32 (diff) | |
| download | baldeagleos-repo-ab07f7507f68e0549e23686ae0176a834e8cc13b.tar.gz baldeagleos-repo-ab07f7507f68e0549e23686ae0176a834e8cc13b.tar.xz baldeagleos-repo-ab07f7507f68e0549e23686ae0176a834e8cc13b.zip | |
Adding metadata
Diffstat (limited to 'dev-python/mcbootflash')
| -rw-r--r-- | dev-python/mcbootflash/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/mcbootflash/mcbootflash-8.0.0.ebuild | 30 | ||||
| -rw-r--r-- | dev-python/mcbootflash/metadata.xml | 15 |
3 files changed, 46 insertions, 0 deletions
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..674ba2e43475 --- /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_{8,9,10,11,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..6a8c7329d653 --- /dev/null +++ b/dev-python/mcbootflash/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>marecki@gentoo.org</email> + <name>Marek Szuba</name> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + + <origin>gentoo-staging</origin> + <stabilize-allarches/> +</pkgmetadata>
\ No newline at end of file |
