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

This commit is contained in:
Andreas Billmeier 2022-10-17 06:24:51 +02:00 committed by Andreas Billmeier
parent 4f5621daca
commit 4a32e6aa53
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,3 @@
DIST pynx584-0.5.tar.gz 14755 BLAKE2B d6e3aceda6bd1197598815307d941c2e19a2b3c4a9ad2fd828d533c50af6df04a4a33a532c629eb7f1425784dad7b0feead56b838631fdbadf7b259265562a04 SHA512 a10b0f5641df1b5fd58be86744ae083c25a260766137aa19ad37229979ef8965f0c91ab16db1967f5228bab55f2ea1660475aeedc9470b6592ecf7f1389d89b5
EBUILD pynx584-0.5.ebuild 921 BLAKE2B 98ab937412b0d556b354fbea745846b0ab38addd158941e4d5c9cec72367316b938e109bcfee581fad0c7b52ead508a3e80e1ffe80b3e0b18cd39459f6402429 SHA512 9cd7376daaa3b6c97d4bc842d13df3160e179d93baf3665d4c5d7e559ef4e7af30cad41f0d6afb1cd15846b7e18613a9b99f6f7568b1607093c85f18a2d2ff26
EBUILD pynx584-0.5.ebuild 926 BLAKE2B e7c33d6e862fbfe814d810f3490fb9afd4abe7b3ecad0afe0cb16e951d2710af7e54495766316a997c5d4345637a125394470064ca7efc6e26042baa00340be0 SHA512 cf9a616542377e0d71fc95b4850780cbd1999c563bc5a7a7eea81e6085f6fcecf44514f0b7add303ae6148315a5bbe2a1264d69f855e53b397dbc384c95b992e
MISC metadata.xml 455 BLAKE2B 452f278396105e6ae6fdde8d4b298f51a451140db72042a6da6a9cb216ad98cf7f04fc5bfd441560e7401c2766a672d8898e6211626c603bbcfd6afde083951e SHA512 d0afb796982ab19306b1b39d84625b3012eba6d16b2352b3926990692bf0dce26d1c15fb5a398d773bc5feb528f2a18535abd5bba201f007e09bec5f36fe3c43

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 @@ LICENSE="all-rights-reserved"
RESTRICT="mirror"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
@ -35,3 +35,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest