diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-04 19:14:59 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-04 19:14:59 +0000 |
| commit | eb879137397b2780739bdbeddd7ea01439186c1c (patch) | |
| tree | ba318372285287dd4fa2c6661bc832810bd34b26 /dev-python/mcbootflash | |
| parent | 50a73c5441045f14bdb49aededf33cd7f23ff891 (diff) | |
| download | baldeagleos-repo-eb879137397b2780739bdbeddd7ea01439186c1c.tar.gz baldeagleos-repo-eb879137397b2780739bdbeddd7ea01439186c1c.tar.xz baldeagleos-repo-eb879137397b2780739bdbeddd7ea01439186c1c.zip | |
Adding metadata
Diffstat (limited to 'dev-python/mcbootflash')
| -rw-r--r-- | dev-python/mcbootflash/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/mcbootflash/mcbootflash-10.1.1.ebuild | 14 |
2 files changed, 4 insertions, 11 deletions
diff --git a/dev-python/mcbootflash/Manifest b/dev-python/mcbootflash/Manifest index 1ac588016329..64e62a954d67 100644 --- a/dev-python/mcbootflash/Manifest +++ b/dev-python/mcbootflash/Manifest @@ -1 +1,2 @@ DIST mcbootflash-10.1.1.tar.gz 44977 BLAKE2B 144c4d8b7db6e35e09c6c023b7f956a6f5ec2e7cc2bf6eca2a136470268c74d6e146b5b260b3318c427b194ec99020c17128ea0ad6a72e181d81e4f4f1c1c813 SHA512 6784901e57444f61afcc0fe0e67f8171be676da68c5d188aeb132ea82bbdd936badbfcd31bf126e8cd275762aa7899447600620c08c9b6a81a91c88e679e0926 +DIST mcbootflash-10.1.1.tar.gz.provenance 8886 BLAKE2B 3e28141c0640354a4fd2e1251d110c3608bdc8022313c73421824f84e1072137190d9c7c7ad826b57ea7299299ff40e870137a2b82867110e57942798ef06ee4 SHA512 c9834582d84f96ec0a71c1116b92b260e59066d6feb149b903bc7f7ce272f0745281e23db920cd5bc2848dce6f8426d5c760520b0cf4d5cf7efb63fbdf494b43 diff --git a/dev-python/mcbootflash/mcbootflash-10.1.1.ebuild b/dev-python/mcbootflash/mcbootflash-10.1.1.ebuild index ed406e3b41fe..2d0361115800 100644 --- a/dev-python/mcbootflash/mcbootflash-10.1.1.ebuild +++ b/dev-python/mcbootflash/mcbootflash-10.1.1.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit +PYPI_VERIFY_REPO=https://github.com/bessman/mcbootflash PYTHON_COMPAT=( python3_{10..14} ) inherit distutils-r1 pypi @@ -23,15 +24,6 @@ RDEPEND=" dev-python/datastructclass[${PYTHON_USEDEP}] dev-python/pyserial[${PYTHON_USEDEP}] " -BDEPEND=" - test? ( - dev-python/pytest-reserial[${PYTHON_USEDEP}] - ) -" +EPYTEST_PLUGINS=( pytest-reserial ) distutils_enable_tests pytest - -python_test() { - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -p reserial --replay -} |
