dev-python/python-qbittorrent: remove olds, cleanup, enable pytest
This commit is contained in:
parent
307356cb07
commit
76706fc0b1
@ -1,3 +1,3 @@
|
||||
DIST python-qbittorrent-0.4.2.tar.gz 9535 BLAKE2B 3f570745cf01d82ffb68a5a11c32ffdad1feb971411e8f096f910261aad47262e49bb4bb712a0db747ba27e2312cddd563de3df0c7ae312098bc007c934057e7 SHA512 aa841f9ab376e1bed28836e7dd4eea291f856389b2f90f348dac8909d96b1e6257f7c55736fec3e94e5ee2fb487fa21d843e447c3b62b83ea6e8f40e80396d85
|
||||
EBUILD python-qbittorrent-0.4.2.ebuild 771 BLAKE2B 9bb7769c06551d2856846a23371927007346631d6a690a6a61b4462888089d0d45f0b8992f54a5d0bc2aaf05a6a9dc521f29b8b892a3861acbf21b9a88748988 SHA512 7c77cde4f0e31765c09b4e1d88087de9fcf926a9e7e68f1f67ce8edc58f1229d8b4bdd48bd06054f6a399d13f452b5637918bfc3e7bb5bef90d6e29a4ae35ff0
|
||||
EBUILD python-qbittorrent-0.4.2.ebuild 773 BLAKE2B e80875725078763114962f2a63137bb896f99a516557c5b668a313680b202fbae80dcacdab284216bcdfe55a147205bf4cf958f047aa10a08f3187ae145813b2 SHA512 83b97044379e19570a41ff352149053dea5704c5fbec61e6464ee83aefbcd04eb20df742b26a05e2751f6fcf7890b9026eb24a0c057e102c38281a683b6e5d78
|
||||
MISC metadata.xml 458 BLAKE2B 87df55e9bef07bd988584dcf2d753b6534d4900fb432d8d9e414cc0e10cc9351c17214a10968f9ac8d508c0a0f654fba71d8986d82769b6befd7f7d53b1331e6 SHA512 9464c14dc95f13311dce9804ac73dcb3d8f1c8c0bbb4a74d76d8edaef0c3fb0823448fd226444e50e218b09a28968a35c71d98c2c68db752a94e27d203a303bf
|
||||
|
||||
@ -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..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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user