dev-python/faadelays: remove olds, cleanup, enable pytest
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
DIST faadelays-0.0.7.tar.gz 4641 BLAKE2B d364ea9946d850ef21114d284aa38c020fc087679e6c3d6043b5ceaa3621c64bc7115ce1d745cd41fade0a019ca174ae182f0613856b01be2d46f1658f1d9af2 SHA512 a0ab2f7257a3723c5b81613118160e76ef76ee47aa2cff533567c09b1119db7c0cafaa7540c8a9b915b4b461571e8fbdef3ccd6f759331c8def1b8e0a828d254
|
||||
EBUILD faadelays-0.0.7.ebuild 759 BLAKE2B aeb532670b21da22febf846a39abd124d1f7683201f6c10543f05417e34896fbb7c2eb10977f11395da3cee9c624e57ec72f811180f4c8245915026be1c99228 SHA512 5060e23fd8b7377c1a6eaccffd5b85bc997c101593e0f220a86e5e1e3722da8aa39579622d92ddb22d8606fc5fe548455016d1ca9235b7d9e14b23648b3332ce
|
||||
EBUILD faadelays-0.0.7.ebuild 761 BLAKE2B 560bc336f734ab4425abb2921ca3984ceba8c0c3d95537cf497e65e35688bb18a9b4ad8a48b484592bcb7d14a8fa3a6ce8a649d19a412117b436e9913cb39c25 SHA512 20e85cd40beffbf423a0c722400241a6c3a3e8bf0e39795bb57cdd2c104b609e0f65ba5f6a749a25f7f5b2a9d49a1ce6c20628b99711f144d969759981fb0555
|
||||
MISC metadata.xml 452 BLAKE2B 8ab5b7d35b71d818d441c9d3beb15dbab3ac63a6f482a6c3a8694d69e9379c3f84ee3af869c490897b208f05a163497eab7092100c57793d3d239c8fb22ab97a SHA512 5ffefd262b640d3b4331fc72f214b029ce7af0f76b4cd771a30539f13dc2d0c30b0131c281d7af12d5d594afae6e63db3b74362c1d77633a093f36c519e90e92
|
||||
|
||||
@@ -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_{7..9} )
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user