update lomond-0.3.3-r2 (P310)

This commit is contained in:
Andreas Billmeier 2022-05-01 12:25:16 +02:00 committed by Andreas Billmeier
parent bab12fb02c
commit a16e79a7b3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,3 @@
DIST lomond-0.3.3.tar.gz 28789 BLAKE2B d2c9465ab8ba3ead6d9fa490694328c0df6bb08de1c87de4dda289fbc0a1b1631e72a124e33910d63da744acef66b8da631432d083e52a873251ed37eab3ecc6 SHA512 4ba44303ff050c9fc14c25d76fcde7f22418a4e23769fa0064663f81fbd4ac1a6a0652d65ac6dce2284b5e2efab96fc01d9bd105c65ac7ea7cf1aacd0097af3c
EBUILD lomond-0.3.3-r1.ebuild 780 BLAKE2B ba529d1928d57eb319a051a7ec5a75f801b1b790b401a088d4bb417bc9c93467578d5c71e8ddc90f2f1b8c96aa317f0903a62ed6f76fd102eb606f0facc5327f SHA512 5ee24cb2fbffdf0110636a85c8b9b960f0f520947956c23031bfe95880fec3eb5e20184f1bf18fe4cc91806da74ef937f3c2fd9529900e67d9cca6fff1da6ec5
EBUILD lomond-0.3.3-r2.ebuild 796 BLAKE2B e381663b2ae6b93abe42f7317414e1841c7c7e497d35d3825ef9639fa35bc3409ab0bbcbc65ee763ebb7a02d306c8e762e18a37f4fad4f41949606792ff34126 SHA512 c55d3b320ade6f2ad924afc4825eca4890b1a6e4f9457e9af6a9442de4c2e8ebca9f491594767d59b5aa082a36f708642e4cd89d464e3c8cc43d6c82c4069799
MISC metadata.xml 451 BLAKE2B 0ed5c857c02cdc4b16be6e38b1130c8efa48a7252716700a0142493a38a79d90b8e7e97398a94be57ef17d7bbfe045c0899d87744cacdd2f2b7a83142f513707 SHA512 bb72bd957ed68b7baa1db872ab66d472dbbaed6b0aba34d6ab1888045a7d51bba735df6b713052a22b446ac43876bcca677f3fde22ab7b1d220ffa9a4d8489cb

View File

@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{8..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@ -17,13 +17,15 @@ KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/pytest-runner[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]
)"
python_test() {