diff --git a/dev-python/apcaccess/Manifest b/dev-python/apcaccess/Manifest index b84bcb2f8..a8d224bc1 100644 --- a/dev-python/apcaccess/Manifest +++ b/dev-python/apcaccess/Manifest @@ -1,3 +1,3 @@ DIST apcaccess-0.0.13.tar.gz 3009 BLAKE2B a312af5183227c074b9a45dba351869900a7ee78870b5cb39c52772d80471e6ab4cfc6884aca885d0041fc6f0a90ab8dae6909466ead953968a605b05ff69342 SHA512 b85035b980a8df508489d26fc6c00260da4bf7416cb5313c5353c6b0ecc3a5120d28bdd4d748001b8599f8c5173f6259aec662b92192d903b6a6f9eb1134dccf -EBUILD apcaccess-0.0.13.ebuild 600 BLAKE2B aa7cb24c8a7b8c74c8b1fa89ceb72a2ed3c40cfcb05e6e8ce82a0e5847d8dfc25235561675d3007e5d5cc61447c976dde59208e6f43e8a67599bbb755bfb31f2 SHA512 c5deb0c492385e81e19e21fdbfd36d9e9dddff776dc9351ac67fa38521faaa4c36115c43d66ad253d26236612dfd2bbc4d40642e18724ff2879b067cfbb94239 +EBUILD apcaccess-0.0.13.ebuild 464 BLAKE2B d3b5768f8303b1bd5772901d7c3e68d90b568c66d818042742723b097fd00c9f2e6614a8104268c71809215a7ec19e00efae460ee1dd8ac401dd29f9bd0b2ff8 SHA512 70f1f054679efd44a929c6285fc1fbf7c952b860c862bf3596f470e54b51b414b8c1102eb10eb1df7a69d3984d0676eebab0513e5a9af2d82bad58f7a2323772 MISC metadata.xml 215 BLAKE2B 67972f243584f1e8bf65fad8af2ede25e4581be963f84ea3d8c33932543f64c0bd6343a9f5a1111ae1ba73057187bdf1a1dbf4d8d5ff28a132a70be8db0dd970 SHA512 b4c6c1bcd573ecb25c4a83d84b036113281f19e00e7f6ea024b7142f91a646ed6309658a74d0d985ec0413baf6a620068cbd48b4fd3b5bb62471ec165b7d8d84 diff --git a/dev-python/apcaccess/apcaccess-0.0.13.ebuild b/dev-python/apcaccess/apcaccess-0.0.13.ebuild index 9911ac24a..3f94df083 100644 --- a/dev-python/apcaccess/apcaccess-0.0.13.ebuild +++ b/dev-python/apcaccess/apcaccess-0.0.13.ebuild @@ -1,11 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools - PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi DESCRIPTION="This project implements the apcaccess tool in pure Python and provides" HOMEPAGE="https://pypi.org/project/apcaccess/" @@ -16,13 +14,4 @@ KEYWORDS="amd64 arm arm64 x86" IUSE="test" RESTRICT="!test? ( test )" -BDEPEND=" - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - )" - -python_test() { - py.test -v -v || die -} - # distutils_enable_tests pytest