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

This commit is contained in:
2022-10-15 18:45:14 +02:00
committed by Andreas Billmeier
parent 9df6781791
commit 345ca6e34e
2 changed files with 7 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
DIST aiokef-0.2.16.tar.gz 13661 BLAKE2B 9d04164473979f5c86392b7246d1182cb21794f5d571839f553af8d95eb81a4f6dc0b625fb492650a83df6c4c5d51e04768c72c84d26330430dd13e89c55f690 SHA512 0596d2cfb82bf5c555ff555c6185b0b9af8e7fe13cb51f7022b9526eef042dfb23b260fec8cc9802fde0b55933029dc5724dae9f48575d49d77803c39539b190
EBUILD aiokef-0.2.16.ebuild 930 BLAKE2B d0b11d8d5121213bd8d05a946285dcd5190c8f32fab4e6dd19cc6491d3a5486fbf73f0110782245e74b229e46835bdcfe462e9b432e326ee4295261db9a3343a SHA512 6163c6047077b943e997666fcacb131bf51cd254b026e78cd9cf6aecabba5f6e82b83e8f8c032bc68b4747387a23ca9ac989a773cb1500f769121f8614d4b9a5
EBUILD aiokef-0.2.16.ebuild 935 BLAKE2B e5fe024dd13347a9cf839be91fa32ac0043982ba453ab37ff196985368c0cd8841700666fbf42bce5108fc364ae0ff75802a5402016760e5858f3f12501259cd SHA512 2667e576cdd7565304b63522ec8bc8855016a69c7844af19f0f1694de3eb046fc40d253ffc8129c348807134b5ced90e5f1e8bd79ba4ec35c68bf0694df9802d
MISC metadata.xml 442 BLAKE2B 427053453641731fc5e86aa77309bbfc0a2d3d39634470a0892c06c77b76c29ffd79bb038dc7bc9b9094885df0bdec1fa0674984c77f32d9dce5ed40d10970f7 SHA512 27dcaf54bb39fc477672f0664a7f32e37795928045f42caf50390b595a8a3ddd48fafd0e6911f31a6a33e15d5b75ad699bdb5ca249b4e8fc6c95900b7684ebb2

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 )"
@@ -37,3 +37,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest