dev-python/samsungctl: remove olds, cleanup, enable pytest
This commit is contained in:
parent
ae61a1b32e
commit
4145c35af5
@ -1,3 +1,3 @@
|
||||
DIST samsungctl-0.7.1.tar.gz 8933 BLAKE2B 2db2a3015e79307545a3fb08b934f1a5ea487ba49a4e8e3e9f248b66d41bd835b6420db1cc7cf3ea09dd1e99aa8c1aec47531fd38dcc19dd8ba0b59b35d3d31e SHA512 211e24e079eb1f8738a21ee6b48507a14c026ae0e6262a8da38e81b1ec398fcc8a2dff9cf37264e42e869c3341d6ad7b215fcb8cf7ff4f7902bba2871474c3da
|
||||
EBUILD samsungctl-0.7.1.ebuild 803 BLAKE2B 5523e3fbc615f4cf1e8e254ff4a3e79987a8a62da659f71133dd62f151c2ce4ff8b702fe0bec1e0b4ae5df1c017822c757c07b6e5ec2c5b3d19323657aec51ac SHA512 160d1617695cc2a3aa31cd867c38ef755fc85b1b0e4d65ca3bfad4dfeff9e66c9cc39fe2f9290fd09a2c31254a50f3fde34c09999ce1310cb4caab27d4b32937
|
||||
EBUILD samsungctl-0.7.1.ebuild 743 BLAKE2B 16b6ef41cfb94fde2b5e28c2d1e5909cd9db0f1375e05d7e0a2702eef6b25d2e8d31784370d07e2d1d46d772c935abdc6cbcc40ba5be4ea6899167c816191290 SHA512 c6a0011566d518495f6e5d21bfd776ca2ba3a7da59f882ffb054e555e77347e04d06e9f7e2db0a55e213f4c7a7d4bdda9c8f69bbba252e2dfab75483d354c340
|
||||
MISC metadata.xml 529 BLAKE2B cba1381d154e226d480a7d9ef81bdcc97d9c323d36edb361d0445413c06196716e8703d2dfb90e9bd8d9961f9f5c2c38b644a5a02948f7e247472205b88f5534 SHA512 c469e33634bdb007841d15e6e5bf8a794f8185bcb63aad89403213b3c88d364c43e411d34082fadc6a14fe61c851777e8ca78cb18d2242f785a092ad294416f6
|
||||
|
||||
@ -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 websocket"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
@ -23,11 +23,11 @@ RDEPEND="websocket? ( dev-python/websocket-client[${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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user