dev-python/pycomfoconnect: remove olds, cleanup, enable pytest

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

View File

@ -1,3 +1,3 @@
DIST pycomfoconnect-0.4.tar.gz 20140 BLAKE2B c288f9974c9d4aa3a5618a16bdd4860316c995e1e3972c51b2fe63cb38da57c0d489219ced961a3523d3b338111a3ad493f17997b5af0141d34460d063dd922f SHA512 c5e42a445b47efd9a3a08d447497b78d4bb14f2fce269cf670fc6d65f5919ba4888b7fff3325c76684139589e58f23db0ea042118616ccb552b9f3d385866382
EBUILD pycomfoconnect-0.4.ebuild 808 BLAKE2B ffdbf20d02d2592e8776be33fe09da433891f86b5264d54d5fbf9dcc14be72372c57f53a5bf89b6ec874e426b94ab01f3e85cde4adb550bb25c133caf3e5109f SHA512 02623f00a32e095721843c952996c2660d980151fa4b9f3909ec022250bddf9c62065f4e92e3ced62da59653a2e60646fe0707906f4a1502a572715981f12ce5
EBUILD pycomfoconnect-0.4.ebuild 809 BLAKE2B 6b3e413e0e9479d2cb14727e5a178b76a068d0d7aa272a4c75c40f02c3b69b0552788a082bd87f262d441f63e8d949fed638c4342364e395720b87aa817bb350 SHA512 7dfa35262c6abb44fb68c777af6cd19293d2e63ea4f6a797f3a301e574a75505fa252d58cc676fd07416c81bb688722a44d6c5a5ac42f5be2a739d144d11f5bc
MISC metadata.xml 468 BLAKE2B 3136bb9a62bebf4f922cbdade9ef5dda581bcafc9d12ab11ec15211462b0259559626545b333f2d620b398c3704133ecd507de5ddfe50dbbcccab06911da2434 SHA512 f8593bf5df329c6be5dc7880a0a9d307c78f9e9b92f8c3b0cbd0c3bb90e895da822cd2f87bf8a3e4ae38c4d7d4f15cfcdbeb9bf8eaa8a2f8ab6095ab107775ba

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
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${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 )"
@ -31,3 +31,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest