dev-python/mill-local: update PEP517

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-06 21:04:04 +01:00
parent 4b133f5bb6
commit 08596f7bba
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 3 additions and 11 deletions

View File

@ -1,3 +1,3 @@
DIST mill-local-0.3.0.gh.tar.gz 7828 BLAKE2B 033cc2cfe8b55a7c98bb0ae5d2942f07f7cdc47fa85dbda15ad7adeb2f6cc603eba02f641eb10e49beab5f48fbe4c40f757a895c201c346bd3126a449bb20f88 SHA512 aa5f3d52ec1d0a020213b8b1eb1b47f08c716be01a08fd6400c69a9771efaee3bb1ae13358783dadd14167043c04bbe06ff80f4e335455b02025de7befbf7cf3
EBUILD mill-local-0.3.0.ebuild 847 BLAKE2B b9c768cb80b790c35b49bd55812ed6be4864dc42cda05acf93b3978c740986b0e5b6e00f07cfd2b91e3baf1d22c0af3478ab3b30acb2b2c452ffa75bd159193e SHA512 aa15785bcbd3ce66dace3b9d0f41c912f9db47bc1fd00adfaa4465f0cdc2ad6044182b958b195fb7dc3f39a000d5c270da8af25cb95534fe083afe650b3ae8f3
EBUILD mill-local-0.3.0.ebuild 776 BLAKE2B 5827b2e0e0964bac057813476bbb11c69aa9558448ab171344525e5fe50c0b63721e468f2c87c287dd0eba2e7de7c717b29bfeca1ce055d1c6996c863c36d09e SHA512 0188ebd2dc967bcf7581154527837843af0f7bdf77faf310b257d3da24c5f6488ed3412617d633e3350520458d8102680455c39a4d931fac400204eb055e05a4
MISC metadata.xml 528 BLAKE2B b59482b9f645b67d2b7dafa03a88cc6e29b418cbc9b8cbe03af4db419cd936d3b7ba79095d89b669c5399b8839c786682e3880b50a79dfc0eb14012c5f65705c SHA512 fe041bdb720f61ff6d85a9c17e345f686e3e80605429e6163e223a23fcc5b60b37e6185fd88718f4bf6ed7cbbc002462ec91183a8b16f510ce088f3b0dd2a0c2

View File

@ -1,10 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="A python3 library to communicate with Mill"
@ -23,13 +23,5 @@ DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_10)"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest