From a5442e2318cb4df55867389654e322dbac82067e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 8 Jul 2024 12:25:04 +0100 Subject: gentoo auto-resync : 08:07:2024 - 12:25:03 --- dev-python/mcbootflash/Manifest | 3 ++- dev-python/mcbootflash/mcbootflash-9.0.1.ebuild | 12 +++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'dev-python/mcbootflash') diff --git a/dev-python/mcbootflash/Manifest b/dev-python/mcbootflash/Manifest index 1a1e591d5907..ee72b55208fa 100644 --- a/dev-python/mcbootflash/Manifest +++ b/dev-python/mcbootflash/Manifest @@ -1,3 +1,4 @@ DIST mcbootflash-9.0.1.tar.gz 26858 BLAKE2B d8d8486a8713d46f7b93443dcfd9cbd9a93452fa7c8e76aeba1f4bfbf52765fbe3807fe8206b994015c094f9fba1626d5a3bb2fa93bd6b6400a9cbaaee7c19a9 SHA512 0c001a0a2c10e9d4bf111136d08ec89c4bc62568934ef9d8b75d7c58d59f451f5459ccc387c72424e8d16c5e49e7bba903efce403f41923ca33d87c2290a84e9 -EBUILD mcbootflash-9.0.1.ebuild 652 BLAKE2B 4c3ea03a12c2edfd04dfd881e744568d75c21b55cbfa88ab2dd2c7d986a3acdcf7e218d7167b9892a52c34bda6b631ccbae7ecab1940b8e38d2400b4009ba4d7 SHA512 cae53f079701e1be10a75b18c2eaea6fd001c0c22624206c929092943855ee0e6a520ef316b3346a91dea6ada730eeb1c05fec609322e3044186e962ed79050f +DIST test_mcbootflash.jsonl 9259 BLAKE2B d05287760b3dc82ccf720a140390e027758a4e1e79d72364aed741937298d872127f11db8d5a4c07a93cb72f091ab89bd606062446f9108359205ec75c92321f SHA512 b9f5ea649a8cff9ea576b96e22bb352c61f8cd1f3e7ca0a7a0ae84a2c03fa07b1ecc7a3d8a83de868e4f946ef9fb22a5fc757038be4c5ba2398c483c67bbd9ca +EBUILD mcbootflash-9.0.1.ebuild 972 BLAKE2B 4be21d99401cf8b66b6569aff14d24491bbfce5cfaa91827f8e17fd58683a3dc10fbe41de92e6a88a57557296b6a53e986dd0b3007677069c6fb1450c1a90273 SHA512 7b93eee7e0cf0f698feaaa5bc842c77a62d058e82c2e50a411ecd2fe88971ad9a23dfa144a7bb606923593a8e063be5e150d11f27398c61b4f98764a352ebc6a MISC metadata.xml 398 BLAKE2B 610e64de53c1a75cff329c03b0d68737fb1fd66e23459e387b828abd9b29b6704af5c5f9bf3f8139fd72300396f1ba542653ae3d21d19f040956a882c0e07986 SHA512 43208f223ea653d7603275c7ac43c8b60c140df9906c8ebb8d404b557e0496dcb51dad6c84d7af8c18cc5cc298caf834231ff0aada3591305be154f8a1cc2d88 diff --git a/dev-python/mcbootflash/mcbootflash-9.0.1.ebuild b/dev-python/mcbootflash/mcbootflash-9.0.1.ebuild index 12e8228e078c..47a2cf61611b 100644 --- a/dev-python/mcbootflash/mcbootflash-9.0.1.ebuild +++ b/dev-python/mcbootflash/mcbootflash-9.0.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi @@ -13,6 +13,9 @@ HOMEPAGE=" https://pypi.org/project/mcbootflash/ https://github.com/bessman/mcbootflash/ " +SRC_URI+=" + https://github.com/bessman/mcbootflash/raw/eb940f0324eb0c6822a0feca48449f5191cf5a00/tests/test_mcbootflash.jsonl +" LICENSE="MIT" SLOT="0" @@ -30,6 +33,13 @@ BDEPEND=" distutils_enable_tests pytest +src_unpack() { + default + # sigh, pytest-reserial arbitrarily changed output format + # without caring for backwards compatibility + cp "${DISTDIR}"/test_mcbootflash.jsonl "${S}"/tests/ || die +} + python_test() { epytest --replay } -- cgit v1.2.3