dev-python/anel-pwrctrl-homeassistant: remove olds, cleanup, enable pytest

This commit is contained in:
Andreas Billmeier 2022-10-15 19:24:54 +02:00 committed by Andreas Billmeier
parent 40d03c3d1b
commit 6db848426c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,3 @@
DIST anel-pwrctrl-homeassistant-0.0.1.tar.gz 2341 BLAKE2B 4f74aa9d58d883013b8b9133232ef0afe32b2cf75a750c1bd7b9497b9e968b9f3bad79129c569dcc803ac5d271e9e6a6c6030b71dd166a0a6f5a890ef1930a55 SHA512 5d05259c000012ef157122933bfa3cdf5c5b7f764b62140f05e52b0284fb44b5f5b92e9334ba58c2c3ceb1e3b86553911d91b146e08990d3d93dff1ed33baf5f
EBUILD anel-pwrctrl-homeassistant-0.0.1.ebuild 767 BLAKE2B 94bd3f6134db560726ac17975f70102f57c7935d5343c1351966174c4ebea36175159fb122bc99c713c8a602fb8dd68ef8aec359b45b730e21e1562bec7ee812 SHA512 11023a55322600ce413f05e502beba10f5edf5e5327875b14180db13581084cee1156b983cb343072615a14a7a2ab21b88b269baceb8a83438054b891e2400b8
EBUILD anel-pwrctrl-homeassistant-0.0.1.ebuild 772 BLAKE2B b2f7a3bee9e5d908b12def40dbc42b49b2f0232ed522f944e49258e20884110418232e89f5b4b98065c3b219315d5515e113c2e1906fc37b66833c54fb7b9880 SHA512 c23cd9d00b88ab339c1c0fb2756c224bb6c150c54f5454f406d2d7387a724d435b17856b24980cf526557ddc077e16d53a40b407eaaad07a4bebfd7ffed7e499
MISC metadata.xml 475 BLAKE2B 909d8951956d846852c48b06cbe044903c0d8eb67f76fe07b2549914adc9b9c398f68a3ea800860fb27e41fd4babe9a8c4f2176c98c2f715d4ce6ba677ce2d7b SHA512 5386b1d1b5b222a9c5984c9afdaa7366ee6621142902d94e6eadb1d1cf4342d07586b2df0dab09cc8d46a9b34190f9bcac4bb1c3722c703762bae63b3c29d174

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..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_PN}-${PV}.dev2.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
@ -32,3 +32,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest