dev-python/pygatt: remove (deprecated) nosetests
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
80c2bec5f0
commit
4b6fb9bdf9
@ -1,4 +1,3 @@
|
||||
DIST pygatt-4.0.5.tar.gz 40109 BLAKE2B a08849cd5d9e3f1d8a9015d98fec51e3cd659da52ed912dad4762921cc85c73373aaa8637abaf24d8e14162b2e9526b21eaf1bb83302d03b11ff0e4359fb38c7 SHA512 c84368dfaf9b3b6d3edd4cf424c470d4735c96dbed920d5217c606be866c655b1435fc1179226888f6f4add628b553d38490048f0149828e8a1c5df4fbcf24cc
|
||||
EBUILD pygatt-4.0.5-r1.ebuild 930 BLAKE2B 6aff7e80fa96bd320a49902856e14ffc560ec0d804e09892356de39c7d584f143c4d4afe4815b4ea0961184d76c6afc25a0d322119524e7730fb327ac2af3966 SHA512 c13e2022e8e1bd7f6ffcfeb21144995262b43caa956ed486aa2a856019be76be864cd03af076fbca24e03f238bae652036322fc58c56e9ec1e4d456badf7c4d6
|
||||
EBUILD pygatt-4.0.5.ebuild 838 BLAKE2B 094e7ac66699b8a6da196b83c99b02ed2b4c998a660f9d02e4960080ff75641a973506da8b4b81e726e7652d0b9e991829472f3db26f8014fa40d2eb57467c1a SHA512 9d488c4a4cbd5c69bf2c8ddf698484f5743f74c6cc409713eb600c9e04ea4909e7ce379713fe822a80f872a8cf00aa1515068803c693eaebffcf18dc9f722cfb
|
||||
EBUILD pygatt-4.0.5-r1.ebuild 792 BLAKE2B ea33add2de01e6c95144c8cfda30c6d138e5243169f9b50bc69e8742092910b14654615566ac79844ab9bff1f98ba9c45a6e5301f06387862e4745e9f25cc04e SHA512 cff7a7a1cb7ca7018aa82a1a68f3b93326c59478f3afddd7782866862d6207551f087e383d786ab4e09d416eb0a5d56a078e5866efad1fc5b032f06b8847824f
|
||||
MISC metadata.xml 484 BLAKE2B bb1bca83fd25144dcd6ac7971339aa41631df3f93708a4df4ac924c6222caeed384911d785b3f75e127e84df0323702dd587bc946ff6e241878e4bc1d86bb433 SHA512 937198f656b694a512c2b9e83fceeb35f5fc1f3ad874a1ffbdd3f8deb55944d0cc6f94030dad3e583749dd4ab8e4bb7418586bdead7dc42ee043723174d3321a
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@ -23,16 +23,12 @@ RDEPEND="dev-python/pyserial[${PYTHON_USEDEP}]
|
||||
dev-python/enum-compat[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/pip[${PYTHON_USEDEP}]
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/coverage[${PYTHON_USEDEP}]
|
||||
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
|
||||
}
|
||||
|
||||
|
||||
@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python Bluetooth LE (Low Energy) and GATT Library"
|
||||
HOMEPAGE="https://github.com/peplin/pygatt https://pypi.org/project/pygatt/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="|| ( Apache-2.0 MIT )"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND="dev-python/pyserial[${PYTHON_USEDEP}]
|
||||
dev-python/enum-compat[${PYTHON_USEDEP}]"
|
||||
BDEPEND="dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/coverage[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user