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

This commit is contained in:
2022-10-17 23:29:10 +02:00
committed by Andreas Billmeier
parent c473d05bbd
commit 7308c8a0df
2 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
DIST sepaxml-2.2.0.tar.gz 23808 BLAKE2B 9987e46c8a831ee0e470120b99bf061617016b8855c16abca3e0c4124e8063d812bfcdce9ab2cafcfaca22b9abe14ed35d7ad11bb9e0261dfa17c6877661a1d1 SHA512 50f30e7fc54228e78e6c946c5fc1883b64858bab2801ce177cc50df1ab38c9d8f1bba2b44dc80619b36f93adc4fb6c6b0b3910fee6f23d0160b98aaa0b3dbc06
EBUILD sepaxml-2.2.0.ebuild 794 BLAKE2B cdfda6903162b45f4b7c6c912b664888a7ad975b8d04ac6ddd9c84b823b03bb6c84f153c9bb420f1d688040a316841f10eab4e35dc16d1a31dd9cf176af75904 SHA512 cd0fb0623dbbf30f988494b93f1eefbf8fee1698abe486a6b4149846c6da75791336df63fad05b15bab5bb48e08621a7706d92cf89abe18ea53a7a742bbdcba2
EBUILD sepaxml-2.2.0.ebuild 737 BLAKE2B 934627f9e1e877bcacd0c0d3ec9ddc961418166db733d0005b2ce9d6d46264b2bce712e3c22c259563df4915cb6083b50152256a2112fd1d9005c0b416ebc2fa SHA512 9618a093190cd3566e1d28a22f4ab58664d8742ade854db675baff12f7c79254e67e8c581d399e5ff455c1e916045e94d6af5b63b1a6344298051217b7f24ccf
MISC metadata.xml 455 BLAKE2B fc9a080c2ed1d6ffd5a683e9abdee97ba695728ffbdd4b568f371a264fa4dae587f630fc91c582f3c200e7e6930988033736e87398773e6d40b9672caeeffc27 SHA512 159f8abba56704fc0b0ffc293b461bf8ce73f5042d96fe724cc07b4561e983b55582d032746fab77fe9689a890e96ac3055cacc611491e61e876f154a081d052

View File

@@ -3,7 +3,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 )"
@@ -24,11 +24,11 @@ RDEPEND="dev-python/xmlschema[${PYTHON_USEDEP}]
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest