dev-python/panasonic-viera: remove olds, cleanup, enable pytest

This commit is contained in:
Andreas Billmeier 2022-10-16 14:55:06 +02:00 committed by Andreas Billmeier
parent c1ec0a6015
commit 0f7364bd4a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,3 @@
DIST panasonic-viera-0.3.6.tar.gz 8772 BLAKE2B 7cc95e00d90b54516e7c3cb948b43985c07a5f93eade8f7c66ccbaf993e1ad3940523a28df7475d2acee057aba8f092f6be802cbfd1fda9ca90dd7039bc1cf9a SHA512 eccbf9473c6bc98fd21769d2af166af11b30d35ee4733aab7433721cbbf91f1f1e9ce3d2385dab3804c5e87ade4ecf4464bebadd0faec06ced129322d325e5e4
EBUILD panasonic-viera-0.3.6.ebuild 871 BLAKE2B 0dea38487ae7daf435e16f907a932a7f5a687fd32c249cd4ad9a642c6ed640440d954fc0a45a398ddc3614b91be7e65a88582cd36e3ca8ec6e5f77c2fcda1c38 SHA512 e66eb8776fc2d2dea1bd9a761378373d3753124c21dd9cf73fa8e5928e70673d3cb1a7c5d334c6eeb2941d95757e3ad852e13674025f19749b2d35f27827c6b0
EBUILD panasonic-viera-0.3.6.ebuild 876 BLAKE2B 1d11bedc2d06caf9a5e7947473dd6ad3f1e49a0ea28fcc3130d4f63e3bba5a36308986ac9b02c408f2c6b419b7fb242a25b0580a49524a464813651457352677 SHA512 979fe625b3488bbb5b448685fa6cafdbe64bcdc6a3da5753b8672099190f3d19e7cca09148199186ef5994d4fcb356034d9c1eba3df5345b9e8b8b7c3cbcdc8e
MISC metadata.xml 468 BLAKE2B dc3e8d35f1cc872167bd74af7d9d680e58d225ca38f8bd37af48e3528219f7e15f1a206e494e82703c9dd1843fc4e3e8434041d73cb3b63f94b94f4aac03707b SHA512 e6164984f3b88973885651d4dcc507b91beb7478bc51b7b8723a70842bb82e2e3d0720e1d724fd7d41333a97597e6ef5372c4bdc14b4667c7ae542e23e9f9ffc

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
@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
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