dev-python/python-mystrom: remove olds, cleanup, enable pytest
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
DIST python-mystrom-1.1.2.tar.gz 12692 BLAKE2B c3cd913dc600d691cf23ef1dc45eeefe7128a95e3559b8c138c2938987e8c173a5f32cd31f6101e81a81b3ff7f111786bb685ec7ded8b58b0d645c504ee39084 SHA512 54efa91fe8a81edde283387576dcb0c4fb8656dad4ef820d4b2371b956f881972dec08ba20efc1b09e8014003bd7d3f9471e5b2fb8092c5857604630131c3aa2
|
||||
EBUILD python-mystrom-1.1.2.ebuild 849 BLAKE2B bb54245c359c2ef560f08b0af1e4ae2be2eb7568f12c71808c3d495df434abf18bf298f39f8d38a65d87037f9421e90141aa1cfd09385b3ccfd8493ca63f6362 SHA512 7eae93cb6cb0025fd00c25b03f68b3547e854177b4d15ed8557a53ae5db4bad5d0a94fc430e03616b67642ccfa204c25e8b2d017664e84a025c5d774bcd511bf
|
||||
EBUILD python-mystrom-1.1.2.ebuild 850 BLAKE2B 05c0eac7ad427a41e6e6b9d35906ff0ad1d3a92cdc33279a83416efd0b76277ff46a64ad6594adfe77ca227129ccdad11037b2bfb6c6206dfdf5fae7f2bb7519 SHA512 24e2eb6abe9fe4ef312ce93c620273f94f404da9611400c0ab7908a48e4c7bab8b7eb622da1c6c6d2f15551063f26d65aaa1bffabb9eb01e386a5d1cbb7b6948
|
||||
MISC metadata.xml 472 BLAKE2B 70ddd13abfb1f7308ddbc107dd006401b4f452c7d28140f2583f99f15a630d37f810e71ab0b8b95d281adb2a88408b2d2ffb8921e11de64dfc4fe8d486d7385c SHA512 055d4cfb64a128c7df73b0fd664427ca514580653629dda8c8e509d73432419137b17bf5da747218f133c2459796acdd9588fdb6247fe9604b691626601b9389
|
||||
|
||||
@@ -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 )"
|
||||
|
||||
@@ -33,3 +33,5 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
Reference in New Issue
Block a user